Lines Matching refs:adjusted_mode
862 struct drm_display_mode *adjusted_mode) in vop_crtc_mode_fixup() argument
864 if (adjusted_mode->htotal == 0 || adjusted_mode->vtotal == 0) in vop_crtc_mode_fixup()
889 struct drm_display_mode *adjusted_mode, in vop_crtc_mode_set() argument
893 u16 hsync_len = adjusted_mode->hsync_end - adjusted_mode->hsync_start; in vop_crtc_mode_set()
894 u16 hdisplay = adjusted_mode->hdisplay; in vop_crtc_mode_set()
895 u16 htotal = adjusted_mode->htotal; in vop_crtc_mode_set()
896 u16 hact_st = adjusted_mode->htotal - adjusted_mode->hsync_start; in vop_crtc_mode_set()
898 u16 vdisplay = adjusted_mode->vdisplay; in vop_crtc_mode_set()
899 u16 vtotal = adjusted_mode->vtotal; in vop_crtc_mode_set()
900 u16 vsync_len = adjusted_mode->vsync_end - adjusted_mode->vsync_start; in vop_crtc_mode_set()
901 u16 vact_st = adjusted_mode->vtotal - adjusted_mode->vsync_start; in vop_crtc_mode_set()
931 val |= (adjusted_mode->flags & DRM_MODE_FLAG_NHSYNC) ? 0 : 1; in vop_crtc_mode_set()
932 val |= (adjusted_mode->flags & DRM_MODE_FLAG_NVSYNC) ? 0 : (1 << 1); in vop_crtc_mode_set()
959 clk_set_rate(vop->dclk, adjusted_mode->clock * 1000); in vop_crtc_mode_set()