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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_crtc.h 85 * struct drm_crtc_state - mutable CRTC state
104 struct drm_crtc_state { struct
193 * Note that the combination of &drm_crtc_state.event == NULL and
194 * &drm_crtc_state.no_blank == true is valid and usually used when the
622 * Atomic drivers which don't subclass &struct drm_crtc_state should use
641 struct drm_crtc_state *(*atomic_duplicate_state)(struct drm_crtc *crtc);
652 struct drm_crtc_state *state);
697 struct drm_crtc_state *state,
719 const struct drm_crtc_state *state,
820 * If driver subclasses &struct drm_crtc_state, it should implemen
    [all...]

Completed in 13 milliseconds