Home
last modified time | relevance | path

Searched refs:unpin_work (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_display.c127 container_of(__work, struct amdgpu_flip_work, unpin_work); in amdgpu_display_unpin_work_func()
167 INIT_WORK(&work->unpin_work, amdgpu_display_unpin_work_func); in amdgpu_display_crtc_page_flip_target()
H A Ddce_virtual.c696 schedule_work(&works->unpin_work); in dce_virtual_pageflip()
H A Damdgpu.h578 struct work_struct unpin_work; member
H A Ddce_v10_0.c3140 schedule_work(&works->unpin_work); in dce_v10_0_pageflip_irq()
H A Ddce_v11_0.c3266 schedule_work(&works->unpin_work); in dce_v11_0_pageflip_irq()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_display.c256 container_of(__work, struct radeon_flip_work, unpin_work); in radeon_unpin_work_func()
388 queue_work(radeon_crtc->flip_queue, &work->unpin_work); in radeon_crtc_handle_flip()
495 INIT_WORK(&work->unpin_work, radeon_unpin_work_func); in radeon_crtc_page_flip_target()
H A Dradeon.h751 struct work_struct unpin_work; member