Searched refs:hwmode (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_irq.c660 dotclock = (u64) crtc->hwmode.clock * 1000;
665 if (crtc->hwmode.flags & DRM_MODE_FLAG_INTERLACE)
676 linedur_ns = (s64) div_u64(((u64) crtc->hwmode.crtc_htotal *
678 frame_size = crtc->hwmode.crtc_htotal *
679 crtc->hwmode.crtc_vtotal;
690 DRM_DEBUG("crtc %d: hwmode: htotal %d, vtotal %d, vdisplay %d\n",
691 crtc->base.id, crtc->hwmode.crtc_htotal,
692 crtc->hwmode.crtc_vtotal, crtc->hwmode.crtc_vdisplay);
766 mode = &refcrtc->hwmode;
[all...]
H A Ddrm_crtc_helper.c405 saved_hwmode = crtc->hwmode;
486 crtc->hwmode = *adjusted_mode;
490 * timestamping. They are derived from true hwmode.
498 crtc->hwmode = saved_hwmode;
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc.h380 * @hwmode: mode timings as programmed to hw regs
428 struct drm_display_mode hwmode; member in struct:drm_crtc
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c8427 *saved_hwmode = crtc->hwmode;
8488 crtc->hwmode = pipe_config->adjusted_mode;
8492 * timestamping. They are derived from true hwmode.
8500 crtc->hwmode = *saved_hwmode;

Completed in 60 milliseconds