diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-10-21 13:45:30 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-10-26 10:26:37 +1000 |
commit | 71901cc4109b3794b863884e348aff3c71e693cc (patch) | |
tree | 922338f00f8a468e298809a7a6280c1acd6220bf /drivers/gpu/drm/radeon/radeon_drv.c | |
parent | f30df2fad0c901e74ac9a52a488a54c69a373a41 (diff) | |
download | blackbird-op-linux-71901cc4109b3794b863884e348aff3c71e693cc.tar.gz blackbird-op-linux-71901cc4109b3794b863884e348aff3c71e693cc.zip |
drm/radeon/kms/evergreen: add some additional safe regs v2
These are needed for enabling dynamic GPR allocation in the shaders
in the userspace acceleration drivers.
v2: fix typo in reg name
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_drv.c')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c index f9e228661119..c20669b9a6a1 100644 --- a/drivers/gpu/drm/radeon/radeon_drv.c +++ b/drivers/gpu/drm/radeon/radeon_drv.c @@ -47,7 +47,7 @@ * - 2.4.0 - add crtc id query * - 2.5.0 - add get accel 2 to work around ddx breakage for evergreen * - 2.6.0 - add tiling config query (r6xx+), add initial HiZ support (r300->r500) - * 2.7.0 - fixups for r600 2D tiling support. (no external ABI change) + * 2.7.0 - fixups for r600 2D tiling support. (no external ABI change), add eg dyn gpr regs */ #define KMS_DRIVER_MAJOR 2 #define KMS_DRIVER_MINOR 7 |