OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bo_update
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_scrn.c
548
struct vmw_du_update_plane_buffer
bo_update
;
local
550
memset(&
bo_update
, 0, sizeof(struct vmw_du_update_plane_buffer));
551
bo_update
.base.plane = plane;
552
bo_update
.base.old_state = old_state;
553
bo_update
.base.dev_priv = dev_priv;
554
bo_update
.base.du = vmw_crtc_to_du(plane->state->crtc);
555
bo_update
.base.vfb = vfb;
556
bo_update
.base.out_fence = out_fence;
557
bo_update
.base.mutex = NULL;
558
bo_update
.base.cpu_blit = false
[
all
...]
vmwgfx_stdu.c
1269
struct vmw_du_update_plane_buffer *
bo_update
=
local
1270
container_of(update, typeof(*
bo_update
), base);
1272
bo_update
->fb_left = INT_MAX;
1273
bo_update
->fb_top = INT_MAX;
1282
struct vmw_du_update_plane_buffer *
bo_update
=
local
1283
container_of(update, typeof(*
bo_update
), base);
1285
bo_update
->fb_left = min_t(int,
bo_update
->fb_left, fb_x);
1286
bo_update
->fb_top = min_t(int,
bo_update
->fb_top, fb_y)
1295
struct vmw_du_update_plane_buffer *
bo_update
;
local
1373
struct vmw_du_update_plane_buffer
bo_update
;
local
[
all
...]
Completed in 19 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026