]> Gentwo Git Trees - linux/.git/commit
drm/amd/display: remove output_tf_change flag
authorMelissa Wen <mwen@igalia.com>
Mon, 1 Sep 2025 21:51:05 +0000 (18:51 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 23 Sep 2025 14:37:01 +0000 (10:37 -0400)
commit752e6f283ec59ae007aa15a93d5a4b2eefa8cec9
treec41910ad58530d12cca1fb38c22c6de786a83e9c
parent43f06e8165c4f6e16ab32ede845171ac66d4eaaa
drm/amd/display: remove output_tf_change flag

Remove this flag as the driver stopped managing it individually since
commit a4056c2a6344 ("drm/amd/display: use HW hdr mult for brightness
boost"). After some back and forth it was reintroduced as a condition to
`set_output_transfer_func()` in [1]. Without direct management, this
flag only changes value when all surface update flags are set true on
UPDATE_TYPE_FULL with no output TF status meaning.

Fixes: bb622e0c0044 ("drm/amd/display: program output tf when required") [1]
Signed-off-by: Melissa Wen <mwen@igalia.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc.h
drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c
drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c