Searched defs:norect (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/qxl/
H A Dqxl_display.c203 struct drm_clip_rect norect = { local
222 &norect, one_clip_rect, inc);
447 struct drm_clip_rect norect; local
462 clips = &norect;
463 norect.x1 = norect.y1 = 0;
464 norect.x2 = fb->width;
465 norect.y2 = fb->height;
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c601 struct drm_clip_rect norect; local
621 clips = &norect;
622 norect.x1 = norect.y1 = 0;
623 norect.x2 = framebuffer->width;
624 norect.y2 = framebuffer->height;
958 struct drm_clip_rect norect; local
971 clips = &norect;
972 norect.x1 = norect
[all...]

Completed in 72 milliseconds