Home
last modified time | relevance | path

Searched refs:drm_atomic_helper_shutdown (Results 1 – 4 of 4) sorted by last modified time

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_atomic_helper.h120 void drm_atomic_helper_shutdown(struct drm_device *dev);
/dragonfly/sys/dev/drm/i915/
H A Di915_drv.c1471 drm_atomic_helper_shutdown(dev); in i915_driver_unload()
/dragonfly/sys/dev/drm/
H A Ddrm_atomic_helper.c2889 void drm_atomic_helper_shutdown(struct drm_device *dev) in drm_atomic_helper_shutdown() function
2912 EXPORT_SYMBOL(drm_atomic_helper_shutdown);
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_device.c2693 drm_atomic_helper_shutdown(adev->ddev); in amdgpu_device_fini()