drm/amd/display: fix DCC settings for DCN3
authorMarek Olšák <marek.olsak@amd.com>
Thu, 30 Sep 2021 15:13:59 +0000 (11:13 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Oct 2021 19:50:43 +0000 (15:50 -0400)
commitf2e7d8568051b38fcb6045428b1b85732da57e53
treea364def403f57536f79ed944b0065781f4b2b5f1
parent4874ecf5fd1de008756a76796bf255d3b19715c1
drm/amd/display: fix DCC settings for DCN3

ind_block_64b_no_128bcl means INDEP_64B && INDEP_128B &&
MAX_COMPRESSED_BLOCK_SIZE == 64B. Only used by gfx10.3.

ind_block_64b means INDEP_64B && !INDEP_128B &&
MAX_COMPRESSED_BLOCK_SIZE == 64B. Only used by gfx9 and gfx10.

Signed-off-by: Marek Olšák <marek.olsak@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c