OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drm_rects
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.c
2348
struct drm_rect *
drm_rects
;
local in function:vmw_kms_update_layout_ioctl
2375
drm_rects
= (struct drm_rect *)rects;
2389
drm_rects
[i].x1 = curr_rect.x;
2390
drm_rects
[i].y1 = curr_rect.y;
2391
drm_rects
[i].x2 = curr_rect.x + curr_rect.w;
2392
drm_rects
[i].y2 = curr_rect.y + curr_rect.h;
2395
drm_rects
[i].x1,
drm_rects
[i].y1,
2396
drm_rects
[i].x2,
drm_rects
[i].y2)
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025