Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/qxl/ | |
qxl_display.c | 422 struct drm_clip_rect norect; local in function:qxl_framebuffer_surface_dirty 439 clips = &norect; 440 norect.x1 = norect.y1 = 0; 441 norect.x2 = fb->width; 442 norect.y2 = fb->height; 547 struct drm_clip_rect norect = { local in function:qxl_primary_atomic_update 568 qxl_draw_dirty_fb(qdev, plane->state->fb, bo, 0, 0, &norect, 1, 1, |
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ | |
vmwgfx_kms.c | 1007 struct drm_clip_rect norect; local in function:vmw_framebuffer_bo_dirty 1020 clips = &norect; 1021 norect.x1 = norect.y1 = 0; 1022 norect.x2 = framebuffer->width; 1023 norect.y2 = framebuffer->height; |