| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_encoders.c | 165 struct drm_display_mode *adjusted_mode) in amdgpu_panel_mode_fixup() argument 176 adjusted_mode->clock = native_mode->clock; in amdgpu_panel_mode_fixup() 177 adjusted_mode->flags = native_mode->flags; in amdgpu_panel_mode_fixup() 179 adjusted_mode->hdisplay = native_mode->hdisplay; in amdgpu_panel_mode_fixup() 180 adjusted_mode->vdisplay = native_mode->vdisplay; in amdgpu_panel_mode_fixup() 182 adjusted_mode->htotal = native_mode->hdisplay + hblank; in amdgpu_panel_mode_fixup() 183 adjusted_mode->hsync_start = native_mode->hdisplay + hover; in amdgpu_panel_mode_fixup() 184 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in amdgpu_panel_mode_fixup() 186 adjusted_mode->vtotal = native_mode->vdisplay + vblank; in amdgpu_panel_mode_fixup() 187 adjusted_mode->vsync_start = native_mode->vdisplay + vover; in amdgpu_panel_mode_fixup() [all …]
|
| /Linux-v5.15/drivers/gpu/drm/radeon/ |
| D | radeon_encoders.c | 318 struct drm_display_mode *adjusted_mode) in radeon_panel_mode_fixup() argument 331 adjusted_mode->clock = native_mode->clock; in radeon_panel_mode_fixup() 332 adjusted_mode->flags = native_mode->flags; in radeon_panel_mode_fixup() 335 adjusted_mode->hdisplay = native_mode->hdisplay; in radeon_panel_mode_fixup() 336 adjusted_mode->vdisplay = native_mode->vdisplay; in radeon_panel_mode_fixup() 339 adjusted_mode->htotal = native_mode->hdisplay + hblank; in radeon_panel_mode_fixup() 340 adjusted_mode->hsync_start = native_mode->hdisplay + hover; in radeon_panel_mode_fixup() 341 adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; in radeon_panel_mode_fixup() 343 adjusted_mode->vtotal = native_mode->vdisplay + vblank; in radeon_panel_mode_fixup() 344 adjusted_mode->vsync_start = native_mode->vdisplay + vover; in radeon_panel_mode_fixup() [all …]
|
| /Linux-v5.15/drivers/gpu/drm/gma500/ |
| D | oaktrail_crtc.c | 358 struct drm_display_mode *adjusted_mode, in oaktrail_crtc_mode_set() argument 382 return oaktrail_crtc_hdmi_mode_set(crtc, mode, adjusted_mode, x, y, old_fb); in oaktrail_crtc_mode_set() 391 adjusted_mode, in oaktrail_crtc_mode_set() 436 offsetX = (adjusted_mode->crtc_hdisplay - in oaktrail_crtc_mode_set() 438 offsetY = (adjusted_mode->crtc_vdisplay - in oaktrail_crtc_mode_set() 443 ((adjusted_mode->crtc_htotal - 1) << 16), i); in oaktrail_crtc_mode_set() 445 ((adjusted_mode->crtc_vtotal - 1) << 16), i); in oaktrail_crtc_mode_set() 447 (adjusted_mode->crtc_hblank_start - offsetX - 1) | in oaktrail_crtc_mode_set() 448 ((adjusted_mode->crtc_hblank_end - offsetX - 1) << 16), i); in oaktrail_crtc_mode_set() 450 (adjusted_mode->crtc_hsync_start - offsetX - 1) | in oaktrail_crtc_mode_set() [all …]
|
| D | oaktrail_hdmi.c | 262 struct drm_display_mode *adjusted_mode, in oaktrail_crtc_hdmi_mode_set() argument 305 oaktrail_hdmi_find_dpll(crtc, adjusted_mode->clock, refclk, &clock); in oaktrail_crtc_hdmi_mode_set() 326 temp = htotal_calculate(adjusted_mode); in oaktrail_crtc_hdmi_mode_set() 328 …REG_WRITE(hblank_reg, (adjusted_mode->crtc_hblank_start - 1) | ((adjusted_mode->crtc_hblank_end - … in oaktrail_crtc_hdmi_mode_set() 329 …REG_WRITE(hsync_reg, (adjusted_mode->crtc_hsync_start - 1) | ((adjusted_mode->crtc_hsync_end - 1) … in oaktrail_crtc_hdmi_mode_set() 330 REG_WRITE(vtot_reg, (adjusted_mode->crtc_vdisplay - 1) | ((adjusted_mode->crtc_vtotal - 1) << 16)); in oaktrail_crtc_hdmi_mode_set() 331 …REG_WRITE(vblank_reg, (adjusted_mode->crtc_vblank_start - 1) | ((adjusted_mode->crtc_vblank_end - … in oaktrail_crtc_hdmi_mode_set() 332 …REG_WRITE(vsync_reg, (adjusted_mode->crtc_vsync_start - 1) | ((adjusted_mode->crtc_vsync_end - 1) … in oaktrail_crtc_hdmi_mode_set() 335 …REG_WRITE(PCH_HTOTAL_B, (adjusted_mode->crtc_hdisplay - 1) | ((adjusted_mode->crtc_htotal - 1) << … in oaktrail_crtc_hdmi_mode_set() 336 …REG_WRITE(PCH_HBLANK_B, (adjusted_mode->crtc_hblank_start - 1) | ((adjusted_mode->crtc_hblank_end … in oaktrail_crtc_hdmi_mode_set() [all …]
|
| D | psb_intel_display.c | 93 struct drm_display_mode *adjusted_mode, in psb_intel_crtc_mode_set() argument 142 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, in psb_intel_crtc_mode_set() 146 adjusted_mode->clock, clock.dot); in psb_intel_crtc_mode_set() 160 adjusted_mode->clock / mode->clock; in psb_intel_crtc_mode_set() 261 REG_WRITE(map->htotal, (adjusted_mode->crtc_hdisplay - 1) | in psb_intel_crtc_mode_set() 262 ((adjusted_mode->crtc_htotal - 1) << 16)); in psb_intel_crtc_mode_set() 263 REG_WRITE(map->hblank, (adjusted_mode->crtc_hblank_start - 1) | in psb_intel_crtc_mode_set() 264 ((adjusted_mode->crtc_hblank_end - 1) << 16)); in psb_intel_crtc_mode_set() 265 REG_WRITE(map->hsync, (adjusted_mode->crtc_hsync_start - 1) | in psb_intel_crtc_mode_set() 266 ((adjusted_mode->crtc_hsync_end - 1) << 16)); in psb_intel_crtc_mode_set() [all …]
|
| D | cdv_intel_lvds.c | 180 struct drm_display_mode *adjusted_mode) in cdv_intel_lvds_mode_fixup() argument 205 adjusted_mode->hdisplay = panel_fixed_mode->hdisplay; in cdv_intel_lvds_mode_fixup() 206 adjusted_mode->hsync_start = panel_fixed_mode->hsync_start; in cdv_intel_lvds_mode_fixup() 207 adjusted_mode->hsync_end = panel_fixed_mode->hsync_end; in cdv_intel_lvds_mode_fixup() 208 adjusted_mode->htotal = panel_fixed_mode->htotal; in cdv_intel_lvds_mode_fixup() 209 adjusted_mode->vdisplay = panel_fixed_mode->vdisplay; in cdv_intel_lvds_mode_fixup() 210 adjusted_mode->vsync_start = panel_fixed_mode->vsync_start; in cdv_intel_lvds_mode_fixup() 211 adjusted_mode->vsync_end = panel_fixed_mode->vsync_end; in cdv_intel_lvds_mode_fixup() 212 adjusted_mode->vtotal = panel_fixed_mode->vtotal; in cdv_intel_lvds_mode_fixup() 213 adjusted_mode->clock = panel_fixed_mode->clock; in cdv_intel_lvds_mode_fixup() [all …]
|
| D | psb_intel_lvds.c | 365 struct drm_display_mode *adjusted_mode) in psb_intel_lvds_mode_fixup() argument 404 adjusted_mode->hdisplay = panel_fixed_mode->hdisplay; in psb_intel_lvds_mode_fixup() 405 adjusted_mode->hsync_start = panel_fixed_mode->hsync_start; in psb_intel_lvds_mode_fixup() 406 adjusted_mode->hsync_end = panel_fixed_mode->hsync_end; in psb_intel_lvds_mode_fixup() 407 adjusted_mode->htotal = panel_fixed_mode->htotal; in psb_intel_lvds_mode_fixup() 408 adjusted_mode->vdisplay = panel_fixed_mode->vdisplay; in psb_intel_lvds_mode_fixup() 409 adjusted_mode->vsync_start = panel_fixed_mode->vsync_start; in psb_intel_lvds_mode_fixup() 410 adjusted_mode->vsync_end = panel_fixed_mode->vsync_end; in psb_intel_lvds_mode_fixup() 411 adjusted_mode->vtotal = panel_fixed_mode->vtotal; in psb_intel_lvds_mode_fixup() 412 adjusted_mode->clock = panel_fixed_mode->clock; in psb_intel_lvds_mode_fixup() [all …]
|
| D | cdv_intel_display.c | 572 struct drm_display_mode *adjusted_mode, in cdv_intel_crtc_mode_set() argument 647 drm_mode_debug_printmodeline(adjusted_mode); in cdv_intel_crtc_mode_set() 651 ok = limit->find_pll(limit, crtc, adjusted_mode->clock, refclk, in cdv_intel_crtc_mode_set() 655 adjusted_mode->clock, clock.dot); in cdv_intel_crtc_mode_set() 662 cdv_intel_dp_set_m_n(crtc, mode, adjusted_mode); in cdv_intel_crtc_mode_set() 773 int sdvo_pixel_multiply = adjusted_mode->clock / mode->clock; in cdv_intel_crtc_mode_set() 777 REG_WRITE(map->htotal, (adjusted_mode->crtc_hdisplay - 1) | in cdv_intel_crtc_mode_set() 778 ((adjusted_mode->crtc_htotal - 1) << 16)); in cdv_intel_crtc_mode_set() 779 REG_WRITE(map->hblank, (adjusted_mode->crtc_hblank_start - 1) | in cdv_intel_crtc_mode_set() 780 ((adjusted_mode->crtc_hblank_end - 1) << 16)); in cdv_intel_crtc_mode_set() [all …]
|
| D | oaktrail_lvds.c | 83 struct drm_display_mode *adjusted_mode) in oaktrail_lvds_mode_set() argument 134 if ((mode->vdisplay != adjusted_mode->crtc_vdisplay) || in oaktrail_lvds_mode_set() 135 (mode->hdisplay != adjusted_mode->crtc_hdisplay)) { in oaktrail_lvds_mode_set() 136 if ((adjusted_mode->crtc_hdisplay * mode->vdisplay) == in oaktrail_lvds_mode_set() 137 (mode->hdisplay * adjusted_mode->crtc_vdisplay)) in oaktrail_lvds_mode_set() 139 else if ((adjusted_mode->crtc_hdisplay * in oaktrail_lvds_mode_set() 141 adjusted_mode->crtc_vdisplay)) in oaktrail_lvds_mode_set()
|
| D | cdv_intel_dp.c | 878 struct drm_display_mode *adjusted_mode) in cdv_intel_fixed_panel_mode() argument 880 adjusted_mode->hdisplay = fixed_mode->hdisplay; in cdv_intel_fixed_panel_mode() 881 adjusted_mode->hsync_start = fixed_mode->hsync_start; in cdv_intel_fixed_panel_mode() 882 adjusted_mode->hsync_end = fixed_mode->hsync_end; in cdv_intel_fixed_panel_mode() 883 adjusted_mode->htotal = fixed_mode->htotal; in cdv_intel_fixed_panel_mode() 885 adjusted_mode->vdisplay = fixed_mode->vdisplay; in cdv_intel_fixed_panel_mode() 886 adjusted_mode->vsync_start = fixed_mode->vsync_start; in cdv_intel_fixed_panel_mode() 887 adjusted_mode->vsync_end = fixed_mode->vsync_end; in cdv_intel_fixed_panel_mode() 888 adjusted_mode->vtotal = fixed_mode->vtotal; in cdv_intel_fixed_panel_mode() 890 adjusted_mode->clock = fixed_mode->clock; in cdv_intel_fixed_panel_mode() [all …]
|
| /Linux-v5.15/drivers/gpu/drm/i915/display/ |
| D | vlv_dsi.c | 274 struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; in intel_dsi_compute_config() local 281 intel_fixed_panel_mode(fixed_mode, adjusted_mode); in intel_dsi_compute_config() 291 if (adjusted_mode->flags & DRM_MODE_FLAG_DBLSCAN) in intel_dsi_compute_config() 295 adjusted_mode->flags = 0; in intel_dsi_compute_config() 1101 struct drm_display_mode *adjusted_mode = in bxt_dsi_get_pipe_config() local 1102 &pipe_config->hw.adjusted_mode; in bxt_dsi_get_pipe_config() 1115 adjusted_mode_sw = &crtc->config->hw.adjusted_mode; in bxt_dsi_get_pipe_config() 1137 adjusted_mode->crtc_hdisplay = in bxt_dsi_get_pipe_config() 1140 adjusted_mode->crtc_vdisplay = in bxt_dsi_get_pipe_config() 1143 adjusted_mode->crtc_vtotal = in bxt_dsi_get_pipe_config() [all …]
|
| D | intel_vrr.c | 96 struct drm_display_mode *adjusted_mode = &crtc_state->hw.adjusted_mode; in intel_vrr_compute_config() local 103 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) in intel_vrr_compute_config() 109 vmin = DIV_ROUND_UP(adjusted_mode->crtc_clock * 1000, in intel_vrr_compute_config() 110 adjusted_mode->crtc_htotal * info->monitor_range.max_vfreq); in intel_vrr_compute_config() 111 vmax = adjusted_mode->crtc_clock * 1000 / in intel_vrr_compute_config() 112 (adjusted_mode->crtc_htotal * info->monitor_range.min_vfreq); in intel_vrr_compute_config() 114 vmin = max_t(int, vmin, adjusted_mode->crtc_vtotal); in intel_vrr_compute_config() 115 vmax = max_t(int, vmax, adjusted_mode->crtc_vtotal); in intel_vrr_compute_config() 137 crtc_state->vrr.vmin - adjusted_mode->crtc_vdisplay - in intel_vrr_compute_config() 151 min(255, crtc_state->vrr.vmin - adjusted_mode->crtc_vdisplay - 4 - 1); in intel_vrr_compute_config()
|
| D | intel_panel.c | 46 struct drm_display_mode *adjusted_mode) in intel_fixed_panel_mode() argument 48 drm_mode_copy(adjusted_mode, fixed_mode); in intel_fixed_panel_mode() 50 drm_mode_set_crtcinfo(adjusted_mode, 0); in intel_fixed_panel_mode() 181 const struct drm_display_mode *adjusted_mode = in intel_pch_panel_fitting() local 182 &crtc_state->hw.adjusted_mode; in intel_pch_panel_fitting() 186 if (adjusted_mode->crtc_hdisplay == crtc_state->pipe_src_w && in intel_pch_panel_fitting() 187 adjusted_mode->crtc_vdisplay == crtc_state->pipe_src_h && in intel_pch_panel_fitting() 195 x = (adjusted_mode->crtc_hdisplay - width + 1)/2; in intel_pch_panel_fitting() 196 y = (adjusted_mode->crtc_vdisplay - height + 1)/2; in intel_pch_panel_fitting() 202 u32 scaled_width = adjusted_mode->crtc_hdisplay in intel_pch_panel_fitting() [all …]
|
| D | dvo_ns2501.c | 551 const struct drm_display_mode *adjusted_mode) in ns2501_mode_set() argument 576 adjusted_mode->crtc_clock, in ns2501_mode_set() 577 adjusted_mode->crtc_hdisplay, in ns2501_mode_set() 578 adjusted_mode->crtc_hblank_start, in ns2501_mode_set() 579 adjusted_mode->crtc_hblank_end, in ns2501_mode_set() 580 adjusted_mode->crtc_hsync_start, in ns2501_mode_set() 581 adjusted_mode->crtc_hsync_end, in ns2501_mode_set() 582 adjusted_mode->crtc_htotal, in ns2501_mode_set() 583 adjusted_mode->crtc_hskew, in ns2501_mode_set() 584 adjusted_mode->crtc_vdisplay, in ns2501_mode_set() [all …]
|
| D | intel_dvo.c | 182 pipe_config->hw.adjusted_mode.flags |= flags; in intel_dvo_get_config() 184 pipe_config->hw.adjusted_mode.crtc_clock = pipe_config->port_clock; in intel_dvo_get_config() 214 &pipe_config->hw.adjusted_mode); in intel_enable_dvo() 259 struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; in intel_dvo_compute_config() local 268 intel_fixed_panel_mode(fixed_mode, adjusted_mode); in intel_dvo_compute_config() 270 if (adjusted_mode->flags & DRM_MODE_FLAG_DBLSCAN) in intel_dvo_compute_config() 285 const struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; in intel_dvo_pre_enable() local 300 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC) in intel_dvo_pre_enable() 302 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC) in intel_dvo_pre_enable() 306 …(adjusted_mode->crtc_hdisplay << DVO_SRCDIM_HORIZONTAL_SHIFT) | (adjusted_mode->crtc_vdisplay << D… in intel_dvo_pre_enable()
|
| D | icl_dsi.c | 317 const struct drm_display_mode *adjusted_mode = in configure_dual_link_mode() local 318 &pipe_config->hw.adjusted_mode; in configure_dual_link_mode() 320 u16 hactive = adjusted_mode->crtc_hdisplay; in configure_dual_link_mode() 895 const struct drm_display_mode *adjusted_mode = in gen11_dsi_set_transcoder_timings() local 896 &crtc_state->hw.adjusted_mode; in gen11_dsi_set_transcoder_timings() 919 hactive = adjusted_mode->crtc_hdisplay; in gen11_dsi_set_transcoder_timings() 922 htotal = DIV_ROUND_UP(adjusted_mode->crtc_htotal * mul, div); in gen11_dsi_set_transcoder_timings() 926 hsync_start = DIV_ROUND_UP(adjusted_mode->crtc_hsync_start * mul, div); in gen11_dsi_set_transcoder_timings() 927 hsync_end = DIV_ROUND_UP(adjusted_mode->crtc_hsync_end * mul, div); in gen11_dsi_set_transcoder_timings() 929 hback_porch = (adjusted_mode->crtc_htotal - in gen11_dsi_set_transcoder_timings() [all …]
|
| D | intel_crt.c | 138 pipe_config->hw.adjusted_mode.flags |= intel_crt_get_flags(encoder); in intel_crt_get_config() 140 pipe_config->hw.adjusted_mode.crtc_clock = pipe_config->port_clock; in intel_crt_get_config() 150 pipe_config->hw.adjusted_mode.flags &= ~(DRM_MODE_FLAG_PHSYNC | in hsw_crt_get_config() 154 pipe_config->hw.adjusted_mode.flags |= intel_crt_get_flags(encoder); in hsw_crt_get_config() 156 pipe_config->hw.adjusted_mode.crtc_clock = lpt_get_iclkip(dev_priv); in hsw_crt_get_config() 168 const struct drm_display_mode *adjusted_mode = &crtc_state->hw.adjusted_mode; in intel_crt_set_dpms() local 176 if (adjusted_mode->flags & DRM_MODE_FLAG_PHSYNC) in intel_crt_set_dpms() 178 if (adjusted_mode->flags & DRM_MODE_FLAG_PVSYNC) in intel_crt_set_dpms() 388 struct drm_display_mode *adjusted_mode = in intel_crt_compute_config() local 389 &pipe_config->hw.adjusted_mode; in intel_crt_compute_config() [all …]
|
| D | intel_tv.c | 1088 struct drm_display_mode *adjusted_mode = in intel_tv_get_config() local 1089 &pipe_config->hw.adjusted_mode; in intel_tv_get_config() 1093 int hdisplay = adjusted_mode->crtc_hdisplay; in intel_tv_get_config() 1094 int vdisplay = adjusted_mode->crtc_vdisplay; in intel_tv_get_config() 1156 adjusted_mode->crtc_clock = mode.clock; in intel_tv_get_config() 1157 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) in intel_tv_get_config() 1158 adjusted_mode->crtc_clock /= 2; in intel_tv_get_config() 1191 struct drm_display_mode *adjusted_mode = in intel_tv_compute_config() local 1192 &pipe_config->hw.adjusted_mode; in intel_tv_compute_config() 1193 int hdisplay = adjusted_mode->crtc_hdisplay; in intel_tv_compute_config() [all …]
|
| D | intel_crtc.c | 357 int intel_usecs_to_scanlines(const struct drm_display_mode *adjusted_mode, in intel_usecs_to_scanlines() argument 361 if (!adjusted_mode->crtc_htotal) in intel_usecs_to_scanlines() 364 return DIV_ROUND_UP(usecs * adjusted_mode->crtc_clock, in intel_usecs_to_scanlines() 365 1000 * adjusted_mode->crtc_htotal); in intel_usecs_to_scanlines() 394 const struct drm_display_mode *adjusted_mode = &new_crtc_state->hw.adjusted_mode; in intel_pipe_update_start() local 408 vblank_start = intel_mode_vblank_start(adjusted_mode); in intel_pipe_update_start() 411 min = vblank_start - intel_usecs_to_scanlines(adjusted_mode, in intel_pipe_update_start()
|
| D | intel_audio.c | 243 const struct drm_display_mode *adjusted_mode = in audio_config_hdmi_pixel_clock() local 244 &crtc_state->hw.adjusted_mode; in audio_config_hdmi_pixel_clock() 248 if (adjusted_mode->crtc_clock == hdmi_audio_clock[i].clock) in audio_config_hdmi_pixel_clock() 252 if (DISPLAY_VER(dev_priv) < 12 && adjusted_mode->crtc_clock > 148500) in audio_config_hdmi_pixel_clock() 258 adjusted_mode->crtc_clock); in audio_config_hdmi_pixel_clock() 529 h_active = crtc_state->hw.adjusted_mode.crtc_hdisplay; in calc_hblank_early_prog() 530 h_total = crtc_state->hw.adjusted_mode.crtc_htotal; in calc_hblank_early_prog() 531 pixel_clk = crtc_state->hw.adjusted_mode.crtc_clock; in calc_hblank_early_prog() 571 h_active = crtc_state->hw.adjusted_mode.hdisplay; in calc_samples_room() 572 h_total = crtc_state->hw.adjusted_mode.htotal; in calc_samples_room() [all …]
|
| /Linux-v5.15/include/drm/ |
| D | drm_encoder_slave.h | 58 struct drm_display_mode *adjusted_mode); 63 struct drm_display_mode *adjusted_mode); 170 struct drm_display_mode *adjusted_mode); 175 struct drm_display_mode *adjusted_mode);
|
| D | drm_modeset_helper_vtables.h | 189 struct drm_display_mode *adjusted_mode); 207 struct drm_display_mode *adjusted_mode, int x, int y, 604 struct drm_display_mode *adjusted_mode); 660 struct drm_display_mode *adjusted_mode);
|
| /Linux-v5.15/drivers/gpu/drm/arm/display/komeda/ |
| D | komeda_crtc.c | 57 pxlclk = kcrtc_st->base.adjusted_mode.crtc_clock * 1000ULL; in komeda_crtc_update_clock_ratio() 116 struct drm_display_mode *mode = &kcrtc_st->base.adjusted_mode; in komeda_crtc_prepare() 420 unsigned long pxlclk = kcrtc_st->base.adjusted_mode.crtc_clock * 1000; in komeda_crtc_get_aclk() 462 struct drm_display_mode *adjusted_mode) in komeda_crtc_mode_fixup() argument 467 drm_mode_set_crtcinfo(adjusted_mode, 0); in komeda_crtc_mode_fixup() 470 adjusted_mode->crtc_clock /= 2; in komeda_crtc_mode_fixup() 471 adjusted_mode->crtc_hdisplay /= 2; in komeda_crtc_mode_fixup() 472 adjusted_mode->crtc_hsync_start /= 2; in komeda_crtc_mode_fixup() 473 adjusted_mode->crtc_hsync_end /= 2; in komeda_crtc_mode_fixup() 474 adjusted_mode->crtc_htotal /= 2; in komeda_crtc_mode_fixup() [all …]
|
| /Linux-v5.15/drivers/gpu/drm/ |
| D | drm_encoder_slave.c | 136 struct drm_display_mode *adjusted_mode) in drm_i2c_encoder_mode_fixup() argument 141 return get_slave_funcs(encoder)->mode_fixup(encoder, mode, adjusted_mode); in drm_i2c_encoder_mode_fixup() 159 struct drm_display_mode *adjusted_mode) in drm_i2c_encoder_mode_set() argument 161 get_slave_funcs(encoder)->mode_set(encoder, mode, adjusted_mode); in drm_i2c_encoder_mode_set()
|
| /Linux-v5.15/drivers/gpu/drm/ast/ |
| D | ast_mode.c | 85 struct drm_display_mode *adjusted_mode, in ast_get_vbios_mode_info() argument 184 adjusted_mode->crtc_htotal = vbios_mode->enh_table->ht; in ast_get_vbios_mode_info() 185 adjusted_mode->crtc_hblank_start = vbios_mode->enh_table->hde + hborder; in ast_get_vbios_mode_info() 186 adjusted_mode->crtc_hblank_end = vbios_mode->enh_table->ht - hborder; in ast_get_vbios_mode_info() 187 adjusted_mode->crtc_hsync_start = vbios_mode->enh_table->hde + hborder + in ast_get_vbios_mode_info() 189 adjusted_mode->crtc_hsync_end = (vbios_mode->enh_table->hde + hborder + in ast_get_vbios_mode_info() 193 adjusted_mode->crtc_vtotal = vbios_mode->enh_table->vt; in ast_get_vbios_mode_info() 194 adjusted_mode->crtc_vblank_start = vbios_mode->enh_table->vde + vborder; in ast_get_vbios_mode_info() 195 adjusted_mode->crtc_vblank_end = vbios_mode->enh_table->vt - vborder; in ast_get_vbios_mode_info() 196 adjusted_mode->crtc_vsync_start = vbios_mode->enh_table->vde + vborder + in ast_get_vbios_mode_info() [all …]
|