| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-simple.c | 216 m->hdisplay, m->vdisplay, in panel_simple_get_display_modes() 804 .vdisplay = 800, 830 .vdisplay = 272, 854 .vdisplay = 480, 964 .vdisplay = 600, 989 .vdisplay = 768, 1012 .vdisplay = 768, 1097 .vdisplay = 600, 1121 .vdisplay = 600, 1230 .vdisplay = 768, [all …]
|
| H A D | panel-edp.c | 298 m->hdisplay, m->vdisplay, in panel_edp_get_display_modes() 1020 .vdisplay = 768, 1033 .vdisplay = 768, 1061 .vdisplay = 1080, 1088 .vdisplay = 768, 1111 .vdisplay = 800, 1122 .vdisplay = 800, 1152 .vdisplay = 1440, 1164 .vdisplay = 1440, 1195 .vdisplay = 1080, [all …]
|
| H A D | panel-sharp-lq101r1sx01.c | 119 err = mipi_dsi_dcs_set_page_address(left, 0, mode->vdisplay - 1); in sharp_setup_symmetrical_split() 132 err = mipi_dsi_dcs_set_page_address(right, 0, mode->vdisplay - 1); in sharp_setup_symmetrical_split() 231 .vdisplay = 1600, 245 default_mode.hdisplay, default_mode.vdisplay, in sharp_panel_get_modes()
|
| H A D | panel-novatek-nt35560.c | 66 .vdisplay = 864, 85 .vdisplay = 864, 108 .vdisplay = 854, 127 .vdisplay = 854,
|
| H A D | panel-startek-kd070fhfid015.c | 76 mipi_dsi_dcs_set_page_address_multi(&dsi_ctx, 0, stk->mode->vdisplay - 1); in stk_panel_init() 165 .vdisplay = 1920, 181 default_mode.hdisplay, default_mode.vdisplay, in stk_panel_get_modes()
|
| H A D | panel-ilitek-ili9881c.c | 2101 .vdisplay = 1280, 2118 .vdisplay = 1280, 2135 .vdisplay = 1280, 2152 .vdisplay = 1280, 2169 .vdisplay = 1280, 2186 .vdisplay = 1280, 2203 .vdisplay = 1280, 2220 .vdisplay = 1280, 2237 .vdisplay = 1280, 2254 .vdisplay = 1280, [all …]
|
| H A D | panel-panasonic-vvx10f034n00.c | 116 .vdisplay = 1200, 130 default_mode.hdisplay, default_mode.vdisplay, in wuxga_nt_panel_get_modes()
|
| H A D | panel-osd-osd101t2587-53ts.c | 76 .vdisplay = 1200, 93 osd101t2587->default_mode->vdisplay, in osd101t2587_panel_get_modes()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_modes.c | 504 mode->vdisplay = vactive; in fill_analog_mode() 505 mode->vsync_start = mode->vdisplay + vfp; in fill_analog_mode() 549 unsigned int vdisplay, in drm_analog_tv_mode() argument 587 pixel_clock_hz, hdisplay, vdisplay, interlace); in drm_analog_tv_mode() 624 int vdisplay, int vrefresh, in drm_cvt_mode() argument 644 if (!hdisplay || !vdisplay) in drm_cvt_mode() 678 vdisplay_rnd = vdisplay / 2; in drm_cvt_mode() 680 vdisplay_rnd = vdisplay; in drm_cvt_mode() 687 drm_mode->vdisplay = vdisplay + 2 * vmargin; in drm_cvt_mode() 696 if (!(vdisplay % 3) && ((vdisplay * 4 / 3) == hdisplay)) in drm_cvt_mode() [all …]
|
| /linux/include/drm/ |
| H A D | drm_modes.h | 137 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \ 152 .htotal = (hd), .vdisplay = (vd), .vsync_start = (vd), \ 264 u16 vdisplay; member 434 (m)->vdisplay, (m)->vsync_start, (m)->vsync_end, (m)->vtotal, \ 477 unsigned int vdisplay, 491 int hdisplay, int vdisplay, int vrefresh, 495 int hdisplay, int vdisplay, int vrefresh, 498 int hdisplay, int vdisplay, 533 int *hdisplay, int *vdisplay);
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_encoders.c | 170 unsigned int vblank = native_mode->vtotal - native_mode->vdisplay; in amdgpu_panel_mode_fixup() 172 unsigned int vover = native_mode->vsync_start - native_mode->vdisplay; in amdgpu_panel_mode_fixup() 180 adjusted_mode->vdisplay = native_mode->vdisplay; 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() 193 adjusted_mode->crtc_vdisplay = native_mode->vdisplay; in amdgpu_panel_mode_fixup()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_encoders.c | 328 unsigned int vblank = native_mode->vtotal - native_mode->vdisplay; in radeon_panel_mode_fixup() 330 unsigned int vover = native_mode->vsync_start - native_mode->vdisplay; in radeon_panel_mode_fixup() 339 adjusted_mode->vdisplay = native_mode->vdisplay; in radeon_panel_mode_fixup() 346 adjusted_mode->vtotal = native_mode->vdisplay + vblank; in radeon_panel_mode_fixup() 347 adjusted_mode->vsync_start = native_mode->vdisplay + vover; in radeon_panel_mode_fixup() 354 adjusted_mode->crtc_vdisplay = native_mode->vdisplay; in radeon_panel_mode_fixup()
|
| H A D | radeon_legacy_crtc.c | 56 int yres = mode->vdisplay; in radeon_legacy_rmx_mode_set() 114 native_mode->vdisplay == 0) { in radeon_legacy_rmx_mode_set() 120 if (yres > native_mode->vdisplay) in radeon_legacy_rmx_mode_set() 121 yres = native_mode->vdisplay; in radeon_legacy_rmx_mode_set() 125 if (yres == native_mode->vdisplay) in radeon_legacy_rmx_mode_set() 149 / native_mode->vdisplay + 1; in radeon_legacy_rmx_mode_set() 153 ((native_mode->vdisplay-1) << 12)); in radeon_legacy_rmx_mode_set() 193 fp_horz_vert_active = (((native_mode->vdisplay) & 0xfff) | in radeon_legacy_rmx_mode_set()
|
| /linux/drivers/gpu/drm/ast/ |
| H A D | ast_dp.c | 20 unsigned int vdisplay; member 58 static int ast_astdp_get_mode_index(unsigned int hdisplay, unsigned int vdisplay) in ast_astdp_get_mode_index() argument 62 while (entry->hdisplay && entry->vdisplay) { in ast_astdp_get_mode_index() 63 if (entry->hdisplay == hdisplay && entry->vdisplay == vdisplay) in ast_astdp_get_mode_index() 309 res = ast_astdp_get_mode_index(mode->hdisplay, mode->vdisplay); in ast_astdp_encoder_helper_mode_valid() 395 res = ast_astdp_get_mode_index(mode->hdisplay, mode->vdisplay); in ast_astdp_encoder_helper_atomic_check()
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | tvmodesnv17.c | 325 mode->vdisplay * id3}; in tv_setup_filter() 328 do_div(rs[1], overscan * tv_norm->tv_enc_mode.vdisplay); in tv_setup_filter() 559 vmargin = (output_mode->vdisplay - crtc_mode->vdisplay) / 2; in nv17_ctv_update_rescaler() 563 vmargin = interpolate(0, min(vmargin, output_mode->vdisplay/20), in nv17_ctv_update_rescaler() 568 vratio = crtc_mode->vdisplay * 0x800 / in nv17_ctv_update_rescaler() 569 (output_mode->vdisplay - 2*vmargin) & ~3; in nv17_ctv_update_rescaler() 574 regs->fp_vert_regs[FP_VALID_END] = output_mode->vdisplay - vmargin - 1; in nv17_ctv_update_rescaler()
|
| /linux/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_writeback.c | 63 mode->name, mode->hdisplay, mode->vdisplay); in dpu_wb_conn_atomic_check() 68 } else if (fb->height != mode->vdisplay) { in dpu_wb_conn_atomic_check() 69 DPU_ERROR("invalid fb h=%d, mode h=%d\n", fb->height, mode->vdisplay); in dpu_wb_conn_atomic_check()
|
| /linux/drivers/gpu/drm/hisilicon/hibmc/ |
| H A D | hibmc_drm_de.c | 34 u64 vdisplay; member 89 crtc_state->adjusted_mode.vdisplay) { in hibmc_plane_atomic_check() 225 hibmc_pll_table[i].vdisplay == mode->vdisplay) in hibmc_crtc_mode_valid() 291 hibmc_pll_table[i].vdisplay == y) { in get_pll_config() 320 y = mode->vdisplay; in display_ctrl_adjust() 379 HIBMC_FIELD(HIBMC_CRT_VERT_TOTAL_DISP_END, mode->vdisplay - 1), in hibmc_crtc_mode_set_nofb()
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_cmd_encoder.c | 66 REG_MDP5_PP_VSYNC_INIT_VAL(pp_id), mode->vdisplay); in pingpong_tearcheck_setup() 67 mdp5_write(mdp5_kms, REG_MDP5_PP_RD_PTR_IRQ(pp_id), mode->vdisplay + 1); in pingpong_tearcheck_setup() 68 mdp5_write(mdp5_kms, REG_MDP5_PP_START_POS(pp_id), mode->vdisplay); in pingpong_tearcheck_setup()
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_modes_test.c | 69 KUNIT_EXPECT_EQ(test, mode->vdisplay, 480); in drm_test_modes_analog_tv_ntsc_480i() 127 KUNIT_EXPECT_EQ(test, mode->vdisplay, 576); in drm_test_modes_analog_tv_pal_576i() 185 KUNIT_EXPECT_EQ(test, mode->vdisplay, 576); in drm_test_modes_analog_tv_mono_576i()
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | chrontel-ch7033.c | 329 if (mode->vdisplay >= 1080) in ch7033_bridge_mode_valid() 357 int vbporch = mode->vsync_start - mode->vdisplay; in ch7033_bridge_mode_set() 394 (mode->vdisplay >> 8)); in ch7033_bridge_mode_set() 395 regmap_write(priv->regmap, 0x12, mode->vdisplay); in ch7033_bridge_mode_set() 422 (mode->vdisplay >> 8)); in ch7033_bridge_mode_set() 423 regmap_write(priv->regmap, 0x26, mode->vdisplay); in ch7033_bridge_mode_set()
|
| H A D | lontium-lt9211.c | 270 if (height != mode->vdisplay) { in lt9211_autodetect_rx() 273 height, mode->vdisplay); in lt9211_autodetect_rx() 289 { 0xd00f, (mode->vdisplay >> 8) & 0xff }, in lt9211_configure_timing() 290 { 0xd010, mode->vdisplay & 0xff }, in lt9211_configure_timing() 297 { 0xd017, ((mode->vsync_start - mode->vdisplay) >> 8) & 0xff }, in lt9211_configure_timing() 298 { 0xd018, (mode->vsync_start - mode->vdisplay) & 0xff }, in lt9211_configure_timing()
|
| /linux/drivers/gpu/drm/tilcdc/ |
| H A D | tilcdc_crtc.c | 77 end = start + (crtc->mode.vdisplay * fb->pitches[0]); in set_scanout() 319 vfp = mode->vsync_start - mode->vdisplay; in tilcdc_crtc_set_mode() 323 mode->hdisplay, mode->vdisplay, hbp, hfp, hsw, vbp, vfp, vsw); in tilcdc_crtc_set_mode() 351 reg = ((mode->vdisplay - 1) & 0x3ff) | in tilcdc_crtc_set_mode() 363 if ((mode->vdisplay - 1) & 0x400) { in tilcdc_crtc_set_mode() 782 if (mode->vdisplay > 2048) in tilcdc_crtc_mode_valid() 786 mode->hdisplay, mode->vdisplay, in tilcdc_crtc_mode_valid() 793 vfp = mode->vsync_start - mode->vdisplay; in tilcdc_crtc_mode_valid() 843 bandwidth = mode->hdisplay * mode->vdisplay * in tilcdc_crtc_mode_valid()
|
| /linux/drivers/gpu/drm/kmb/ |
| H A D | kmb_crtc.c | 194 int vfp = mode->vsync_start - mode->vdisplay; in kmb_crtc_mode_valid() 196 if (mode->vdisplay < KMB_CRTC_MAX_HEIGHT) { in kmb_crtc_mode_valid() 198 mode->vdisplay, KMB_CRTC_MAX_HEIGHT); in kmb_crtc_mode_valid()
|
| /linux/drivers/gpu/drm/msm/dp/ |
| H A D | dp_panel.c | 314 drm_mode->vdisplay)) in msm_dp_panel_tpg_enable() 554 drm_mode->vdisplay, drm_mode->vtotal - drm_mode->vsync_end, in msm_dp_panel_timing_cfg() 555 drm_mode->vsync_start - drm_mode->vdisplay, in msm_dp_panel_timing_cfg() 582 data = drm_mode->vdisplay; in msm_dp_panel_timing_cfg() 626 drm_mode->hdisplay, drm_mode->vdisplay, drm_mode_vrefresh(drm_mode)); in msm_dp_panel_init_panel_info() 635 drm_mode->vsync_start - drm_mode->vdisplay, in msm_dp_panel_init_panel_info()
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_rgb.c | 95 if ((mode->vdisplay < 1) || (mode->vtotal < 1)) in sun4i_rgb_mode_valid() 98 if ((mode->vdisplay > 0x7ff) || (mode->vtotal > 0xfff)) in sun4i_rgb_mode_valid()
|