Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ | |
dmabuf.h | 46 __u32 x_pos; /* horizontal position of cursor plane */ member in struct:intel_vgpu_fb_info |
fb_decoder.h | 129 u32 x_pos; /* in pixels */ member in struct:intel_vgpu_sprite_plane_format 145 u32 x_pos; /* in pixels */ member in struct:intel_vgpu_cursor_plane_format |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ | |
amdgpu_dcn10_hw_sequencer.c | 2965 int x_pos = pos_cpy.x; local in function:dcn10_set_cursor_position 2969 x_pos = (x_pos - x_plane) * pipe_ctx->plane_state->src_rect.width / 2974 if (x_pos < 0) { 2975 pos_cpy.x_hotspot -= x_pos; 2976 x_pos = 0; 2984 pos_cpy.x = (uint32_t)x_pos; |