]> git.karo-electronics.de Git - karo-tx-linux.git/commit
parisc: agp/parisc-agp: allow binding of user memory to the AGP GART
authorAlex Ivanov <gnidorah@p0n4ik.tk>
Wed, 10 Jul 2013 19:14:55 +0000 (21:14 +0200)
committerHelge Deller <deller@gmx.de>
Tue, 23 Jul 2013 21:46:43 +0000 (23:46 +0200)
commit3dd98fa36dfecc767d866b12455b10d91dacf5fd
tree9b1d1a089e4d6dfad37923493b6bcf109f9f0ac6
parent606cd30e0e20806e3566d223223a6cb4e47ec9ea
parisc: agp/parisc-agp: allow binding of user memory to the AGP GART

Allow binding of user memory to the AGP GART on systems with HP
Quicksilver AGP bus. This resolves 'bind memory failed' error seen in
dmesg:

 [29.365973] [TTM] AGP Bind memory failed.
 …
 [29.367030] [drm] Forcing AGP to PCI mode

The system doesn't more fail to bind the memory, and hence not falling
back to the PCI mode (if other failures aren't detected).

This is just a simple write down from the following patches:
agp/amd-k7: Allow binding user memory to the AGP GART
agp/hp-agp: Allow binding user memory to the AGP GART

Signed-off-by: Alex Ivanov <gnidorah@p0n4ik.tk>
Cc: <stable@vger.kernel.org> # 3.10
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/char/agp/parisc-agp.c