]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Refactoring DSC enum dsc_bits_per_comp.
authorBhuvanachandra Pinninti <bpinnint@amd.com>
Tue, 8 Apr 2025 09:05:54 +0000 (14:35 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 May 2025 16:54:18 +0000 (12:54 -0400)
commitf6510641d2767df011aa76b222c748e2498c06f7
tree3daffbb0f72e3a536a0fd3f2e6233e993d5b3e98
parentb4db797117ceba88ba405a080811369418104304
drm/amd/display: Refactoring DSC enum dsc_bits_per_comp.

[Why]
Previously the 'dsc_bits_per_comp' enumeration was defined in individual
.c files, making it unavailable for other files that may need it.

[How]
The 'dsc_bits_per_comp' enumeration has been relocated to a common header
file.

Reviewed-by: Mounika Adhuri <Mounika.Adhuri@amd.com>
Reviewed-by: Martin Leung <martin.leung@amd.com>
Signed-off-by: Bhuvanachandra Pinninti <bpinnint@amd.com>
Signed-off-by: Ray Wu <ray.wu@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dsc/dcn20/dcn20_dsc.c
drivers/gpu/drm/amd/display/dc/dsc/dcn20/dcn20_dsc.h
drivers/gpu/drm/amd/display/dc/dsc/dcn401/dcn401_dsc.c