Searched refs:drm_atomic_helper_cleanup_planes (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | drm_atomic_helper.h | 93 void drm_atomic_helper_cleanup_planes(struct drm_device *dev,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_atomic_helper.c | 1575 drm_atomic_helper_cleanup_planes(dev, old_state); in drm_atomic_helper_commit_tail() 1606 drm_atomic_helper_cleanup_planes(dev, old_state); in drm_atomic_helper_commit_tail_rpm() 1809 drm_atomic_helper_cleanup_planes(dev, state); in drm_atomic_helper_commit() 1869 drm_atomic_helper_cleanup_planes(dev, state); in drm_atomic_helper_commit() 2676 void drm_atomic_helper_cleanup_planes(struct drm_device *dev, in drm_atomic_helper_cleanup_planes() function 2702 EXPORT_SYMBOL(drm_atomic_helper_cleanup_planes);
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/virtio/ |
H A D | virtgpu_display.c | 343 drm_atomic_helper_cleanup_planes(dev, state); in vgdev_atomic_commit_tail()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
H A D | nouveau_dispnv50_disp.c | 2152 drm_atomic_helper_cleanup_planes(dev, state); in nv50_disp_atomic_commit_tail() 2224 drm_atomic_helper_cleanup_planes(dev, state); in nv50_disp_atomic_commit()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 7130 drm_atomic_helper_cleanup_planes(dev, state); in amdgpu_dm_atomic_commit_tail()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_display.c | 15323 drm_atomic_helper_cleanup_planes(&i915->drm, state); in intel_atomic_cleanup_work() 15610 drm_atomic_helper_cleanup_planes(dev, &state->base); in intel_atomic_commit()
|