Searched refs:vdisplay (Results 1 - 25 of 309) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_debug.h15 * @vdisplay: used to filter out vdisplay value
23 int vdisplay; member in struct:dp_debug
/linux-master/drivers/gpu/drm/tve200/
H A Dtve200_display.c82 if (!(mode->hdisplay == 352 && mode->vdisplay == 240) && /* SIF(525) */
83 !(mode->hdisplay == 352 && mode->vdisplay == 288) && /* CIF(625) */
84 !(mode->hdisplay == 640 && mode->vdisplay == 480) && /* VGA */
85 !(mode->hdisplay == 720 && mode->vdisplay == 480) && /* D1 */
86 !(mode->hdisplay == 720 && mode->vdisplay == 576)) { /* D1 */
88 mode->hdisplay, mode->vdisplay);
171 if ((mode->hdisplay == 352 && mode->vdisplay == 240) || /* SIF(525) */
172 (mode->hdisplay == 352 && mode->vdisplay == 288)) { /* CIF(625) */
175 } else if (mode->hdisplay == 640 && mode->vdisplay == 480) {
178 } else if ((mode->hdisplay == 720 && mode->vdisplay
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_encoders.c170 unsigned int vblank = native_mode->vtotal - native_mode->vdisplay;
172 unsigned int vover = native_mode->vsync_start - native_mode->vdisplay;
180 adjusted_mode->vdisplay = native_mode->vdisplay;
186 adjusted_mode->vtotal = native_mode->vdisplay + vblank;
187 adjusted_mode->vsync_start = native_mode->vdisplay + vover;
193 adjusted_mode->crtc_vdisplay = native_mode->vdisplay;
/linux-master/drivers/gpu/drm/
H A Ddrm_modes.c503 mode->vdisplay = vactive;
504 mode->vsync_start = mode->vdisplay + vfp;
529 * @vdisplay: vdisplay size
548 unsigned int vdisplay,
584 pixel_clock_hz, hdisplay, vdisplay, interlace);
600 * @vdisplay: vdisplay size
607 * according to the hdisplay, vdisplay, vrefresh.
621 int vdisplay, in
544 drm_analog_tv_mode(struct drm_device *dev, enum drm_connector_tv_mode tv_mode, unsigned long pixel_clock_hz, unsigned int hdisplay, unsigned int vdisplay, bool interlace) argument
620 drm_cvt_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool reduced, bool interlaced, bool margins) argument
846 drm_gtf_mode_complex(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool interlaced, int margins, int GTF_M, int GTF_2C, int GTF_K, int GTF_2J) argument
1051 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, bool interlaced, int margins) argument
1316 drm_mode_get_hv_timing(const struct drm_display_mode *mode, int *hdisplay, int *vdisplay) argument
[all...]
/linux-master/include/drm/
H A Ddrm_modes.h137 .htotal = (ht), .hskew = (hsk), .vdisplay = (vd), \
152 .htotal = (hd), .vdisplay = (vd), .vsync_start = (vd), \
204 * @vdisplay: vertical display size
264 u16 vdisplay; member in struct:drm_display_mode
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);
[all...]
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-simple.c210 m->hdisplay, m->vdisplay,
773 .vdisplay = 800,
799 .vdisplay = 272,
823 .vdisplay = 480,
933 .vdisplay = 600,
958 .vdisplay = 768,
981 .vdisplay = 768,
1041 .vdisplay = 800,
1065 .vdisplay = 600,
1174 .vdisplay
[all...]
H A Dpanel-edp.c304 m->hdisplay, m->vdisplay,
1014 .vdisplay = 768,
1042 .vdisplay = 1080,
1069 .vdisplay = 1080,
1096 .vdisplay = 768,
1118 .vdisplay = 1080,
1146 .vdisplay = 800,
1157 .vdisplay = 800,
1187 .vdisplay = 1440,
1199 .vdisplay
[all...]
H A Dpanel-arm-versatile.c142 .vdisplay = 240,
165 .vdisplay = 480,
187 .vdisplay = 220,
210 .vdisplay = 320,
H A Dpanel-tpo-tpg110.c110 .vdisplay = 480,
126 .vdisplay = 480,
142 .vdisplay = 272,
158 .vdisplay = 640,
174 .vdisplay = 240,
H A Dpanel-jdi-lpm102a188a.c147 err = mipi_dsi_dcs_set_page_address(left, 0, mode->vdisplay - 1);
153 err = mipi_dsi_dcs_set_page_address(right, 0, mode->vdisplay - 1);
243 jdi->mode->vdisplay - 16);
250 jdi->mode->vdisplay - 16);
356 .vdisplay = 1800,
373 default_mode.hdisplay, default_mode.vdisplay,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_encoders.c328 unsigned int vblank = native_mode->vtotal - native_mode->vdisplay;
330 unsigned int vover = native_mode->vsync_start - native_mode->vdisplay;
339 adjusted_mode->vdisplay = native_mode->vdisplay;
346 adjusted_mode->vtotal = native_mode->vdisplay + vblank;
347 adjusted_mode->vsync_start = native_mode->vdisplay + vover;
354 adjusted_mode->crtc_vdisplay = native_mode->vdisplay;
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_cmd_encoder.c66 REG_MDP5_PP_VSYNC_INIT_VAL(pp_id), mode->vdisplay);
67 mdp5_write(mdp5_kms, REG_MDP5_PP_RD_PTR_IRQ(pp_id), mode->vdisplay + 1);
68 mdp5_write(mdp5_kms, REG_MDP5_PP_START_POS(pp_id), mode->vdisplay);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_writeback.c66 mode->name, mode->hdisplay, mode->vdisplay);
71 } else if (fb->height != mode->vdisplay) {
72 DPU_ERROR("invalid fb h=%d, mode h=%d\n", fb->height, mode->vdisplay);
H A Ddpu_hw_pingpong.h73 void (*disable_autorefresh)(struct dpu_hw_pingpong *pp, uint32_t encoder_id, u16 vdisplay);
/linux-master/drivers/gpu/drm/bridge/
H A Dti-dlpc3433.c138 buf[6] = mode->vdisplay & 0xff;
139 buf[7] = (mode->vdisplay & 0xff00) >> 8;
145 buf[6] = mode->vdisplay & 0xff;
146 buf[7] = (mode->vdisplay & 0xff00) >> 8;
152 buf[2] = mode->vdisplay & 0xff;
153 buf[3] = (mode->vdisplay & 0xff00) >> 8;
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_plane.c52 crtc_state->mode.vdisplay != new_state->crtc_h) {
55 crtc_state->mode.hdisplay, crtc_state->mode.vdisplay,
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_modes_test.c65 KUNIT_EXPECT_EQ(test, mode->vdisplay, 480);
112 KUNIT_EXPECT_EQ(test, mode->vdisplay, 576);
/linux-master/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c207 unsigned int vdisplay, vsyncstart, vsyncend, vtotal; local
219 vdisplay = mode->vdisplay - 1;
245 ((vdisplay & 0x400) >> 8) |
246 ((vdisplay & 0xc00) >> 7) |
248 ((vdisplay & 0x400) >> 3);
259 ((vdisplay & 0x100) >> 7) |
261 ((vdisplay & 0x100) >> 5) |
262 ((vdisplay & 0x100) >> 4) | /* linecomp */
264 ((vdisplay
[all...]
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.c221 mode->vdisplay == tv_norm->tv_enc_mode.vdisplay)
239 int vdisplay; member in struct:__anon1143
255 modes[i].vdisplay > output_mode->vdisplay)
259 modes[i].vdisplay == output_mode->vdisplay) {
265 modes[i].vdisplay, 60, false,
279 if (output_mode->vdisplay >= 1024) {
317 mode->vdisplay > output_mod
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_tv.c1030 mode->vdisplay = intel_tv_mode_vdisplay(tv_mode);
1032 mode->vsync_start = mode->vdisplay +
1036 mode->vtotal = mode->vdisplay +
1039 mode->vsync_start = mode->vdisplay +
1044 mode->vtotal = mode->vdisplay +
1054 mode->hdisplay, mode->vdisplay,
1077 int vdisplay, int top_margin,
1080 int vsync_start = mode->vsync_start - mode->vdisplay + bottom_margin;
1081 int vsync_end = mode->vsync_end - mode->vdisplay + bottom_margin;
1082 int new_vtotal = mode->vtotal * vdisplay /
1076 intel_tv_scale_mode_vert(struct drm_display_mode *mode, int vdisplay, int top_margin, int bottom_margin) argument
1104 int vdisplay = adjusted_mode->crtc_vdisplay; local
1182 intel_tv_vert_scaling(const struct drm_display_mode *tv_mode, const struct drm_connector_state *conn_state, int vdisplay) argument
1207 int vdisplay = adjusted_mode->crtc_vdisplay; local
1774 int vdisplay = intel_tv_mode_vdisplay(tv_mode); local
[all...]
H A Ddvo_ns2501.c531 ("is mode valid (hdisplay=%d,htotal=%d,vdisplay=%d,vtotal=%d)\n",
532 mode->hdisplay, mode->htotal, mode->vdisplay, mode->vtotal);
540 if ((mode->hdisplay == 640 && mode->vdisplay == 480 && mode->clock == 25175) ||
541 (mode->hdisplay == 800 && mode->vdisplay == 600 && mode->clock == 40000) ||
542 (mode->hdisplay == 1024 && mode->vdisplay == 768 && mode->clock == 65000)) {
558 ("set mode (hdisplay=%d,htotal=%d,vdisplay=%d,vtotal=%d).\n",
559 mode->hdisplay, mode->htotal, mode->vdisplay, mode->vtotal);
570 "vdisplay : %d\n"
591 if (mode->hdisplay == 640 && mode->vdisplay == 480)
593 else if (mode->hdisplay == 800 && mode->vdisplay
[all...]
/linux-master/drivers/gpu/drm/gud/
H A Dgud_internal.h140 dst->vdisplay = cpu_to_le16(src->vdisplay);
158 dst->vdisplay = le16_to_cpu(src->vdisplay);
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_lvds.c174 if (mode->vdisplay > fixed_mode->vdisplay)
211 adjusted_mode->vdisplay = panel_fixed_mode->vdisplay;
281 mode->vdisplay != adjusted_mode->vdisplay)
370 crtc->saved_mode.vdisplay != 0) {
H A Doaktrail_lvds.c136 if ((mode->vdisplay != adjusted_mode->crtc_vdisplay) ||
138 if ((adjusted_mode->crtc_hdisplay * mode->vdisplay) ==
142 mode->vdisplay) > (mode->hdisplay *
232 mode->vdisplay = (ti->vactive_hi << 8) | ti->vactive_lo;
242 mode->vdisplay + ((ti->vsync_offset_hi << 4) | \
247 mode->vtotal = mode->vdisplay + \
252 pr_info("vdisplay is %d\n", mode->vdisplay);
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_display.c94 crtc->mode.vdisplay, 0, 0);
205 if (mode->hdisplay == XRES_DEF && mode->vdisplay == YRES_DEF)
208 mode->vdisplay <= height && mode->vdisplay >= height - 16)
211 DRM_DEBUG("del mode: %dx%d\n", mode->hdisplay, mode->vdisplay);

Completed in 234 milliseconds

1234567891011>>