Lines Matching refs:adjusted_mode
1138 struct drm_display_mode *adjusted_mode) in vop_crtc_mode_fixup() argument
1140 if (adjusted_mode->htotal == 0 || adjusted_mode->vtotal == 0) in vop_crtc_mode_fixup()
1165 struct drm_display_mode *adjusted_mode, in vop_crtc_mode_set() argument
1169 u16 hsync_len = adjusted_mode->hsync_end - adjusted_mode->hsync_start; in vop_crtc_mode_set()
1170 u16 hdisplay = adjusted_mode->hdisplay; in vop_crtc_mode_set()
1171 u16 htotal = adjusted_mode->htotal; in vop_crtc_mode_set()
1172 u16 hact_st = adjusted_mode->htotal - adjusted_mode->hsync_start; in vop_crtc_mode_set()
1174 u16 vdisplay = adjusted_mode->vdisplay; in vop_crtc_mode_set()
1175 u16 vtotal = adjusted_mode->vtotal; in vop_crtc_mode_set()
1176 u16 vsync_len = adjusted_mode->vsync_end - adjusted_mode->vsync_start; in vop_crtc_mode_set()
1177 u16 vact_st = adjusted_mode->vtotal - adjusted_mode->vsync_start; in vop_crtc_mode_set()
1207 val |= (adjusted_mode->flags & DRM_MODE_FLAG_NHSYNC) ? 0 : 1; in vop_crtc_mode_set()
1208 val |= (adjusted_mode->flags & DRM_MODE_FLAG_NVSYNC) ? 0 : (1 << 1); in vop_crtc_mode_set()
1235 clk_set_rate(vop->dclk, adjusted_mode->clock * 1000); in vop_crtc_mode_set()