Searched refs:pipe_mode (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display.c2192 u32 pixel_rate = crtc_state->hw.pipe_mode.crtc_clock;
2239 crtc_state->hw.pipe_mode.crtc_clock;
2289 struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; local
2296 drm_mode_copy(pipe_mode, adjusted_mode);
2299 intel_splitter_adjust_timings(crtc_state, pipe_mode);
2306 intel_mode_from_crtc_timings(adjusted_mode, pipe_mode);
2309 drm_mode_copy(mode, pipe_mode);
2316 intel_bigjoiner_adjust_timings(crtc_state, pipe_mode);
2317 intel_mode_from_crtc_timings(pipe_mode, pipe_mod
2383 struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; local
4095 const struct drm_display_mode *pipe_mode = local
4111 const struct drm_display_mode *pipe_mode = local
4128 const struct drm_display_mode *pipe_mode = local
[all...]
H A Dintel_crtc_state_dump.c324 DRM_MODE_ARG(&pipe_config->hw.pipe_mode));
325 intel_dump_crtc_timings(i915, &pipe_config->hw.pipe_mode);
H A Dskl_scaler.c239 const struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; local
246 width = pipe_mode->crtc_hdisplay;
247 height = pipe_mode->crtc_vdisplay;
H A Di9xx_wm.c881 const struct drm_display_mode *pipe_mode = local
882 &crtc_state->hw.pipe_mode;
906 htotal = pipe_mode->crtc_htotal;
1408 const struct drm_display_mode *pipe_mode = local
1409 &crtc_state->hw.pipe_mode;
1420 htotal = pipe_mode->crtc_htotal;
2020 const struct drm_display_mode *pipe_mode = local
2021 &crtc->config->hw.pipe_mode;
2025 int htotal = pipe_mode->crtc_htotal;
2191 const struct drm_display_mode *pipe_mode local
[all...]
H A Dskl_watermark.c357 if (crtc_state->hw.pipe_mode.flags & DRM_MODE_FLAG_INTERLACE)
588 const struct drm_display_mode *pipe_mode = &crtc_state->hw.pipe_mode; local
599 drm_mode_get_hv_timing(pipe_mode, &hdisplay, &vdisplay);
1729 crtc_htotal = crtc_state->hw.pipe_mode.crtc_htotal;
1886 crtc_state->hw.pipe_mode.crtc_htotal,
1893 if ((wp->cpp * crtc_state->hw.pipe_mode.crtc_htotal /
H A Dintel_display_types.h1076 * - mode / pipe_mode / adjusted_mode
1082 * Use the pipe_mode for calculations like watermarks, pipe
1092 struct drm_display_mode mode, pipe_mode, adjusted_mode; member in struct:intel_crtc_state::__anon35
H A Dintel_display_debugfs.c576 DRM_MODE_ARG(&crtc_state->hw.pipe_mode));
/linux-master/include/linux/
H A Dhyperv.h323 u32 pipe_mode; member in struct:vmbus_channel_offer::__anon144::__anon146

Completed in 142 milliseconds