HomeSort by: relevance | last modified time | path
    Searched refs:pipe_src_h (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c 191 adjusted_mode->crtc_vdisplay == pipe_config->pipe_src_h &&
198 height = pipe_config->pipe_src_h;
207 * pipe_config->pipe_src_h;
211 width = scaled_height / pipe_config->pipe_src_h;
310 pipe_config->pipe_src_h;
331 pipe_config->pipe_src_h;
344 pipe_config->pipe_src_h);
347 if (pipe_config->pipe_src_h != adjusted_mode->crtc_vdisplay) {
348 bits = panel_fitter_scaling(pipe_config->pipe_src_h,
392 adjusted_mode->crtc_vdisplay == pipe_config->pipe_src_h)
    [all...]
intel_overlay.c 942 rec->dst_y < pipe_config->pipe_src_h &&
943 rec->dst_y + rec->dst_height <= pipe_config->pipe_src_h)
intel_display_types.h 832 int pipe_src_w, pipe_src_h; member in struct:intel_crtc_state
intel_display.c 6055 state->pipe_src_w, state->pipe_src_h,
6180 vscale = (crtc_state->pipe_src_h << 16) / pfit_h;
7844 pipe_h = pipe_config->pipe_src_h;
8671 (crtc_state->pipe_src_h - 1));
8742 pipe_config->pipe_src_h = (tmp & 0xffff) + 1;
8745 pipe_config->hw.mode.vdisplay = pipe_config->pipe_src_h;
12887 pipe_config->pipe_src_w, pipe_config->pipe_src_h,
13132 &pipe_config->pipe_src_h);
13639 PIPE_CONF_CHECK_I(pipe_src_h);
18214 mode->vdisplay = crtc_state->pipe_src_h;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c 2647 crtc_state->pipe_src_w, crtc_state->pipe_src_h,

Completed in 61 milliseconds