Lines Matching refs:hwmode
660 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;