Skip to content

Commit 6d5e003

Browse files
Ilya Bakoulinalexdeucher
authored andcommitted
drm/amd/display: Enable fast update on blendTF change
[Why] Full update is not required on surface blend TF change. [How] Update full_update_required condition. Reviewed-by: Aric Cyr <aric.cyr@amd.com> Acked-by: Hersen Wu <hersenxs.wu@amd.com> Signed-off-by: Ilya Bakoulin <ilya.bakoulin@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 5d853ad commit 6d5e003

File tree

1 file changed

+0
-1
lines changed
  • drivers/gpu/drm/amd/display/dc/core

1 file changed

+0
-1
lines changed

drivers/gpu/drm/amd/display/dc/core/dc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4348,7 +4348,6 @@ static bool full_update_required(struct dc *dc,
43484348
srf_updates[i].in_transfer_func ||
43494349
srf_updates[i].func_shaper ||
43504350
srf_updates[i].lut3d_func ||
4351-
srf_updates[i].blend_tf ||
43524351
srf_updates[i].surface->force_full_update ||
43534352
(srf_updates[i].flip_addr &&
43544353
srf_updates[i].flip_addr->address.tmz_surface != srf_updates[i].surface->address.tmz_surface) ||

0 commit comments

Comments
 (0)