diff options
author | Tom Rix <trix@redhat.com> | 2022-04-16 14:47:36 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2022-04-19 13:58:32 -0400 |
commit | 79847f13a086675c2332c2c7648fce5bfee7b9ee (patch) | |
tree | 892829b3fc21176cbd33610b86e1b37c0351eae6 /Documentation/gpu/amdgpu | |
parent | 3eccf76c2defa01a48f444d914b8ccd94ab661d5 (diff) |
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/amdgpu')
0 files changed, 0 insertions, 0 deletions