Searched refs:drm_aperture_remove_conflicting_framebuffers (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/drm/
H A Ddrm_aperture.h15 int drm_aperture_remove_conflicting_framebuffers(resource_size_t base, resource_size_t size,
34 return drm_aperture_remove_conflicting_framebuffers(0, (resource_size_t)-1,
/linux-master/drivers/gpu/drm/
H A Ddrm_aperture.c21 * DRM drivers should call drm_aperture_remove_conflicting_framebuffers()
41 * return drm_aperture_remove_conflicting_framebuffers(base, size,
111 * When a driver calls drm_aperture_remove_conflicting_framebuffers() et al.
135 * drm_aperture_remove_conflicting_framebuffers() et al. before calling this
157 * drm_aperture_remove_conflicting_framebuffers - remove existing framebuffers in the given range
168 int drm_aperture_remove_conflicting_framebuffers(resource_size_t base, resource_size_t size, function
173 EXPORT_SYMBOL(drm_aperture_remove_conflicting_framebuffers); variable
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_drv.c216 ret = drm_aperture_remove_conflicting_framebuffers(ldev->vram_base,

Completed in 181 milliseconds