Searched defs:hdisplay (Results 1 – 16 of 16) sorted by relevance
/openbsd/sys/dev/videomode/ |
H A D | videomode.h | 35 int hdisplay; member
|
/openbsd/sys/dev/pci/drm/ |
H A D | drm_modes.c | 547 unsigned int hdisplay, in drm_analog_tv_mode() 620 struct drm_display_mode *drm_cvt_mode(struct drm_device *dev, int hdisplay, in drm_cvt_mode() 846 drm_gtf_mode_complex(struct drm_device *dev, int hdisplay, int vdisplay, in drm_gtf_mode_complex() 1051 drm_gtf_mode(struct drm_device *dev, int hdisplay, int vdisplay, int vrefresh, in drm_gtf_mode() 1317 int *hdisplay, int *vdisplay) in drm_mode_get_hv_timing()
|
H A D | drm_crtc.c | 678 int hdisplay, vdisplay; in drm_crtc_check_viewport() local
|
H A D | drm_atomic.c | 1664 int hdisplay, vdisplay; in __drm_atomic_helper_set_config() local
|
H A D | drm_edid.c | 6976 int hdisplay, int vdisplay) in drm_add_modes_noedid()
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_tv.c | 1059 int hdisplay, int left_margin, in intel_tv_scale_mode_horiz() 1102 int hdisplay = adjusted_mode->crtc_hdisplay; in intel_tv_get_config() local 1176 int hdisplay) in intel_tv_source_too_wide() 1205 int hdisplay = adjusted_mode->crtc_hdisplay; in intel_tv_compute_config() local
|
H A D | intel_dp.c | 997 int hdisplay) in intel_dp_hdisplay_bad() 1108 int hdisplay, int clock) in intel_dp_need_bigjoiner()
|
H A D | skl_watermark.c | 575 int hdisplay, vdisplay; in intel_crtc_ddb_weight() local
|
H A D | intel_display_types.h | 1603 u16 hdisplay, vdisplay; member
|
/openbsd/sys/dev/usb/ |
H A D | udl.h | 279 uint16_t hdisplay; member
|
H A D | udl.c | 1266 udl_lookup_mode(uint16_t hdisplay, uint16_t vdisplay, uint8_t freq, in udl_lookup_mode()
|
/openbsd/sys/dev/pci/drm/include/drm/ |
H A D | gud.h | 83 __le16 hdisplay; member
|
H A D | drm_modes.h | 259 u16 hdisplay; member
|
/openbsd/sys/dev/pci/drm/include/uapi/drm/ |
H A D | drm_mode.h | 244 __u16 hdisplay; member
|
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 7070 int hdisplay, int vdisplay) in amdgpu_dm_create_common_mode()
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_reg.h | 1932 #define HACTIVE(hdisplay) REG_FIELD_PREP(HACTIVE_MASK, (hdisplay)) argument
|