diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2011-05-26 00:39:00 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-05-26 03:19:31 +0400 |
commit | cb92d452ba665205ad6bfb424c0ef009cf26587d (patch) | |
tree | 5625082f1c3a94c4b45dc2c3110a05bad913a4a6 /drivers/gpu/drm/radeon/cayman_blit_shaders.h | |
parent | ac10f81d94f49f1bd9618680263400d275ddf825 (diff) | |
download | linux-cb92d452ba665205ad6bfb424c0ef009cf26587d.tar.xz |
drm/radeon/kms: add blit support for cayman (v2)
Allows us to use the 3D engine for memory management
and allows us to use vram beyond the BAR aperture.
v2: fix copy paste typo
Reported-by: Nils Wallménius <nils.wallmenius@gmail.com>
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/cayman_blit_shaders.h')
-rw-r--r-- | drivers/gpu/drm/radeon/cayman_blit_shaders.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/cayman_blit_shaders.h b/drivers/gpu/drm/radeon/cayman_blit_shaders.h index 33b75e5d0fa4..f5d0e9a60267 100644 --- a/drivers/gpu/drm/radeon/cayman_blit_shaders.h +++ b/drivers/gpu/drm/radeon/cayman_blit_shaders.h @@ -25,8 +25,11 @@ #ifndef CAYMAN_BLIT_SHADERS_H #define CAYMAN_BLIT_SHADERS_H +extern const u32 cayman_ps[]; +extern const u32 cayman_vs[]; extern const u32 cayman_default_state[]; +extern const u32 cayman_ps_size, cayman_vs_size; extern const u32 cayman_default_size; #endif |