drm: linux support qms [1/1]

PD#SWPL-186207

Problem:
In the LINUX system, the action of calculating the
brr mode name is blocked.

Solution:
Remove this blocking action.

Verify:
ohm/ross

Test:
DRM-TX-75

Change-Id: I70ded70948b9f8b5572b1d285a18c75546513099
Signed-off-by: zhou.han <zhou.han@amlogic.com>
This commit is contained in:
zhou.han
2024-09-19 16:08:59 +08:00
committed by gerrit autosubmit
parent ece33a927f
commit e92a2312c8
+1 -1
View File
@@ -2140,7 +2140,7 @@ static int meson_hdmitx_encoder_atomic_check(struct drm_encoder *encoder,
crtc_state->vrr_enabled = true;
}
if (am_hdmi_info.android_path && crtc_state->vrr_enabled &&
if (crtc_state->vrr_enabled &&
!(adj_mode->flags & DRM_MODE_FLAG_INTERLACE)) {
meson_hdmitx_cal_brr(&am_hdmi_info, meson_crtc_state, adj_mode);
modename = meson_crtc_state->brr_mode;