Searched refs:defio (Results 1 – 5 of 5) sorted by relevance
102 struct fb_deferred_io defio; member
1047 ch->defio.deferred_io = sh_mobile_lcdc_deferred_io; in sh_mobile_lcdc_start()1048 ch->defio.delay = msecs_to_jiffies(tmp); in sh_mobile_lcdc_start()1049 ch->info->fbdefio = &ch->defio; in sh_mobile_lcdc_start()
31 Description: Make it possible to adjust defio refresh rate.
282 Generic fbdev defio support285 The defio support code in the fbdev core has some very specific requirements,288 gem objects (and other things). To support defio, affected drivers require291 Possible solution would be to write our own defio mmap code in the drm fbdev295 - In the drm_fbdev_fb_mmap helper, if we need defio, change the301 fbdev defio stuff. These should all work on plain ptes, they don't actually
71 defio support enabled, to support a page-fault based detection mechanism
Completed in 13 milliseconds