Searched refs:pipe_mode (Results 1 – 5 of 5) sorted by relevance
4405 u32 pixel_rate = crtc_state->hw.pipe_mode.crtc_clock; in ilk_pipe_pixel_rate()4452 crtc_state->hw.pipe_mode.crtc_clock; in intel_crtc_compute_pixel_rate()4461 struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; in intel_crtc_readout_derived_state() local4464 drm_mode_copy(pipe_mode, adjusted_mode); in intel_crtc_readout_derived_state()4471 pipe_mode->crtc_hdisplay /= 2; in intel_crtc_readout_derived_state()4472 pipe_mode->crtc_hblank_start /= 2; in intel_crtc_readout_derived_state()4473 pipe_mode->crtc_hblank_end /= 2; in intel_crtc_readout_derived_state()4474 pipe_mode->crtc_hsync_start /= 2; in intel_crtc_readout_derived_state()4475 pipe_mode->crtc_hsync_end /= 2; in intel_crtc_readout_derived_state()4476 pipe_mode->crtc_htotal /= 2; in intel_crtc_readout_derived_state()[all …]
186 const struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; in skl_update_scaler_crtc() local193 width = pipe_mode->crtc_hdisplay; in skl_update_scaler_crtc()194 height = pipe_mode->crtc_vdisplay; in skl_update_scaler_crtc()
936 struct drm_display_mode mode, pipe_mode, adjusted_mode; member
917 const struct drm_display_mode *pipe_mode = in pnv_update_wm() local918 &crtc->config->hw.pipe_mode; in pnv_update_wm()922 int clock = pipe_mode->crtc_clock; in pnv_update_wm()1153 const struct drm_display_mode *pipe_mode = in g4x_compute_wm() local1154 &crtc_state->hw.pipe_mode; in g4x_compute_wm()1181 clock = pipe_mode->crtc_clock; in g4x_compute_wm()1182 htotal = pipe_mode->crtc_htotal; in g4x_compute_wm()1679 const struct drm_display_mode *pipe_mode = in vlv_compute_wm_level() local1680 &crtc_state->hw.pipe_mode; in vlv_compute_wm_level()1690 clock = pipe_mode->crtc_clock; in vlv_compute_wm_level()[all …]
299 u32 pipe_mode; member