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

/netbsd-current/external/bsd/wpa/dist/src/common/
H A Dprivsep_commands.h64 int hwmode; member in struct:privsep_cmd_associate
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_vblank.h203 * @hwmode:
211 struct drm_display_mode hwmode; member in struct:drm_vblank_crtc
H A Ddrm_crtc.h977 * @hwmode:
986 * drm_calc_vbltimestamp_from_scanoutpos() used &drm_vblank_crtc.hwmode,
989 struct drm_display_mode hwmode; member in struct:drm_crtc
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_crtc_helper.c311 saved_hwmode = crtc->hwmode;
354 crtc->hwmode = *adjusted_mode;
415 * timestamping. They are derived from true hwmode.
417 drm_calc_timestamping_constants(crtc, &crtc->hwmode);
425 crtc->hwmode = saved_hwmode;
H A Ddrm_vblank.c598 vblank->hwmode = *mode;
600 DRM_DEBUG("crtc %u: hwmode: htotal %d, vtotal %d, vdisplay %d\n",
671 mode = &vblank->hwmode;
673 mode = &crtc->hwmode;
1290 vblank->hwmode.crtc_clock = 0;
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_display.c347 &rdev->mode_info.crtcs[crtc_id]->base.hwmode)) &&
463 &crtc->hwmode)
H A Dradeon_kms.c793 &rdev->mode_info.crtcs[pipe]->base.hwmode);
H A Dradeon_pm.c1812 &rdev->mode_info.crtcs[crtc]->base.hwmode);
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_privsep.c315 data->hwmode = params->freq.mode;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_display.c103 &crtc->hwmode)
H A Damdgpu_kms.c1159 &adev->mode_info.crtcs[pipe]->base.hwmode);
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dp2p_supplicant.c6164 struct hostapd_hw_modes *hwmode; local
6169 hwmode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes,
6171 if (!hwmode ||
6172 wpas_p2p_verify_channel(wpa_s, hwmode, chan,
6191 struct hostapd_hw_modes *hwmode; local
6196 hwmode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes,
6200 !hwmode ||
6201 (wpas_p2p_verify_channel(wpa_s, hwmode, chan,
6203 wpas_p2p_verify_channel(wpa_s, hwmode, chan,
H A Dwpa_priv.c323 params.freq.mode = assoc->hwmode;
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_irq.c589 const struct drm_display_mode *mode = &vblank->hwmode;
672 const struct drm_display_mode *mode = &vblank->hwmode;
724 mode = &vblank->hwmode;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c6529 NULL, &pcrtc->hwmode)
6922 crtc->hwmode = new_crtc_state->mode;

Completed in 488 milliseconds