mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
drm/amd/display: Revert in_transfer_func_change to MED
[Why] Last commit accidentally changed handling of in_transfer_func_change from MED to FAST. [How] * Revert the line. Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Dominik Kaszewski <dominik.kaszewski@amd.com> Signed-off-by: Fangzhi Zuo <jerry.zuo@amd.com> Tested-by: Dan Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
f3f48d6ce5
commit
b6fffcc453
|
|
@ -2857,7 +2857,7 @@ static struct surface_update_descriptor det_surface_update(
|
|||
}
|
||||
if (u->in_transfer_func) {
|
||||
update_flags->bits.in_transfer_func_change = 1;
|
||||
elevate_update_type(&overall_type, UPDATE_TYPE_FAST, LOCK_DESCRIPTOR_STREAM);
|
||||
elevate_update_type(&overall_type, UPDATE_TYPE_MED, LOCK_DESCRIPTOR_STREAM);
|
||||
}
|
||||
|
||||
if (u->input_csc_color_matrix) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user