Home
last modified time | relevance | path

Searched refs:__drm_atomic_helper_crtc_destroy_state (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/drm/
Ddrm_atomic_helper.h106 void __drm_atomic_helper_crtc_destroy_state(struct drm_crtc *crtc,
/linux-4.4.14/drivers/gpu/drm/
Ddrm_atomic_helper.c2252 void __drm_atomic_helper_crtc_destroy_state(struct drm_crtc *crtc, in __drm_atomic_helper_crtc_destroy_state() function
2258 EXPORT_SYMBOL(__drm_atomic_helper_crtc_destroy_state);
2271 __drm_atomic_helper_crtc_destroy_state(crtc, state); in drm_atomic_helper_crtc_destroy_state()
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddc.c1015 __drm_atomic_helper_crtc_destroy_state(crtc, crtc->state); in tegra_crtc_reset()
1051 __drm_atomic_helper_crtc_destroy_state(crtc, state); in tegra_crtc_atomic_destroy_state()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c12765 __drm_atomic_helper_crtc_destroy_state(crtc, old_crtc_state); in check_crtc_state()
15270 __drm_atomic_helper_crtc_destroy_state(&crtc->base, crtc->base.state); in intel_modeset_readout_hw_state()