Searched refs:hblank (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_modes.c176 int vsyncandback_porch, vback_porch, hblank; local
213 hblank = drm_mode->hdisplay * hblank_percentage /
215 hblank -= hblank % (2 * CVT_H_GRANULARITY);
217 drm_mode->htotal = drm_mode->hdisplay + hblank;
218 drm_mode->hsync_end = drm_mode->hdisplay + hblank / 2;
329 unsigned int hblank, total_pixels, pixel_freq; local
419 hblank = total_active_pixels * ideal_duty_cycle /
421 hblank = (hblank
[all...]
H A Ddrm_edid.c910 unsigned hblank = (pt->hactive_hblank_hi & 0xf) << 8 | pt->hblank_lo; local
956 mode->htotal = mode->hdisplay + hblank;
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_encoders.c281 unsigned hblank = native_mode->htotal - native_mode->hdisplay; local
296 adjusted_mode->htotal = native_mode->hdisplay + hblank;
311 adjusted_mode->crtc_htotal = adjusted_mode->crtc_hdisplay + hblank;
/freebsd-12-stable/sys/dev/videomode/
H A Dedid.c372 unsigned hactive, hblank, hsyncwid, hsyncoff; local
386 hblank = EDID_DET_TIMING_HBLANK(data);
398 vmp->htotal = hactive + hblank;
/freebsd-12-stable/sys/dev/hdmi/
H A Ddwc_hdmi.c118 int hblank, vblank, hsync_len, hfp, vfp; local
156 hblank = sc->sc_mode.htotal - sc->sc_mode.hdisplay;
157 WR1(sc, HDMI_FC_INHBLANK1, hblank >> 8);
158 WR1(sc, HDMI_FC_INHBLANK0, hblank);
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_display.c9471 u32 hblank; member in struct:intel_display_error_state::intel_pipe_error_state
9521 error->pipe[i].hblank = I915_READ(HBLANK(cpu_transcoder));
9545 seq_printf(m, " HBLANK: %08x\n", error->pipe[i].hblank);

Completed in 174 milliseconds