Searched refs:fb_dirty (Results 1 – 4 of 4) sorted by relevance
380 if (drm_WARN_ON_ONCE(dev, !helper->funcs->fb_dirty)) in drm_fb_helper_fb_dirty()389 ret = helper->funcs->fb_dirty(helper, &clip_copy); in drm_fb_helper_fb_dirty()828 if (helper->funcs->fb_dirty) { in drm_fb_helper_sys_write()853 if (helper->funcs->fb_dirty) in drm_fb_helper_sys_fillrect()872 if (helper->funcs->fb_dirty) in drm_fb_helper_sys_copyarea()891 if (helper->funcs->fb_dirty) in drm_fb_helper_sys_imageblit()1001 if (helper->funcs->fb_dirty) { in drm_fb_helper_cfb_write()1026 if (helper->funcs->fb_dirty) in drm_fb_helper_cfb_fillrect()1045 if (helper->funcs->fb_dirty) in drm_fb_helper_cfb_copyarea()1064 if (helper->funcs->fb_dirty) in drm_fb_helper_cfb_imageblit()
345 .fb_dirty = drm_fbdev_fb_dirty,
101 int (*fb_dirty)(struct drm_fb_helper *helper, struct drm_clip_rect *clip); member
337 .fb_dirty = intelfb_dirty,
Completed in 13 milliseconds