/linux/drivers/gpu/drm/panel/ |
A D | panel-simple.c | 734 .hdisplay = 480, 758 .hdisplay = 800, 908 .hdisplay = 800, 1152 .hdisplay = 800, 1199 .hdisplay = 480, 1251 .hdisplay = 800, 1277 .hdisplay = 800, 1330 .hdisplay = 800, 1406 .hdisplay = 800, 1492 .hdisplay = 320, [all …]
|
A D | panel-edp.c | 915 .hdisplay = 1366, 941 .hdisplay = 1366, 967 .hdisplay = 1920, 994 .hdisplay = 1920, 1021 .hdisplay = 1366, 1043 .hdisplay = 1920, 1155 .hdisplay = 1920, 1225 .hdisplay = 1366, 1286 .hdisplay = 1920, 1308 .hdisplay = 2160, [all …]
|
A D | panel-arm-versatile.c | 138 .hdisplay = 320, 161 .hdisplay = 640, 183 .hdisplay = 176, 206 .hdisplay = 240,
|
A D | panel-tpo-tpg110.c | 106 .hdisplay = 800, 122 .hdisplay = 640, 138 .hdisplay = 480, 154 .hdisplay = 480, 170 .hdisplay = 400,
|
A D | panel-sharp-lq101r1sx01.c | 133 err = mipi_dsi_dcs_set_column_address(left, 0, mode->hdisplay / 2 - 1); in sharp_setup_symmetrical_split() 145 err = mipi_dsi_dcs_set_column_address(right, mode->hdisplay / 2, in sharp_setup_symmetrical_split() 146 mode->hdisplay - 1); in sharp_setup_symmetrical_split() 264 .hdisplay = 2560, 282 default_mode.hdisplay, default_mode.vdisplay, in sharp_panel_get_modes()
|
/linux/drivers/gpu/drm/ |
A D | drm_modes.c | 161 if (!hdisplay || !vdisplay) in drm_cvt_mode() 182 hdisplay_rnd = hdisplay - (hdisplay % CVT_H_GRANULARITY); in drm_cvt_mode() 399 if (!hdisplay || !vdisplay) in drm_gtf_mode_complex() 591 dmode->hdisplay = vm->hactive; in drm_display_mode_from_videomode() 632 vm->hactive = dmode->hdisplay; in drm_display_mode_to_videomode() 820 p->crtc_hdisplay = p->hdisplay; in drm_mode_set_crtcinfo() 924 return mode1->hdisplay == mode2->hdisplay && in drm_mode_match_timings() 1092 if (mode->hdisplay == 0 || in drm_mode_validate_basic() 1299 diff = b->hdisplay * b->vdisplay - a->hdisplay * a->vdisplay; in drm_mode_compare() 1902 out->hdisplay = in->hdisplay; in drm_mode_convert_to_umode() [all …]
|
/linux/drivers/gpu/drm/tve200/ |
A D | tve200_display.c | 81 if (!(mode->hdisplay == 352 && mode->vdisplay == 240) && /* SIF(525) */ in tve200_display_check() 82 !(mode->hdisplay == 352 && mode->vdisplay == 288) && /* CIF(625) */ in tve200_display_check() 83 !(mode->hdisplay == 640 && mode->vdisplay == 480) && /* VGA */ in tve200_display_check() 84 !(mode->hdisplay == 720 && mode->vdisplay == 480) && /* D1 */ in tve200_display_check() 85 !(mode->hdisplay == 720 && mode->vdisplay == 576)) { /* D1 */ in tve200_display_check() 87 mode->hdisplay, mode->vdisplay); in tve200_display_check() 104 if (fb->pitches[0] != mode->hdisplay * fb->format->cpp[0]) { in tve200_display_check() 170 if ((mode->hdisplay == 352 && mode->vdisplay == 240) || /* SIF(525) */ in tve200_display_enable() 174 } else if (mode->hdisplay == 640 && mode->vdisplay == 480) { in tve200_display_enable() 177 } else if ((mode->hdisplay == 720 && mode->vdisplay == 480) || in tve200_display_enable() [all …]
|
/linux/include/drm/ |
A D | drm_modes.h | 136 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \ 153 .hdisplay = (hd), .hsync_start = (hd), .hsync_end = (hd), \ 234 u16 hdisplay; member 408 (m)->hdisplay, (m)->hsync_start, (m)->hsync_end, (m)->htotal, \ 447 int hdisplay, int vdisplay, int vrefresh, 451 int hdisplay, int vdisplay, int vrefresh, 454 int hdisplay, int vdisplay, 481 int *hdisplay, int *vdisplay);
|
/linux/drivers/gpu/drm/nouveau/dispnv04/ |
A D | tvnv17.c | 219 if (mode->hdisplay == tv_norm->tv_enc_mode.hdisplay && in nv17_tv_get_ld_modes() 237 int hdisplay; in nv17_tv_get_hd_modes() member 253 if (modes[i].hdisplay > output_mode->hdisplay || in nv17_tv_get_hd_modes() 257 if (modes[i].hdisplay == output_mode->hdisplay && in nv17_tv_get_hd_modes() 263 mode = drm_cvt_mode(encoder->dev, modes[i].hdisplay, in nv17_tv_get_hd_modes() 270 if (output_mode->hdisplay <= 720 in nv17_tv_get_hd_modes() 271 || output_mode->hdisplay >= 1920) { in nv17_tv_get_hd_modes() 273 mode->hsync_start = (mode->hdisplay + (mode->htotal in nv17_tv_get_hd_modes() 274 - mode->hdisplay) * 9 / 10) & ~7; in nv17_tv_get_hd_modes() 315 if (mode->hdisplay > output_mode->hdisplay || in nv17_tv_mode_valid() [all …]
|
A D | dfp.c | 192 mode->hdisplay > nv_connector->native_mode->hdisplay || in nv04_dfp_mode_fixup() 301 regp->fp_horiz_regs[FP_DISPLAY_END] = output_mode->hdisplay - 1; in nv04_dfp_mode_set() 304 (output_mode->hsync_start - output_mode->hdisplay) >= in nv04_dfp_mode_set() 306 regp->fp_horiz_regs[FP_CRTC] = output_mode->hdisplay; in nv04_dfp_mode_set() 312 regp->fp_horiz_regs[FP_VALID_END] = output_mode->hdisplay - 1; in nv04_dfp_mode_set() 335 else if (adjusted_mode->hdisplay == output_mode->hdisplay && in nv04_dfp_mode_set() 375 mode_ratio = (1 << 12) * adjusted_mode->hdisplay / adjusted_mode->vdisplay; in nv04_dfp_mode_set() 376 panel_ratio = (1 << 12) * output_mode->hdisplay / output_mode->vdisplay; in nv04_dfp_mode_set() 394 diff = output_mode->hdisplay - in nv04_dfp_mode_set() 405 scale = (1 << 12) * adjusted_mode->hdisplay / output_mode->hdisplay; in nv04_dfp_mode_set() [all …]
|
A D | tvmodesnv17.c | 325 uint64_t rs[] = {mode->hdisplay * id3, in tv_setup_filter() 328 do_div(rs[0], overscan * tv_norm->tv_enc_mode.hdisplay); in tv_setup_filter() 559 hmargin = (output_mode->hdisplay - crtc_mode->hdisplay) / 2; in nv17_ctv_update_rescaler() 562 hmargin = interpolate(0, min(hmargin, output_mode->hdisplay/20), in nv17_ctv_update_rescaler() 567 hratio = crtc_mode->hdisplay * 0x800 / in nv17_ctv_update_rescaler() 568 (output_mode->hdisplay - 2*hmargin); in nv17_ctv_update_rescaler() 573 regs->fp_horiz_regs[FP_VALID_END] = output_mode->hdisplay - hmargin - 1; in nv17_ctv_update_rescaler()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_encoders.c | 169 unsigned hblank = native_mode->htotal - native_mode->hdisplay; in amdgpu_panel_mode_fixup() 171 unsigned hover = native_mode->hsync_start - native_mode->hdisplay; in amdgpu_panel_mode_fixup() 179 adjusted_mode->hdisplay = native_mode->hdisplay; 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() 192 adjusted_mode->crtc_hdisplay = native_mode->hdisplay; in amdgpu_panel_mode_fixup()
|
A D | amdgpu_connectors.c | 386 if (native_mode->hdisplay != 0 && in amdgpu_connector_lcd_native_mode() 394 } else if (native_mode->hdisplay != 0 && in amdgpu_connector_lcd_native_mode() 448 if (common_modes[i].w > native_mode->hdisplay || in amdgpu_connector_add_common_modes() 450 (common_modes[i].w == native_mode->hdisplay && in amdgpu_connector_add_common_modes() 618 if (mode->hdisplay != native_mode->hdisplay || in amdgpu_connector_fixup_lcd_native_mode() 627 if (mode->hdisplay == native_mode->hdisplay && in amdgpu_connector_fixup_lcd_native_mode() 685 if ((mode->hdisplay < 320) || (mode->vdisplay < 240)) in amdgpu_connector_lvds_mode_valid() 695 if ((mode->hdisplay > native_mode->hdisplay) || in amdgpu_connector_lvds_mode_valid() 701 if ((mode->hdisplay != native_mode->hdisplay) || in amdgpu_connector_lvds_mode_valid() 1449 if ((mode->hdisplay > native_mode->hdisplay) || in amdgpu_connector_dp_mode_valid() [all …]
|
/linux/drivers/gpu/drm/radeon/ |
A D | radeon_encoders.c | 324 unsigned hblank = native_mode->htotal - native_mode->hdisplay; in radeon_panel_mode_fixup() 326 unsigned hover = native_mode->hsync_start - native_mode->hdisplay; in radeon_panel_mode_fixup() 335 adjusted_mode->hdisplay = native_mode->hdisplay; 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() 350 adjusted_mode->crtc_hdisplay = native_mode->hdisplay; in radeon_panel_mode_fixup()
|
/linux/drivers/gpu/drm/gma500/ |
A D | oaktrail_lvds.c | 135 (mode->hdisplay != adjusted_mode->crtc_hdisplay)) { in oaktrail_lvds_mode_set() 137 (mode->hdisplay * adjusted_mode->crtc_vdisplay)) in oaktrail_lvds_mode_set() 140 mode->vdisplay) > (mode->hdisplay * in oaktrail_lvds_mode_set() 229 mode->hdisplay = (ti->hactive_hi << 8) | ti->hactive_lo; in oaktrail_lvds_get_configuration_mode() 231 mode->hsync_start = mode->hdisplay + \ in oaktrail_lvds_get_configuration_mode() 237 mode->htotal = mode->hdisplay + ((ti->hblank_hi << 8) | \ in oaktrail_lvds_get_configuration_mode() 249 pr_info("hdisplay is %d\n", mode->hdisplay); in oaktrail_lvds_get_configuration_mode()
|
A D | cdv_intel_lvds.c | 170 if (mode->hdisplay > fixed_mode->hdisplay) in cdv_intel_lvds_mode_valid() 205 adjusted_mode->hdisplay = panel_fixed_mode->hdisplay; in cdv_intel_lvds_mode_fixup() 278 if (mode->hdisplay != adjusted_mode->hdisplay || in cdv_intel_lvds_mode_set() 374 if (crtc->saved_mode.hdisplay != 0 && in cdv_intel_lvds_set_property()
|
/linux/drivers/gpu/drm/gud/ |
A D | gud_internal.h | 135 dst->hdisplay = cpu_to_le16(src->hdisplay); in gud_from_display_mode() 153 dst->hdisplay = le16_to_cpu(src->hdisplay); in gud_to_display_mode()
|
/linux/drivers/gpu/drm/i915/display/ |
A D | dvo_ns2501.c | 532 mode->hdisplay, mode->htotal, mode->vdisplay, mode->vtotal); in ns2501_mode_valid() 540 if ((mode->hdisplay == 640 && mode->vdisplay == 480 && mode->clock == 25175) || in ns2501_mode_valid() 541 (mode->hdisplay == 800 && mode->vdisplay == 600 && mode->clock == 40000) || in ns2501_mode_valid() 542 (mode->hdisplay == 1024 && mode->vdisplay == 768 && mode->clock == 65000)) { in ns2501_mode_valid() 559 mode->hdisplay, mode->htotal, mode->vdisplay, mode->vtotal); in ns2501_mode_set() 591 if (mode->hdisplay == 640 && mode->vdisplay == 480) in ns2501_mode_set() 593 else if (mode->hdisplay == 800 && mode->vdisplay == 600) in ns2501_mode_set() 595 else if (mode->hdisplay == 1024 && mode->vdisplay == 768) in ns2501_mode_set()
|
A D | intel_tv.c | 1001 mode->hdisplay = in intel_tv_mode_to_mode() 1003 mode->hsync_start = mode->hdisplay + in intel_tv_mode_to_mode() 1044 mode->hdisplay, mode->vdisplay, in intel_tv_mode_to_mode() 1050 int hdisplay, int left_margin, in intel_tv_scale_mode_horiz() argument 1055 int new_htotal = mode->htotal * hdisplay / in intel_tv_scale_mode_horiz() 1060 mode->hdisplay = hdisplay; in intel_tv_scale_mode_horiz() 1093 int hdisplay = adjusted_mode->crtc_hdisplay; in intel_tv_get_config() local 1151 intel_tv_scale_mode_horiz(&mode, hdisplay, in intel_tv_get_config() 1152 xpos, mode.hdisplay - xsize - xpos); in intel_tv_get_config() 1167 int hdisplay) in intel_tv_source_too_wide() argument [all …]
|
/linux/drivers/gpu/drm/pl111/ |
A D | pl111_display.c | 62 bw = bw * mode->hdisplay * mode->vdisplay * cpp; in pl111_mode_valid() 71 mode->hdisplay, mode->vdisplay, in pl111_mode_valid() 77 mode->hdisplay, mode->vdisplay, in pl111_mode_valid() 91 if (mode->hdisplay % 16) in pl111_display_check() 104 if (fb->pitches[0] != mode->hdisplay * fb->format->cpp[0]) in pl111_display_check() 145 ppl = (mode->hdisplay / 16) - 1; in pl111_display_enable() 147 hfp = mode->hsync_start - mode->hdisplay - 1; in pl111_display_enable() 155 cpl = mode->hdisplay - 1; in pl111_display_enable()
|
/linux/drivers/gpu/drm/tilcdc/ |
A D | tilcdc_plane.c | 51 if (crtc_state->mode.hdisplay != new_state->crtc_w || in tilcdc_plane_atomic_check() 55 crtc_state->mode.hdisplay, crtc_state->mode.vdisplay, in tilcdc_plane_atomic_check() 60 pitch = crtc_state->mode.hdisplay * in tilcdc_plane_atomic_check()
|
/linux/drivers/gpu/drm/mgag200/ |
A D | mgag200_mode.c | 356 unsigned int hdisplay, hsyncstart, hsyncend, htotal; in mgag200_set_mode_regs() local 360 hdisplay = mode->hdisplay / 8 - 1; in mgag200_set_mode_regs() 387 ((hdisplay & 0x100) >> 7) | in mgag200_set_mode_regs() 402 WREG_CRT(1, hdisplay); in mgag200_set_mode_regs() 403 WREG_CRT(2, hdisplay); in mgag200_set_mode_regs() 692 active_area = mode->hdisplay * mode->vdisplay; in mga_vga_calculate_mode_bandwidth() 717 if (mode->hdisplay > 1600) in mga_vga_mode_valid() 725 if (mode->hdisplay > 1920) in mga_vga_mode_valid() 738 if (mode->hdisplay > 1280) in mga_vga_mode_valid() 759 if ((mode->hdisplay % 8) != 0 || (mode->hsync_start % 8) != 0 || in mga_vga_mode_valid() [all …]
|
/linux/drivers/gpu/drm/exynos/ |
A D | exynos_hdmi.c | 933 mode->hdisplay, mode->vdisplay, in hdmi_mode_valid() 1029 m->hdisplay, m->vdisplay, in hdmi_mode_fixup() 1222 val = (m->hsync_start - m->hdisplay - 2); in hdmi_v13_mode_apply() 1223 val |= ((m->hsync_end - m->hdisplay - 2) << 10); in hdmi_v13_mode_apply() 1254 (m->hsync_start - m->hdisplay)) << 12; in hdmi_v13_mode_apply() 1299 (m->hdisplay == 1280 || m->hdisplay == 1024 || m->hdisplay == 1366)) in hdmi_v14_mode_apply() 1335 (m->htotal / 2) + (m->hsync_start - m->hdisplay)); in hdmi_v14_mode_apply() 1337 (m->htotal / 2) + (m->hsync_start - m->hdisplay)); in hdmi_v14_mode_apply() 1371 m->hsync_start - m->hdisplay - 2); in hdmi_v14_mode_apply() 1373 m->hsync_end - m->hdisplay - 2); in hdmi_v14_mode_apply() [all …]
|
/linux/drivers/gpu/drm/virtio/ |
A D | virtgpu_display.c | 92 crtc->mode.hdisplay, in virtio_gpu_crtc_mode_set_nofb() 202 if (mode->hdisplay == XRES_DEF && mode->vdisplay == YRES_DEF) in virtio_gpu_conn_mode_valid() 204 if (mode->hdisplay <= width && mode->hdisplay >= width - 16 && in virtio_gpu_conn_mode_valid() 208 DRM_DEBUG("del mode: %dx%d\n", mode->hdisplay, mode->vdisplay); in virtio_gpu_conn_mode_valid()
|
/linux/drivers/gpu/drm/hisilicon/hibmc/ |
A D | hibmc_drm_de.c | 33 u64 hdisplay; member 87 crtc_state->adjusted_mode.hdisplay || in hibmc_plane_atomic_check() 224 if (hibmc_pll_table[i].hdisplay == mode->hdisplay && in hibmc_crtc_mode_valid() 290 if (hibmc_pll_table[i].hdisplay == x && in get_pll_config() 319 x = mode->hdisplay; in display_ctrl_adjust() 371 HIBMC_FIELD(HIBMC_CRT_HORZ_TOTAL_DISP_END, mode->hdisplay - 1), in hibmc_crtc_mode_set_nofb()
|