Home
last modified time | relevance | path

Searched refs:udl_handle_damage (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/udl/
Dudl_fb.c143 int udl_handle_damage(struct udl_framebuffer *fb, int x, int y, in udl_handle_damage() function
293 udl_handle_damage(&ufbdev->ufb, rect->dx, rect->dy, rect->width, in udl_fb_fillrect()
303 udl_handle_damage(&ufbdev->ufb, region->dx, region->dy, region->width, in udl_fb_copyarea()
313 udl_handle_damage(&ufbdev->ufb, image->dx, image->dy, image->width, in udl_fb_imageblit()
420 ret = udl_handle_damage(ufb, clips[i].x1, clips[i].y1, in udl_user_framebuffer_dirty()
Dudl_modeset.c351 udl_handle_damage(ufb, 0, 0, ufb->base.width, ufb->base.height); in udl_crtc_mode_set()
383 udl_handle_damage(ufb, 0, 0, fb->width, fb->height); in udl_crtc_page_flip()
Dudl_drv.h139 int udl_handle_damage(struct udl_framebuffer *fb, int x, int y,