OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_pos
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
dmabuf.h
47
__u32
y_pos
; /* vertical position of cursor plane */
member in struct:intel_vgpu_fb_info
fb_decoder.h
130
u32
y_pos
; /* in lines */
member in struct:intel_vgpu_sprite_plane_format
146
u32
y_pos
; /* in lines */
member in struct:intel_vgpu_cursor_plane_format
dmabuf.c
321
info->
y_pos
= c.
y_pos
;
418
gvt_dmabuf->
y_pos
= fb_info->
y_pos
;
fb_decoder.c
389
plane->
y_pos
= (val & _CURSOR_POS_Y_MASK) >> _CURSOR_POS_Y_SHIFT;
503
plane->
y_pos
= (val & _SPRITE_POS_Y_MASK) >> _SPRITE_POS_Y_SHIFT;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c
2966
int
y_pos
= pos_cpy.y;
local
2971
y_pos
= (
y_pos
- y_plane) * pipe_ctx->plane_state->src_rect.height /
2979
if (
y_pos
< 0) {
2980
pos_cpy.y_hotspot -=
y_pos
;
2981
y_pos
= 0;
2985
pos_cpy.y = (uint32_t)
y_pos
;
Completed in 38 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026