Home | Sort by: relevance | last modified time | path |
/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 |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ | |
amdgpu_dcn10_hw_sequencer.c | 2966 int y_pos = pos_cpy.y; local in function:dcn10_set_cursor_position 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; |