/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_encoders.c | 170 struct drm_display_mode *adjusted_mode) 181 adjusted_mode->clock = native_mode->clock; 182 adjusted_mode->flags = native_mode->flags; 184 adjusted_mode->hdisplay = native_mode->hdisplay; 185 adjusted_mode->vdisplay = native_mode->vdisplay; 187 adjusted_mode->htotal = native_mode->hdisplay + hblank; 188 adjusted_mode->hsync_start = native_mode->hdisplay + hover; 189 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; 191 adjusted_mode->vtotal = native_mode->vdisplay + vblank [all...] |
atombios_crtc.h | 31 struct drm_display_mode *adjusted_mode);
|
atombios_encoders.h | 46 struct drm_display_mode *adjusted_mode);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_encoders.c | 329 struct drm_display_mode *adjusted_mode) 342 adjusted_mode->clock = native_mode->clock; 343 adjusted_mode->flags = native_mode->flags; 346 adjusted_mode->hdisplay = native_mode->hdisplay; 347 adjusted_mode->vdisplay = native_mode->vdisplay; 350 adjusted_mode->htotal = native_mode->hdisplay + hblank; 351 adjusted_mode->hsync_start = native_mode->hdisplay + hover; 352 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; 354 adjusted_mode->vtotal = native_mode->vdisplay + vblank [all...] |
/src/sys/arch/arm/ti/ |
ti_lcdc.c | 137 const struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode) 140 adjusted_mode->hskew = mode->hsync_end - mode->hsync_start; 141 adjusted_mode->flags |= DRM_MODE_FLAG_HSKEW; 143 adjusted_mode->flags &= ~(DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_PHSYNC); 145 adjusted_mode->flags |= DRM_MODE_FLAG_PHSYNC; 147 adjusted_mode->flags |= DRM_MODE_FLAG_NHSYNC; 155 struct drm_display_mode *adjusted_mode, int x, int y, 163 const u_int hspw = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; 164 const u_int hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
vlv_dsi.c | 270 struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; local in function:intel_dsi_compute_config 277 intel_fixed_panel_mode(fixed_mode, adjusted_mode); 287 if (adjusted_mode->flags & DRM_MODE_FLAG_DBLSCAN) 291 adjusted_mode->flags = 0; 300 adjusted_mode->private_flags |= 1038 struct drm_display_mode *adjusted_mode = local in function:bxt_dsi_get_pipe_config 1039 &pipe_config->hw.adjusted_mode; 1052 adjusted_mode_sw = &crtc->config->hw.adjusted_mode; 1070 adjusted_mode->private_flags | 1324 const struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; local in function:intel_dsi_prepare [all...] |
intel_dvo.c | 186 pipe_config->hw.adjusted_mode.flags |= flags; 188 pipe_config->hw.adjusted_mode.crtc_clock = pipe_config->port_clock; 216 &pipe_config->hw.adjusted_mode); 261 struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; local in function:intel_dvo_compute_config 270 intel_fixed_panel_mode(fixed_mode, adjusted_mode); 272 if (adjusted_mode->flags & DRM_MODE_FLAG_DBLSCAN) 286 const struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; local in function:intel_dvo_pre_enable 301 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC [all...] |
intel_panel.c | 52 struct drm_display_mode *adjusted_mode) 54 drm_mode_copy(adjusted_mode, fixed_mode); 56 drm_mode_set_crtcinfo(adjusted_mode, 0); 180 /* adjusted_mode has been preset to be the panel's fixed mode */ 186 const struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; local in function:intel_pch_panel_fitting 190 if (adjusted_mode->crtc_hdisplay == pipe_config->pipe_src_w && 191 adjusted_mode->crtc_vdisplay == pipe_config->pipe_src_h && 199 x = (adjusted_mode->crtc_hdisplay - width + 1)/2; 200 y = (adjusted_mode->crtc_vdisplay - height + 1)/2 308 const struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; local in function:i965_scale_aspect 329 struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; local in function:i9xx_scale_aspect 388 struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; local in function:intel_gmch_panel_fitting [all...] |
icl_dsi.c | 284 const struct drm_display_mode *adjusted_mode = local in function:configure_dual_link_mode 285 &pipe_config->hw.adjusted_mode; 287 u16 hactive = adjusted_mode->crtc_hdisplay; 798 const struct drm_display_mode *adjusted_mode = local in function:gen11_dsi_set_transcoder_timings 799 &crtc_state->hw.adjusted_mode; 822 hactive = adjusted_mode->crtc_hdisplay; 823 htotal = DIV_ROUND_UP(adjusted_mode->crtc_htotal * mul, div); 824 hsync_start = DIV_ROUND_UP(adjusted_mode->crtc_hsync_start * mul, div); 825 hsync_end = DIV_ROUND_UP(adjusted_mode->crtc_hsync_end * mul, div); 827 hback_porch = (adjusted_mode->crtc_htotal 1281 struct drm_display_mode *adjusted_mode = local in function:gen11_dsi_get_timings 1390 struct drm_display_mode *adjusted_mode = local in function:gen11_dsi_compute_config [all...] |
dvo_ns2501.c | 556 const struct drm_display_mode *adjusted_mode) 581 adjusted_mode->crtc_clock, 582 adjusted_mode->crtc_hdisplay, 583 adjusted_mode->crtc_hblank_start, 584 adjusted_mode->crtc_hblank_end, 585 adjusted_mode->crtc_hsync_start, 586 adjusted_mode->crtc_hsync_end, 587 adjusted_mode->crtc_htotal, 588 adjusted_mode->crtc_hskew, 589 adjusted_mode->crtc_vdisplay [all...] |
intel_lspcon.c | 196 const struct drm_display_mode *adjusted_mode = local in function:lspcon_ycbcr420_config 197 &crtc_state->hw.adjusted_mode; 199 if (drm_mode_is_420_only(info, adjusted_mode) && 482 const struct drm_display_mode *adjusted_mode = local in function:lspcon_set_infoframes 483 &crtc_state->hw.adjusted_mode; 494 adjusted_mode); 511 adjusted_mode,
|
intel_crt.c | 140 pipe_config->hw.adjusted_mode.flags |= intel_crt_get_flags(encoder); 142 pipe_config->hw.adjusted_mode.crtc_clock = pipe_config->port_clock; 152 pipe_config->hw.adjusted_mode.flags &= ~(DRM_MODE_FLAG_PHSYNC | 156 pipe_config->hw.adjusted_mode.flags |= intel_crt_get_flags(encoder); 158 pipe_config->hw.adjusted_mode.crtc_clock = lpt_get_iclkip(dev_priv); 170 const struct drm_display_mode *adjusted_mode = &crtc_state->hw.adjusted_mode; local in function:intel_crt_set_dpms 178 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC) 180 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC) 373 struct drm_display_mode *adjusted_mode local in function:intel_crt_compute_config 388 struct drm_display_mode *adjusted_mode = local in function:pch_crt_compute_config 405 struct drm_display_mode *adjusted_mode = local in function:hsw_crt_compute_config [all...] |
intel_dvo_dev.h | 102 const struct drm_display_mode *adjusted_mode);
|
intel_panel.h | 29 struct drm_display_mode *adjusted_mode);
|
intel_sprite.h | 22 int intel_usecs_to_scanlines(const struct drm_display_mode *adjusted_mode,
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_encoder_slave.c | 146 struct drm_display_mode *adjusted_mode) 151 return get_slave_funcs(encoder)->mode_fixup(encoder, mode, adjusted_mode); 169 struct drm_display_mode *adjusted_mode) 171 get_slave_funcs(encoder)->mode_set(encoder, mode, adjusted_mode);
|
drm_bridge.c | 202 * @adjusted_mode: updated mode that works for this bridge 214 struct drm_display_mode *adjusted_mode) 226 if (!bridge->funcs->mode_fixup(bridge, mode, adjusted_mode)) 334 * @adjusted_mode: updated mode that works for this encoder chain 343 const struct drm_display_mode *adjusted_mode) 353 bridge->funcs->mode_set(bridge, mode, adjusted_mode);
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_encoder_slave.h | 60 struct drm_display_mode *adjusted_mode); 65 struct drm_display_mode *adjusted_mode); 172 struct drm_display_mode *adjusted_mode); 177 struct drm_display_mode *adjusted_mode);
|
drm_bridge.h | 106 * &drm_bridge. The parameter adjusted_mode is the input mode the bridge 108 * match mode. See also &drm_crtc_state.adjusted_mode for more details. 137 struct drm_display_mode *adjusted_mode); 185 * The adjusted_mode parameter is the mode output by the CRTC for the 192 * For atomic drivers the adjusted_mode is the mode stored in 193 * &drm_crtc_state.adjusted_mode. 203 const struct drm_display_mode *adjusted_mode); 475 struct drm_display_mode *adjusted_mode); 483 const struct drm_display_mode *adjusted_mode);
|
drm_modeset_helper_vtables.h | 150 * display mode that userspace requested, adjusted_mode is the mode the 154 * to adjusted_mode it should reject the modeset. See also 155 * &drm_crtc_state.adjusted_mode for more details. 166 * structures except the passed in adjusted_mode parameter. 191 struct drm_display_mode *adjusted_mode); 209 struct drm_display_mode *adjusted_mode, int x, int y, 533 * The parameter adjusted_mode is the input mode the encoder requires. It 535 * also &drm_crtc_state.adjusted_mode for more details. 546 * structures except the passed in adjusted_mode parameter. 569 struct drm_display_mode *adjusted_mode); [all...] |
/src/sys/arch/arm/rockchip/ |
rk_vop.c | 459 struct drm_display_mode *adjusted_mode = &crtc->state->adjusted_mode; local in function:rk_vop_crtc_atomic_enable 467 const u_int hactive = adjusted_mode->hdisplay; 468 const u_int hsync_len = adjusted_mode->hsync_end - adjusted_mode->hsync_start; 469 const u_int hback_porch = adjusted_mode->htotal - adjusted_mode->hsync_end; 470 const u_int hfront_porch = adjusted_mode->hsync_start - adjusted_mode->hdisplay; 472 const u_int vactive = adjusted_mode->vdisplay [all...] |
rk_dwhdmi.c | 200 const struct drm_display_mode *mode, const struct drm_display_mode *adjusted_mode) 206 error = clk_set_rate(sc->sc_clk_vpll, adjusted_mode->clock * 1000); 209 adjusted_mode->clock * 1000, error); 212 dwhdmi_phy_mode_set(dsc, mode, adjusted_mode);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
nouveau_dispnv04_tvnv04.c | 147 struct drm_display_mode *adjusted_mode) 153 regp->tv_htotal = adjusted_mode->htotal; 154 regp->tv_vtotal = adjusted_mode->vtotal; 166 get_slave_funcs(encoder)->mode_set(encoder, mode, adjusted_mode);
|
/src/sys/external/bsd/drm2/i2c/ |
drm_encoder_slave.c | 239 struct drm_display_mode *adjusted_mode) 243 adjusted_mode); 248 struct drm_display_mode *mode, struct drm_display_mode *adjusted_mode) 251 return (*slave_funcs(encoder)->mode_set)(encoder, mode, adjusted_mode);
|
/src/sys/arch/arm/sunxi/ |
sunxi_dwhdmi.c | 188 const struct drm_display_mode *adjusted_mode) 194 error = clk_set_rate(sc->sc_clk, adjusted_mode->clock * 1000); 198 adjusted_mode->clock * 1000, error); 201 sc->sc_curmode = *adjusted_mode;
|