OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:update_area
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_ioctl.c
313
struct drm_qxl_update_area *
update_area
= data;
local in function:qxl_update_area_ioctl
314
struct qxl_rect area = {.left =
update_area
->left,
315
.top =
update_area
->top,
316
.right =
update_area
->right,
317
.bottom =
update_area
->bottom};
323
if (
update_area
->left >=
update_area
->right ||
324
update_area
->top >=
update_area
->bottom)
327
gobj = drm_gem_object_lookup(file,
update_area
->handle)
[
all
...]
qxl_dev.h
361
struct qxl_rect
update_area
;
member in struct:qxl_ram_header
Completed in 12 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025