HomeSort by: relevance | last modified time | path
    Searched defs:uapi (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_types.h 529 struct drm_plane_state uapi; member in struct:intel_plane_state
534 * During initial hw readout, they need to be copied from uapi.
784 * uapi (drm) state. This is the software state shown to userspace.
793 struct drm_crtc_state uapi; member in struct:intel_crtc_state
803 * During initial hw readout, they need to be copied to uapi.
1165 #define to_intel_crtc_state(x) container_of(x, struct intel_crtc_state, uapi)
1170 #define to_intel_plane_state(x) container_of(x, struct intel_plane_state, uapi)

Completed in 12 milliseconds