Home
last modified time | relevance | path

Searched refs:x_pos (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.h129 u32 x_pos; /* in pixels */ member
145 u32 x_pos; /* in pixels */ member
H A Ddmabuf.h44 __u32 x_pos; /* horizontal position of cursor plane */ member
H A Ddmabuf.c305 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 Dfb_decoder.c383 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 Ddcn10_dpp.c439 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 Ddcn10_hubp.c1182 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 Ddcn10_hw_sequencer.c3423 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 Dfsl-imx25-tcq.c240 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 Dcursor_reg_cache.h26 uint32_t x_pos: 16; member
/openbmc/u-boot/drivers/video/
H A Dihs_video_out.c43 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 Dvkms_formats.c135 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 Dipu-dp.c115 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 Dosd.c386 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 Ddcn20_hubp.c976 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 Ddisplay.c198 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 Dgdsys_fpga.h58 u16 x_pos; member
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c360 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 Dtaskexp_ncurses.py520 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 Dvfio.h824 __u32 x_pos; /* horizontal position of cursor plane */ member
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h824 __u32 x_pos; /* horizontal position of cursor plane */ member
/openbmc/linux/drivers/iio/adc/
H A Dat91-sama5d2_adc.c571 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 Dimx-ipu-v3.h336 int ipu_dp_set_window_pos(struct ipu_dp *, u16 x_pos, u16 y_pos);
/openbmc/linux/samples/vfio-mdev/
H A Dmdpy.c504 plane->x_pos = 0; in mdpy_query_gfx_plane()
/openbmc/linux/drivers/media/platform/nuvoton/
H A Dnpcm-video.c198 __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 Dbindec.S406 bges x_pos |if pos, don't set bit 0

12