Home
last modified time | relevance | path

Searched refs:drm_atomic_helper_crtc_destroy_state (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/
H A Ddrm_simple_kms_helper.c86 .atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
H A Ddrm_crtc_helper.c1048 drm_atomic_helper_crtc_destroy_state(crtc, crtc_state); in drm_helper_crtc_mode_set()
H A Ddrm_atomic_helper.c3365 void drm_atomic_helper_crtc_destroy_state(struct drm_crtc *crtc, in drm_atomic_helper_crtc_destroy_state() function
3371 EXPORT_SYMBOL(drm_atomic_helper_crtc_destroy_state);
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_atomic_helper.h149 void drm_atomic_helper_crtc_destroy_state(struct drm_crtc *crtc,
/dragonfly/sys/dev/drm/i915/
H A Dintel_atomic.c197 drm_atomic_helper_crtc_destroy_state(crtc, state); in intel_crtc_destroy_state()