]> www.infradead.org Git - users/hch/misc.git/commit
drm/amd/display: limit coverage of optimization skip
authorAusef Yousof <Ausef.Yousof@amd.com>
Thu, 30 Jan 2025 17:30:10 +0000 (12:30 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 13 Feb 2025 02:04:09 +0000 (21:04 -0500)
commitc36d7948bb460f27f7ad77d35ad1d96cf848cd73
tree4bb32ad178416ba93f2287ff40dc1ae03014dc28
parentb474a6e11f3be9e1c45df56bb6579a7bc8468dbd
drm/amd/display: limit coverage of optimization skip

[why&how]
causing some regression on dgpu which still needs the
pre-emptive return, limit this to reporter asic version
it is simple to include
different dcn versions from this point forward, each dcn
resource is initialized with the flag and can be enabled
at will

Reviewed-by: Chris Park <chris.park@amd.com>
Signed-off-by: Ausef Yousof <Ausef.Yousof@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@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/resource/dcn35/dcn35_resource.c
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c