summary refs log tree commit diff
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2022-04-16 14:47:36 -0400
committerAlex Deucher <alexander.deucher@amd.com>2022-04-19 13:58:32 -0400
commit79847f13a086675c2332c2c7648fce5bfee7b9ee (patch)
tree892829b3fc21176cbd33610b86e1b37c0351eae6 /Documentation/gpu
parent3eccf76c2defa01a48f444d914b8ccd94ab661d5 (diff)
downloadlinux-79847f13a086675c2332c2c7648fce5bfee7b9ee.tar.gz
drm/radeon/kms: change evergreen_default_state table from global to static
evergreen_default_state and evergreen_default_size are only
used in evergreen.c.  Single file symbols should be static.
So move their definitions to evergreen_blit_shaders.h
and change their storage-class-specifier to static.

Remove unneeded evergreen_blit_shader.c

evergreen_ps/vs definitions were removed with
commit 4f8629675800 ("drm/radeon/kms: remove r6xx+ blit copy routines")
So their declarations in evergreen_blit_shader.h
are not needed, so remove them.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Documentation/gpu')
0 files changed, 0 insertions, 0 deletions