Home
last modified time | relevance | path

Searched refs:dirty_work (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_fb_helper.h106 * @dirty_work: worker used to flush the framebuffer
136 struct work_struct dirty_work; member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_fb_helper.c124 * accumulate changes and schedule &drm_fb_helper.dirty_work to run right
128 * callback it will also schedule dirty_work with the damage collected from the
415 dirty_work); in drm_fb_helper_dirty_work()
461 INIT_WORK(&helper->dirty_work, drm_fb_helper_dirty_work); in drm_fb_helper_prepare()
598 cancel_work_sync(&fb_helper->dirty_work); in drm_fb_helper_fini()
650 schedule_work(&helper->dirty_work); in drm_fb_helper_dirty()

Completed in 5 milliseconds