Searched refs:drm_crtc_cleanup (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/sys/dev/pci/drm/
H A Ddrm_crtc.c339 * The &drm_crtc_funcs.destroy hook should call drm_crtc_cleanup() and kfree()
379 drm_crtc_cleanup(crtc);
489 * drm_crtc_cleanup - Clean up the core crtc usage
496 void drm_crtc_cleanup(struct drm_crtc *crtc) function
524 EXPORT_SYMBOL(drm_crtc_cleanup); variable
/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_crtc.h1223 void drm_crtc_cleanup(struct drm_crtc *crtc);
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c265 drm_crtc_cleanup(crtc);
/openbsd-current/sys/dev/fdt/
H A Drkvop.c518 .destroy = drm_crtc_cleanup,
/openbsd-current/sys/dev/pci/drm/apple/
H A Dapple_drv.c261 drm_crtc_cleanup(crtc);
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_crtc.c213 drm_crtc_cleanup(&crtc->base);
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_display.c252 drm_crtc_cleanup(crtc);
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Ddce_v11_0.c2560 drm_crtc_cleanup(crtc);
H A Ddce_v10_0.c2476 drm_crtc_cleanup(crtc);
H A Ddce_v8_0.c2381 drm_crtc_cleanup(crtc);
H A Ddce_v6_0.c2381 drm_crtc_cleanup(crtc);

Completed in 379 milliseconds