Home
last modified time | relevance | path

Searched refs:drm_framebuffer_put (Results 1 – 19 of 19) sorted by relevance

/linux/include/drm/
H A Ddrm_framebuffer.h241 static inline void drm_framebuffer_put(struct drm_framebuffer *fb) in drm_framebuffer_put() function
271 drm_framebuffer_put(*p); in drm_framebuffer_assign()
/linux/drivers/gpu/drm/
H A Ddrm_framebuffer.c419 drm_framebuffer_put(fb); in drm_mode_closefb()
452 drm_framebuffer_put(fb); in drm_mode_rmfb()
473 drm_framebuffer_put(fb); in drm_mode_rmfb()
504 drm_framebuffer_put(fb); in drm_mode_closefb_ioctl()
566 drm_framebuffer_put(fb); in drm_mode_getfb()
688 drm_framebuffer_put(fb); in drm_mode_getfb2_ioctl()
774 drm_framebuffer_put(fb); in drm_mode_dirtyfb_ioctl()
814 drm_framebuffer_put(fb); in drm_fb_release()
1181 drm_framebuffer_put(fb); in drm_framebuffer_remove()
H A Ddrm_plane.c766 drm_framebuffer_put(plane->old_fb); in drm_plane_force_disable()
1065 drm_framebuffer_put(plane->old_fb); in __setplane_internal()
1168 drm_framebuffer_put(fb); in drm_mode_setplane()
1182 drm_framebuffer_put(fb); in drm_mode_setplane()
1265 drm_framebuffer_put(fb); in drm_mode_cursor_universal()
1559 drm_framebuffer_put(fb); in drm_mode_page_flip_ioctl()
1562 drm_framebuffer_put(plane->old_fb); in drm_mode_page_flip_ioctl()
H A Ddrm_writeback.c500 drm_framebuffer_put(job->fb); in drm_writeback_cleanup_job()
H A Ddrm_atomic_state_helper.c394 drm_framebuffer_put(state->fb); in __drm_atomic_helper_plane_destroy_state()
H A Ddrm_atomic_uapi.c487 drm_framebuffer_put(fb); in drm_atomic_plane_set_property()
770 drm_framebuffer_put(fb); in drm_atomic_connector_set_property()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fb.c54 drm_framebuffer_put(&afbc_fb->base); in rockchip_fb_create()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ioctl.c239 drm_framebuffer_put(fb); in vmw_present_ioctl()
311 drm_framebuffer_put(fb); in vmw_present_readback_ioctl()
/linux/drivers/gpu/drm/tiny/
H A Dgm12u320.c314 drm_framebuffer_put(fb); in gm12u320_copy_fb_to_blocks()
432 drm_framebuffer_put(old_fb); in gm12u320_fb_mark_dirty()
447 drm_framebuffer_put(old_fb); in gm12u320_stop_fb_update()
/linux/drivers/gpu/drm/gud/
H A Dgud_pipe.c390 drm_framebuffer_put(fb); in gud_flush_work()
431 drm_framebuffer_put(old_fb); in gud_fb_queue_damage()
586 drm_framebuffer_put(gdrm->fb); in gud_pipe_update()
/linux/drivers/gpu/drm/vkms/
H A Dvkms_writeback.c118 drm_framebuffer_put(vkmsjob->wb_frame_info.fb); in vkms_wb_cleanup_job()
H A Dvkms_plane.c75 drm_framebuffer_put(vkms_state->frame_info->fb); in vkms_plane_destroy_state()
/linux/drivers/gpu/drm/xe/display/
H A Dxe_plane_initial.c276 drm_framebuffer_put(fb); in plane_config_fini()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_plane_initial.c392 drm_framebuffer_put(fb); in plane_config_fini()
H A Dintel_fbdev.c234 drm_framebuffer_put(&fb->base); in intel_fbdev_driver_fbdev_probe()
H A Dintel_plane.c170 drm_framebuffer_put(plane_state->hw.fb); in intel_plane_destroy_state()
359 drm_framebuffer_put(plane_state->hw.fb); in intel_plane_clear_hw_state()
/linux/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_plane.c1133 drm_framebuffer_put(state->base.fb); in atmel_hlcdc_plane_reset()
1187 drm_framebuffer_put(s->fb); in atmel_hlcdc_plane_atomic_destroy_state()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c910 drm_framebuffer_put(flip_state->fb); in vc4_async_page_flip_complete()
913 drm_framebuffer_put(flip_state->old_fb); in vc4_async_page_flip_complete()
/linux/drivers/gpu/drm/tests/
H A Ddrm_framebuffer_test.c556 drm_framebuffer_put(returned_fb); in drm_test_framebuffer_lookup()