drm_fb_helper.c | 655 static void drm_fb_helper_dirty(struct fb_info *info, u32 x, u32 y, function in typeref:typename:void 707 drm_fb_helper_dirty(info, 0, y1, info->var.xres, y2 - y1); 744 drm_fb_helper_dirty(info, 0, 0, info->var.xres, 762 drm_fb_helper_dirty(info, rect->dx, rect->dy, 778 drm_fb_helper_dirty(info, area->dx, area->dy, 794 drm_fb_helper_dirty(info, image->dx, image->dy, 810 drm_fb_helper_dirty(info, rect->dx, rect->dy, 826 drm_fb_helper_dirty(info, area->dx, area->dy, 842 drm_fb_helper_dirty(info, image->dx, image->dy,
|