Home
last modified time | relevance | path

Searched refs:drm_framebuffer_read_refcount (Results 1 – 8 of 8) sorted by relevance

/linux-6.14.4/include/drm/
Ddrm_framebuffer.h245 static inline uint32_t drm_framebuffer_read_refcount(const struct drm_framebuffer *fb) in drm_framebuffer_read_refcount() function
/linux-6.14.4/drivers/gpu/drm/
Ddrm_framebuffer.c460 if (drm_framebuffer_read_refcount(fb) > 1) { in drm_mode_rmfb()
807 if (drm_framebuffer_read_refcount(fb) > 1) { in drm_fb_release()
1144 if (drm_framebuffer_read_refcount(fb) > 1) { in drm_framebuffer_remove()
1164 drm_framebuffer_read_refcount(fb)); in drm_framebuffer_print_info()
/linux-6.14.4/drivers/gpu/drm/vkms/
Dvkms_plane.c57 if (drm_framebuffer_read_refcount(vkms_state->frame_info->fb)) in vkms_plane_destroy_state()
/linux-6.14.4/drivers/gpu/drm/xe/display/
Dxe_plane_initial.c261 if (drm_framebuffer_read_refcount(fb)) in plane_config_fini()
/linux-6.14.4/drivers/gpu/drm/msm/
Dmsm_fb.c66 drm_framebuffer_read_refcount(fb), fb->base.id); in msm_framebuffer_describe()
/linux-6.14.4/drivers/gpu/drm/i915/display/
Dintel_plane_initial.c407 if (drm_framebuffer_read_refcount(fb)) in plane_config_fini()
Dintel_display_debugfs.c130 drm_framebuffer_read_refcount(&fbdev_fb->base)); in i915_gem_framebuffer_info()
148 drm_framebuffer_read_refcount(&fb->base)); in i915_gem_framebuffer_info()
/linux-6.14.4/drivers/gpu/drm/tegra/
Ddrm.c844 drm_framebuffer_read_refcount(fb)); in tegra_debugfs_framebuffers()