/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | fb_decoder.h | 129 u32 x_pos; /* in pixels */ member 145 u32 x_pos; /* in pixels */ member
|
H A D | dmabuf.h | 44 __u32 x_pos; /* horizontal position of cursor plane */ member
|
H A D | dmabuf.c | 305 info->x_pos = c.x_pos; in vgpu_get_plane_info() 396 gvt_dmabuf->x_pos = fb_info->x_pos; in update_fb_info()
|
H A D | fb_decoder.c | 383 plane->x_pos = (val & _CURSOR_POS_X_MASK) >> _CURSOR_POS_X_SHIFT; in intel_vgpu_decode_cursor_plane() 498 plane->x_pos = (val & _SPRITE_POS_X_MASK) >> _SPRITE_POS_X_SHIFT; in intel_vgpu_decode_sprite_plane()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_dpp.c | 439 int x_pos = pos->x - param->viewport.x; in dpp1_set_cursor_position() local 443 int src_x_offset = x_pos - pos->x_hotspot; in dpp1_set_cursor_position() 456 src_x_offset = x_pos - (cursor_width - x_hotspot); in dpp1_set_cursor_position() 460 src_x_offset = x_pos - x_hotspot; in dpp1_set_cursor_position() 466 src_x_offset = x_pos - (cursor_width - x_hotspot); in dpp1_set_cursor_position()
|
H A D | dcn10_hubp.c | 1182 int x_pos = pos->x - param->viewport.x; in hubp1_cursor_set_position() local 1186 int src_x_offset = x_pos - pos->x_hotspot; in hubp1_cursor_set_position() 1212 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp1_cursor_set_position() 1216 src_x_offset = x_pos - x_hotspot; in hubp1_cursor_set_position() 1222 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp1_cursor_set_position()
|
H A D | dcn10_hw_sequencer.c | 3423 int x_pos = pos_cpy.x; in dcn10_set_cursor_position() local 3451 x_pos = (x_pos - x_plane) * pipe_ctx->plane_state->src_rect.height / in dcn10_set_cursor_position() 3456 x_pos = (x_pos - x_plane) * pipe_ctx->plane_state->src_rect.width / in dcn10_set_cursor_position() 3475 x_pos += pipe_ctx->plane_state->src_rect.x; in dcn10_set_cursor_position() 3484 if (x_pos < 0) { in dcn10_set_cursor_position() 3485 pos_cpy.x_hotspot -= x_pos; in dcn10_set_cursor_position() 3486 x_pos = 0; in dcn10_set_cursor_position() 3494 pos_cpy.x = (uint32_t)x_pos; in dcn10_set_cursor_position()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | fsl-imx25-tcq.c | 240 unsigned int x_pos = 0; in mx25_tcq_create_event_for_4wire() local 255 x_pos = val; in mx25_tcq_create_event_for_4wire() 278 x_pos /= priv->sample_count; in mx25_tcq_create_event_for_4wire() 280 input_report_abs(priv->idev, ABS_X, x_pos); in mx25_tcq_create_event_for_4wire()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | cursor_reg_cache.h | 26 uint32_t x_pos: 16; member
|
/openbmc/u-boot/drivers/video/ |
H A D | ihs_video_out.c | 43 u16 x_pos; member 193 ihs_video_out_set(priv->map, x_pos, in ihs_video_out_set_size()
|
/openbmc/linux/drivers/gpu/drm/vkms/ |
H A D | vkms_formats.c | 135 int x_pos = get_x_position(frame_info, limit, x); in vkms_compose_row() local 141 plane->pixel_read(src_pixels, &out_pixels[x_pos]); in vkms_compose_row()
|
/openbmc/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-dp.c | 115 int ipu_dp_set_window_pos(struct ipu_dp *dp, u16 x_pos, u16 y_pos) in ipu_dp_set_window_pos() argument 120 writel((x_pos << 16) | y_pos, flow->base + DP_FG_POS); in ipu_dp_set_window_pos()
|
/openbmc/u-boot/board/gdsys/common/ |
H A D | osd.c | 386 OSD_SET_REG(screen, x_pos, 0x007f); in osd_probe() 475 OSD_SET_REG(screen, x_pos, 32767 * (640 - 12 * x) / 65535); in osd_size()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hubp.c | 976 int x_pos = pos->x - param->viewport.x; in hubp2_cursor_set_position() local 980 int src_x_offset = x_pos - pos->x_hotspot; in hubp2_cursor_set_position() 1006 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp2_cursor_set_position() 1010 src_x_offset = x_pos - x_hotspot; in hubp2_cursor_set_position() 1016 src_x_offset = x_pos - (cursor_width - x_hotspot); in hubp2_cursor_set_position() 1063 hubp->pos.position.bits.x_pos = pos->x; in hubp2_cursor_set_position()
|
/openbmc/qemu/hw/vfio/ |
H A D | display.c | 198 if (dmabuf->pos_x != plane->x_pos || dmabuf->pos_y != plane->y_pos) { in vfio_display_update_cursor() 199 dmabuf->pos_x = plane->x_pos; in vfio_display_update_cursor()
|
/openbmc/u-boot/include/ |
H A D | gdsys_fpga.h | 58 u16 x_pos; member
|
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_client_blt.c | 360 int x_pos, int y_pos) in tiled_offset() argument 371 v = linear_x_y_to_ftiled_pos(x_pos, y_pos, stride, 32); in tiled_offset()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | taskexp_ncurses.py | 520 self.x_pos = 0 526 self.x_pos = self.base_x + 4 531 self.screen.addstr(self.y_pos,self.x_pos,line) 564 … self.screen.addstr(self.y_pos,self.x_pos+7,"<Press any key>", curses.color_pair(CURSES_HIGHLIGHT))
|
/openbmc/linux/include/uapi/linux/ |
H A D | vfio.h | 824 __u32 x_pos; /* horizontal position of cursor plane */ member
|
/openbmc/qemu/linux-headers/linux/ |
H A D | vfio.h | 824 __u32 x_pos; /* horizontal position of cursor plane */ member
|
/openbmc/linux/drivers/iio/adc/ |
H A D | at91-sama5d2_adc.c | 571 u16 x_pos; member 1059 st->touch_st.x_pos = at91_adc_touch_pos(st, st->soc_info.platform->layout->XPOSR); in at91_adc_touch_x_pos() 1060 return st->touch_st.x_pos; in at91_adc_touch_x_pos() 1082 pres = rxp * (st->touch_st.x_pos * factor / 1024) * in at91_adc_touch_pressure()
|
/openbmc/linux/include/video/ |
H A D | imx-ipu-v3.h | 336 int ipu_dp_set_window_pos(struct ipu_dp *, u16 x_pos, u16 y_pos);
|
/openbmc/linux/samples/vfio-mdev/ |
H A D | mdpy.c | 504 plane->x_pos = 0; in mdpy_query_gfx_plane()
|
/openbmc/linux/drivers/media/platform/nuvoton/ |
H A D | npcm-video.c | 198 __be16 x_pos = cpu_to_be16(x); in npcm_video_ece_prepend_rect_header() local 204 memcpy(addr, &x_pos, 2); in npcm_video_ece_prepend_rect_header()
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | bindec.S | 406 bges x_pos |if pos, don't set bit 0
|