]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Agument live + capture with CVT case.
authorChunTao Tso <chuntao.tso@amd.com>
Wed, 4 Mar 2026 08:37:58 +0000 (16:37 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Mar 2026 18:16:03 +0000 (14:16 -0400)
commit0e4e84de43d6bc8ec04be80d851f9007348702de
treec502d399532f2733d2306e2831a5b7cb7bc7ae2f
parenta1d840a51aa3c30c025a581af10058be2ada301c
drm/amd/display: Agument live + capture with CVT case.

1. Add LIVE_CAPTURE_WITH_CVT bit (bit[2]) in union replay_optimization
   to control this feature via DalRegKey_ReplayOptimization.
2. Check the bit in mod_power_set_live_capture_with_cvt_activate function
   before enabling live capture with CVT.
3. Use LIVE_CAPTURE_WITH_CVT to control if Replay want to send CVT in
   live + capture or not.

Reviewed-by: Leon Huang <leon.huang1@amd.com>
Signed-off-by: ChunTao Tso <chuntao.tso@amd.com>
Signed-off-by: Chuanyu Tseng <chuanyu.tseng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc_types.h
drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h