mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
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:
committed by
gerrit autosubmit
parent
ece33a927f
commit
e92a2312c8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user