Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_fb.c126 struct drm_clip_rect norect; in virtio_gpu_surface_dirty() local
133 clips = &norect; in virtio_gpu_surface_dirty()
134 norect.x1 = norect.y1 = 0; in virtio_gpu_surface_dirty()
135 norect.x2 = vgfb->base.width; in virtio_gpu_surface_dirty()
136 norect.y2 = vgfb->base.height; in virtio_gpu_surface_dirty()
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_display.c230 struct drm_clip_rect norect = { in qxl_crtc_page_flip() local
253 &norect, one_clip_rect, inc); in qxl_crtc_page_flip()
487 struct drm_clip_rect norect; in qxl_framebuffer_surface_dirty() local
502 clips = &norect; in qxl_framebuffer_surface_dirty()
503 norect.x1 = norect.y1 = 0; in qxl_framebuffer_surface_dirty()
504 norect.x2 = fb->width; in qxl_framebuffer_surface_dirty()
505 norect.y2 = fb->height; in qxl_framebuffer_surface_dirty()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c428 struct drm_clip_rect norect; in vmw_framebuffer_surface_dirty() local
445 clips = &norect; in vmw_framebuffer_surface_dirty()
446 norect.x1 = norect.y1 = 0; in vmw_framebuffer_surface_dirty()
447 norect.x2 = framebuffer->width; in vmw_framebuffer_surface_dirty()
448 norect.y2 = framebuffer->height; in vmw_framebuffer_surface_dirty()
636 struct drm_clip_rect norect; in vmw_framebuffer_dmabuf_dirty() local
649 clips = &norect; in vmw_framebuffer_dmabuf_dirty()
650 norect.x1 = norect.y1 = 0; in vmw_framebuffer_dmabuf_dirty()
651 norect.x2 = framebuffer->width; in vmw_framebuffer_dmabuf_dirty()
652 norect.y2 = framebuffer->height; in vmw_framebuffer_dmabuf_dirty()