Searched refs:crtc_hdisplay (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_encoders.c307 adjusted_mode->crtc_hdisplay = native_mode->hdisplay;
311 adjusted_mode->crtc_htotal = adjusted_mode->crtc_hdisplay + hblank;
312 adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hdisplay + hover;
H A Datombios_crtc.c57 args.usOverscanLeft = cpu_to_le16((adjusted_mode->crtc_hdisplay - mode->crtc_hdisplay) / 2);
58 args.usOverscanRight = cpu_to_le16((adjusted_mode->crtc_hdisplay - mode->crtc_hdisplay) / 2);
61 a1 = mode->crtc_vdisplay * adjusted_mode->crtc_hdisplay;
62 a2 = adjusted_mode->crtc_vdisplay * mode->crtc_hdisplay;
65 args.usOverscanLeft = cpu_to_le16((adjusted_mode->crtc_hdisplay - (a2 / mode->crtc_vdisplay)) / 2);
66 args.usOverscanRight = cpu_to_le16((adjusted_mode->crtc_hdisplay - (a2 / mode->crtc_vdisplay)) / 2);
68 args.usOverscanTop = cpu_to_le16((adjusted_mode->crtc_vdisplay - (a1 / mode->crtc_hdisplay)) / 2);
69 args.usOverscanBottom = cpu_to_le16((adjusted_mode->crtc_vdisplay - (a1 / mode->crtc_hdisplay)) /
[all...]
H A Drs690.c251 b.full = dfixed_const(mode->crtc_hdisplay);
301 b.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
384 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
391 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) {
H A Dradeon_cursor.c264 frame_end = crtc->x + crtc->mode.crtc_hdisplay;
H A Dradeon_legacy_crtc.c85 | ((((mode->crtc_hdisplay / 8) - 1) & 0x1ff) << 16));
168 | ((((mode->crtc_hdisplay / 8) - 1) & 0x1ff) << 16));
599 | ((((mode->crtc_hdisplay / 8) - 1) & 0x1ff) << 16));
H A Drv515.c960 b.full = dfixed_const(mode->crtc_hdisplay);
1010 b.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
1064 wm->priority_mark_max.full = dfixed_const(crtc->base.mode.crtc_hdisplay);
1071 if (dfixed_trunc(estimated_width) > crtc->base.mode.crtc_hdisplay) {
H A Dradeon_atombios.c1737 mode->crtc_hdisplay = le16_to_cpu(tv_info->aModeTimings[index].usCRTC_H_Disp);
1777 mode->crtc_hdisplay = le16_to_cpu(dtd_timings->usHActive);
H A Dsi.c810 wm.src_width = mode->crtc_hdisplay;
811 wm.active_time = mode->crtc_hdisplay * pixel_period;
H A Devergreen.c1074 wm.src_width = mode->crtc_hdisplay;
1075 wm.active_time = mode->crtc_hdisplay * pixel_period;
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_modes.c671 p->crtc_hdisplay = p->hdisplay;
706 p->crtc_hblank_start = min(p->crtc_hsync_start, p->crtc_hdisplay);
H A Ddrm_crtc.h155 int crtc_hdisplay; member in struct:drm_display_mode
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_lvds.c202 mode->crtc_hdisplay = width;
H A Dintel_pm.c2034 ((mode->crtc_hdisplay * 1000) / mode->clock) * 8);
H A Dintel_display.c4655 (adjusted_mode->crtc_hdisplay - 1) |

Completed in 167 milliseconds