Searched refs:drm_fb_helper_dirty (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_fb_helper.c | 998 static void drm_fb_helper_dirty(struct fb_info *info, u32 x, u32 y, in drm_fb_helper_dirty() function 1046 drm_fb_helper_dirty(info, 0, y1, info->var.xres, y2 - y1); in drm_fb_helper_deferred_io() 1126 drm_fb_helper_dirty(info, 0, 0, info->var.xres, in drm_fb_helper_sys_write() 1144 drm_fb_helper_dirty(info, rect->dx, rect->dy, in drm_fb_helper_sys_fillrect() 1160 drm_fb_helper_dirty(info, area->dx, area->dy, in drm_fb_helper_sys_copyarea() 1176 drm_fb_helper_dirty(info, image->dx, image->dy, in drm_fb_helper_sys_imageblit() 1192 drm_fb_helper_dirty(info, rect->dx, rect->dy, in drm_fb_helper_cfb_fillrect() 1208 drm_fb_helper_dirty(info, area->dx, area->dy, in drm_fb_helper_cfb_copyarea() 1224 drm_fb_helper_dirty(info, image->dx, image->dy, in drm_fb_helper_cfb_imageblit()
|