]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amdgpu: don't use amdgpu_lookup_format_info on gfx12
authorMarek Olšák <marek.olsak@amd.com>
Sat, 1 Jun 2024 21:25:51 +0000 (17:25 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 1 Jul 2024 20:10:46 +0000 (16:10 -0400)
commitfd536d2e12d6fd8e6b199c343aa6475fa969ed99
treee38a8fe7dc1dcbc044fae7a4cb560671c19c6afc
parentf21373802da4e8c4fcf8acab60d98af307294b87
drm/amdgpu: don't use amdgpu_lookup_format_info on gfx12

It only uses fields for GFX9-11 related to the separate DCC buffer,
which doesn't exist in GFX12.

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_display.c