Name

drm_fb_helper_deferred_io — fbdev deferred_io callback function

Synopsis

void drm_fb_helper_deferred_io (struct fb_info * info,
 struct list_head * pagelist);
 

Arguments

info

fb_info struct pointer

pagelist

list of dirty mmap framebuffer pages

Description

This function is used as the fb_deferred_io ->deferred_io callback function for flushing the fbdev mmap writes.