Skip to content

Commit 894aa33

Browse files
committed
fix merge "drm/rockchip: vop: limit maximum resolution to hardware capabilities"
1 parent 983920e commit 894aa33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/rockchip/rockchip_drm_vop.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3906,7 +3906,6 @@ static void vop_crtc_atomic_flush(struct drm_crtc *crtc,
39063906
}
39073907

39083908
static const struct drm_crtc_helper_funcs vop_crtc_helper_funcs = {
3909-
.mode_valid = vop_crtc_mode_valid,
39103909
.mode_fixup = vop_crtc_mode_fixup,
39113910
.atomic_check = vop_crtc_atomic_check,
39123911
.atomic_flush = vop_crtc_atomic_flush,

0 commit comments

Comments
 (0)