Home
last modified time | relevance | path

Searched refs:fb_dirty (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_fb_helper.c380 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()
A Ddrm_fbdev_generic.c345 .fb_dirty = drm_fbdev_fb_dirty,
/linux-6.3-rc2/include/drm/
A Ddrm_fb_helper.h101 int (*fb_dirty)(struct drm_fb_helper *helper, struct drm_clip_rect *clip); member
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_fbdev.c337 .fb_dirty = intelfb_dirty,

Completed in 13 milliseconds