]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Revert "drm/amd/display: Add Handling for gfxversion DcGfxBase"
authorNicholas Carbones <Nicholas.Carbones@amd.com>
Wed, 4 Feb 2026 21:52:48 +0000 (16:52 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Feb 2026 17:16:11 +0000 (12:16 -0500)
This reverts commit 2e193f5b1b4f ("drm/amd/display: Add Handling for gfxversion DcGfxBase")

Reason for revert: Cause some regressions

Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Signed-off-by: Nicholas Carbones <Nicholas.Carbones@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/dml2_0/dml21/dml21_translation_helper.c

index 3f4963ce3a002fad51b6fe59f9bf391f23359b23..bf5e7f4e04167fad6b3f1874518dbad820aa8702 100644 (file)
@@ -460,9 +460,6 @@ static void populate_dml21_surface_config_from_plane_state(
        case DcGfxAddr3:
                surface->tiling = gfx_addr3_to_dml2_swizzle_mode(plane_state->tiling_info.gfx_addr3.swizzle);
                break;
-       case DcGfxBase:
-               surface->tiling = dml2_sw_linear;
-               break;
        }
 }