Home
last modified time | relevance | path

Searched refs:crtc_hdisplay (Results 1 – 25 of 71) sorted by relevance

123

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_panel.c334 if (adjusted_mode->crtc_hdisplay == pipe_src_w && in pch_panel_fitting()
343 x = (adjusted_mode->crtc_hdisplay - width + 1)/2; in pch_panel_fitting()
350 u32 scaled_width = adjusted_mode->crtc_hdisplay * pipe_src_h; in pch_panel_fitting()
356 x = (adjusted_mode->crtc_hdisplay - width + 1) / 2; in pch_panel_fitting()
365 width = adjusted_mode->crtc_hdisplay; in pch_panel_fitting()
368 width = adjusted_mode->crtc_hdisplay; in pch_panel_fitting()
375 WARN_ON(adjusted_mode->crtc_hdisplay != pipe_src_w); in pch_panel_fitting()
380 width = adjusted_mode->crtc_hdisplay; in pch_panel_fitting()
407 border = (adjusted_mode->crtc_hdisplay - width + 1) / 2; in centre_horizontally()
410 adjusted_mode->crtc_hdisplay = width; in centre_horizontally()
[all …]
Dvlv_dsi.c1139 adjusted_mode->crtc_hdisplay = in bxt_dsi_get_pipe_config()
1149 hactive = adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1179 adjusted_mode->crtc_hsync_start = hfp + adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1181 adjusted_mode->crtc_hblank_start = adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1202 adjusted_mode_sw->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1235 crtc_htotal_sw = adjusted_mode_sw->crtc_hdisplay + hfp_sw + in bxt_dsi_get_pipe_config()
1237 crtc_hsync_start_sw = hfp_sw + adjusted_mode_sw->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1239 crtc_hblank_start_sw = adjusted_mode_sw->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1314 hactive = adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1315 hfp = adjusted_mode->crtc_hsync_start - adjusted_mode->crtc_hdisplay; in set_dsi_timings()
[all …]
Ddvo_ivch.c418 if (mode->hdisplay != adjusted_mode->crtc_hdisplay || in ivch_mode_set()
425 (adjusted_mode->crtc_hdisplay - 1)) >> 2; in ivch_mode_set()
Dintel_psr.c782 const int crtc_hdisplay = crtc_state->hw.adjusted_mode.crtc_hdisplay; in psr2_granularity_check() local
787 if (crtc_hdisplay % intel_dp->psr.su_w_granularity) in psr2_granularity_check()
844 int crtc_hdisplay = crtc_state->hw.adjusted_mode.crtc_hdisplay; in intel_psr2_config_valid() local
955 (crtc_hdisplay > psr_max_h || crtc_vdisplay > psr_max_v)) { in intel_psr2_config_valid()
958 crtc_hdisplay, crtc_vdisplay, in intel_psr2_config_valid()
Dintel_fbdev.c431 cur_size = crtc_state->uapi.adjusted_mode.crtc_hdisplay; in intel_fbdev_init_bios()
448 crtc_state->uapi.adjusted_mode.crtc_hdisplay, in intel_fbdev_init_bios()
Dicl_dsi.c313 u16 hactive = adjusted_mode->crtc_hdisplay; in configure_dual_link_mode()
909 hactive = adjusted_mode->crtc_hdisplay; in gen11_dsi_set_transcoder_timings()
949 if (adjusted_mode->crtc_hdisplay < 256) in gen11_dsi_set_transcoder_timings()
1515 adjusted_mode->crtc_hdisplay *= 2; in gen11_dsi_get_timings()
1517 adjusted_mode->crtc_hdisplay -= in gen11_dsi_get_timings()
1521 adjusted_mode->crtc_hblank_start = adjusted_mode->crtc_hdisplay; in gen11_dsi_get_timings()
Dintel_crtc_state_dump.c18 mode->crtc_hdisplay, mode->crtc_hsync_start, in intel_dump_crtc_timings()
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Datombios_crtc.c58 args.usOverscanLeft = cpu_to_le16((adjusted_mode->crtc_hdisplay - mode->crtc_hdisplay) / 2); in amdgpu_atombios_crtc_overscan_setup()
59 args.usOverscanRight = cpu_to_le16((adjusted_mode->crtc_hdisplay - mode->crtc_hdisplay) / 2); in amdgpu_atombios_crtc_overscan_setup()
62 a1 = mode->crtc_vdisplay * adjusted_mode->crtc_hdisplay; in amdgpu_atombios_crtc_overscan_setup()
63 a2 = adjusted_mode->crtc_vdisplay * mode->crtc_hdisplay; in amdgpu_atombios_crtc_overscan_setup()
66 …args.usOverscanLeft = cpu_to_le16((adjusted_mode->crtc_hdisplay - (a2 / mode->crtc_vdisplay)) / 2); in amdgpu_atombios_crtc_overscan_setup()
67 …args.usOverscanRight = cpu_to_le16((adjusted_mode->crtc_hdisplay - (a2 / mode->crtc_vdisplay)) / 2… in amdgpu_atombios_crtc_overscan_setup()
69 … args.usOverscanTop = cpu_to_le16((adjusted_mode->crtc_vdisplay - (a1 / mode->crtc_hdisplay)) / 2); in amdgpu_atombios_crtc_overscan_setup()
70 …args.usOverscanBottom = cpu_to_le16((adjusted_mode->crtc_vdisplay - (a1 / mode->crtc_hdisplay)) / … in amdgpu_atombios_crtc_overscan_setup()
201 args.usH_Size = cpu_to_le16(mode->crtc_hdisplay - (amdgpu_crtc->h_border * 2)); in amdgpu_atombios_crtc_set_dtd_timing()
203 cpu_to_le16(mode->crtc_hblank_end - mode->crtc_hdisplay + (amdgpu_crtc->h_border * 2)); in amdgpu_atombios_crtc_set_dtd_timing()
[all …]
Damdgpu_encoders.c192 adjusted_mode->crtc_hdisplay = native_mode->hdisplay; in amdgpu_panel_mode_fixup()
195 adjusted_mode->crtc_htotal = adjusted_mode->crtc_hdisplay + hblank; in amdgpu_panel_mode_fixup()
196 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hdisplay + hover; in amdgpu_panel_mode_fixup()
/Linux-v6.1/drivers/gpu/drm/kmb/
Dkmb_crtc.c85 m->crtc_hsync_start - m->crtc_hdisplay, in kmb_crtc_set_mode()
101 vm.vsync_len, m->crtc_hdisplay, vm.hback_porch, in kmb_crtc_set_mode()
109 m->crtc_hdisplay - 1); in kmb_crtc_set_mode()
/Linux-v6.1/drivers/gpu/drm/gma500/
Doaktrail_crtc.c429 REG_WRITE_WITH_AUX(map->src, ((mode->crtc_hdisplay - 1) << 16) | in oaktrail_crtc_mode_set()
439 offsetX = (adjusted_mode->crtc_hdisplay - in oaktrail_crtc_mode_set()
440 mode->crtc_hdisplay) / 2; in oaktrail_crtc_mode_set()
445 REG_WRITE_WITH_AUX(map->htotal, (mode->crtc_hdisplay - 1) | in oaktrail_crtc_mode_set()
464 REG_WRITE_WITH_AUX(map->htotal, (adjusted_mode->crtc_hdisplay - 1) | in oaktrail_crtc_mode_set()
Doaktrail_lvds.c136 (mode->hdisplay != adjusted_mode->crtc_hdisplay)) { in oaktrail_lvds_mode_set()
137 if ((adjusted_mode->crtc_hdisplay * mode->vdisplay) == in oaktrail_lvds_mode_set()
140 else if ((adjusted_mode->crtc_hdisplay * in oaktrail_lvds_mode_set()
Doaktrail_hdmi.c173 return (mode->crtc_hdisplay - 1) | (new_crtc_htotal << 16); in htotal_calculate()
334 REG_WRITE(pipesrc_reg, ((mode->crtc_hdisplay - 1) << 16) | (mode->crtc_vdisplay - 1)); in oaktrail_crtc_hdmi_mode_set()
336 …REG_WRITE(PCH_HTOTAL_B, (adjusted_mode->crtc_hdisplay - 1) | ((adjusted_mode->crtc_htotal - 1) << … in oaktrail_crtc_hdmi_mode_set()
342 REG_WRITE(PCH_PIPEBSRC, ((mode->crtc_hdisplay - 1) << 16) | (mode->crtc_vdisplay - 1)); in oaktrail_crtc_hdmi_mode_set()
345 HDMI_WRITE(HDMI_HBLANK_A, ((adjusted_mode->crtc_hdisplay - 1) << 16) | temp); in oaktrail_crtc_hdmi_mode_set()
/Linux-v6.1/drivers/gpu/drm/radeon/
Dradeon_encoders.c350 adjusted_mode->crtc_hdisplay = native_mode->hdisplay; in radeon_panel_mode_fixup()
354 adjusted_mode->crtc_htotal = adjusted_mode->crtc_hdisplay + hblank; in radeon_panel_mode_fixup()
355 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hdisplay + hover; in radeon_panel_mode_fixup()
Datombios_crtc.c58 args.usOverscanLeft = cpu_to_le16((adjusted_mode->crtc_hdisplay - mode->crtc_hdisplay) / 2); in atombios_overscan_setup()
59 args.usOverscanRight = cpu_to_le16((adjusted_mode->crtc_hdisplay - mode->crtc_hdisplay) / 2); in atombios_overscan_setup()
62 a1 = mode->crtc_vdisplay * adjusted_mode->crtc_hdisplay; in atombios_overscan_setup()
63 a2 = adjusted_mode->crtc_vdisplay * mode->crtc_hdisplay; in atombios_overscan_setup()
66 …args.usOverscanLeft = cpu_to_le16((adjusted_mode->crtc_hdisplay - (a2 / mode->crtc_vdisplay)) / 2); in atombios_overscan_setup()
67 …args.usOverscanRight = cpu_to_le16((adjusted_mode->crtc_hdisplay - (a2 / mode->crtc_vdisplay)) / 2… in atombios_overscan_setup()
69 … args.usOverscanTop = cpu_to_le16((adjusted_mode->crtc_vdisplay - (a1 / mode->crtc_hdisplay)) / 2); in atombios_overscan_setup()
70 …args.usOverscanBottom = cpu_to_le16((adjusted_mode->crtc_vdisplay - (a1 / mode->crtc_hdisplay)) / … in atombios_overscan_setup()
314 args.usH_Size = cpu_to_le16(mode->crtc_hdisplay - (radeon_crtc->h_border * 2)); in atombios_set_crtc_dtd_timing()
316 cpu_to_le16(mode->crtc_hblank_end - mode->crtc_hdisplay + (radeon_crtc->h_border * 2)); in atombios_set_crtc_dtd_timing()
[all …]
Drs690.c253 rdev->mode_info.crtcs[0]->lb_vblank_lead_lines = DIV_ROUND_UP(lb_size, mode1->crtc_hdisplay); in rs690_line_buffer_adjust()
256 rdev->mode_info.crtcs[1]->lb_vblank_lead_lines = DIV_ROUND_UP(lb_size, mode2->crtc_hdisplay); in rs690_line_buffer_adjust()
310 b.full = dfixed_const(mode->crtc_hdisplay); in rs690_crtc_bandwidth_compute()
360 b.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rs690_crtc_bandwidth_compute()
443 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rs690_crtc_bandwidth_compute()
450 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) { in rs690_crtc_bandwidth_compute()
Dradeon_legacy_crtc.c86 | ((((mode->crtc_hdisplay / 8) - 1) & 0x1ff) << 16)); in radeon_legacy_rmx_mode_set()
169 | ((((mode->crtc_hdisplay / 8) - 1) & 0x1ff) << 16)); in radeon_legacy_rmx_mode_set()
624 | ((((mode->crtc_hdisplay / 8) - 1) & 0x1ff) << 16)); in radeon_set_crtc_timing()
Drv515.c958 b.full = dfixed_const(mode->crtc_hdisplay); in rv515_crtc_bandwidth_compute()
1008 b.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rv515_crtc_bandwidth_compute()
1062 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay); in rv515_crtc_bandwidth_compute()
1069 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) { in rv515_crtc_bandwidth_compute()
/Linux-v6.1/drivers/gpu/drm/arm/
Dhdlcd_crtc.c138 vm.hfront_porch = m->crtc_hsync_start - m->crtc_hdisplay; in hdlcd_crtc_mode_set_nofb()
157 hdlcd_write(hdlcd, HDLCD_REG_H_DATA, m->crtc_hdisplay - 1); in hdlcd_crtc_mode_set_nofb()
/Linux-v6.1/drivers/gpu/drm/tiny/
Darcpgu.c163 ENCODE_PGU_XY(m->crtc_hsync_start - m->crtc_hdisplay, in arc_pgu_mode_set()
164 m->crtc_hsync_end - m->crtc_hdisplay)); in arc_pgu_mode_set()
/Linux-v6.1/drivers/gpu/drm/ast/
Dast_dp.c218 switch (crtc->mode.crtc_hdisplay) { in ast_dp_set_mode()
Dast_mode.c106 switch (mode->crtc_hdisplay) { in ast_get_vbios_mode_info()
254 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x94, adjusted_mode->crtc_hdisplay); in ast_set_vbios_mode_reg()
255 ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0x95, adjusted_mode->crtc_hdisplay >> 8); in ast_set_vbios_mode_reg()
327 temp = (mode->crtc_hdisplay >> 3) - 1; in ast_set_crtc_reg()
/Linux-v6.1/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_crtc.c86 vm.hfront_porch = adj->crtc_hsync_start - adj->crtc_hdisplay; in atmel_hlcdc_crtc_mode_set_nofb()
100 (adj->crtc_hdisplay - 1) | in atmel_hlcdc_crtc_mode_set_nofb()
/Linux-v6.1/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c302 SUN4I_TCON0_BASIC0_X(mode->crtc_hdisplay) | in sun4i_tcon0_mode_set_common()
621 SUN4I_TCON1_BASIC0_X(mode->crtc_hdisplay) | in sun4i_tcon1_mode_set()
626 SUN4I_TCON1_BASIC1_X(mode->crtc_hdisplay) | in sun4i_tcon1_mode_set()
631 SUN4I_TCON1_BASIC2_X(mode->crtc_hdisplay) | in sun4i_tcon1_mode_set()
/Linux-v6.1/include/drm/
Ddrm_modes.h321 u16 crtc_hdisplay; member

123