Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/tiny/
Dgm12u320.c100 } fb_update; member
186 gm12u320->fb_update.workq = create_singlethread_workqueue(DRIVER_NAME); in gm12u320_usb_alloc()
187 if (!gm12u320->fb_update.workq) in gm12u320_usb_alloc()
197 if (gm12u320->fb_update.workq) in gm12u320_usb_free()
198 destroy_workqueue(gm12u320->fb_update.workq); in gm12u320_usb_free()
270 mutex_lock(&gm12u320->fb_update.lock); in gm12u320_copy_fb_to_blocks()
272 if (!gm12u320->fb_update.fb) in gm12u320_copy_fb_to_blocks()
275 fb = gm12u320->fb_update.fb; in gm12u320_copy_fb_to_blocks()
276 x1 = gm12u320->fb_update.rect.x1; in gm12u320_copy_fb_to_blocks()
277 x2 = gm12u320->fb_update.rect.x2; in gm12u320_copy_fb_to_blocks()
[all …]