]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon/kms: fix a regression on r7xx AGP due to the HDP flush fix
authorAlex Deucher <alexdeucher@gmail.com>
Fri, 27 Aug 2010 17:59:54 +0000 (13:59 -0400)
committerDave Airlie <airlied@redhat.com>
Sun, 29 Aug 2010 23:51:57 +0000 (09:51 +1000)
commit5d20518cc921d18de8f41261733f2d6e0180ef02
tree87761225a3676badd631bd7175c4648b18a0260c
parent83083a81ddff77226252bbe20509a2af3099391f
drm/radeon/kms: fix a regression on r7xx AGP due to the HDP flush fix

commit: f233d98e63bd83f458c71e9401965dc19f0bb4a6
drm/radeon/kms/r7xx: add workaround for hw issue with HDP flush
breaks on AGP boards since there is no VRAM gart table.

This patch fixes the issue by creating a VRAM scratch page so that
can be used on both AGP and PCIE.

Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=29834

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Cc: stable@kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/r600.c
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/rv770.c