Home
last modified time | relevance | path

Searched refs:damage_work (Results 1 – 3 of 3) sorted by relevance

/linux/include/video/
H A Dudlfb.h57 struct work_struct damage_work; member
/linux/include/drm/
H A Ddrm_fb_helper.h154 struct work_struct damage_work; member
/linux/drivers/gpu/drm/
H A Ddrm_fb_helper.c270 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, damage_work); in drm_fb_helper_damage_work()
308 INIT_WORK(&helper->damage_work, drm_fb_helper_damage_work); in drm_fb_helper_prepare()
426 cancel_work_sync(&fb_helper->damage_work); in drm_fb_helper_fini()
462 schedule_work(&helper->damage_work); in drm_fb_helper_damage()
625 cancel_work_sync(&fb_helper->damage_work); in drm_fb_helper_set_suspend_unlocked()