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

/drivers/gpu/drm/qxl/
H A Dqxl_ioctl.c315 struct drm_qxl_update_area *update_area = data; local
316 struct qxl_rect area = {.left = update_area->left,
317 .top = update_area->top,
318 .right = update_area->right,
319 .bottom = update_area->bottom};
324 if (update_area->left >= update_area->right ||
325 update_area->top >= update_area->bottom)
328 gobj = drm_gem_object_lookup(dev, file, update_area
[all...]
H A Dqxl_dev.h360 struct qxl_rect update_area; member in struct:qxl_ram_header

Completed in 79 milliseconds