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

/freebsd-11.0-release/contrib/wpa/src/common/
H A Dprivsep_commands.h55 int hwmode; member in struct:privsep_cmd_associate
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_irq.c466 dotclock = (u64) crtc->hwmode.clock * 1000;
471 if (crtc->hwmode.flags & DRM_MODE_FLAG_INTERLACE)
481 linedur_ns = (s64) div64_u64(((u64) crtc->hwmode.crtc_htotal *
483 framedur_ns = (s64) crtc->hwmode.crtc_vtotal * linedur_ns;
492 DRM_DEBUG("crtc %d: hwmode: htotal %d, vtotal %d, vdisplay %d\n",
493 crtc->base.id, crtc->hwmode.crtc_htotal,
494 crtc->hwmode.crtc_vtotal, crtc->hwmode.crtc_vdisplay);
569 mode = &refcrtc->hwmode;
H A Ddrm_crtc_helper.c408 saved_hwmode = crtc->hwmode;
489 crtc->hwmode = *adjusted_mode;
493 * timestamping. They are derived from true hwmode.
501 crtc->hwmode = saved_hwmode;
H A Ddrm_crtc.h368 * @hwmode: mode timings as programmed to hw regs
403 struct drm_display_mode hwmode; member in struct:drm_crtc
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_display.c308 ((vpos >= (99 * rdev->mode_info.crtcs[crtc_id]->base.hwmode.crtc_vdisplay)/100) ||
1659 vbl_start = rdev->mode_info.crtcs[crtc]->base.hwmode.crtc_vdisplay;
1675 vtotal = rdev->mode_info.crtcs[crtc]->base.hwmode.crtc_vtotal;
/freebsd-11.0-release/contrib/wpa/src/drivers/
H A Ddriver_privsep.c296 data->hwmode = params->freq.mode;
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c280 params.freq.mode = assoc->hwmode;
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Dintel_display.c7946 saved_hwmode = crtc->hwmode;
7997 crtc->hwmode = *adjusted_mode;
8001 * timestamping. They are derived from true hwmode.
8010 crtc->hwmode = saved_hwmode;

Completed in 103 milliseconds