Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/
A Dfb_decoder.h129 u32 x_pos; /* in pixels */ member
145 u32 x_pos; /* in pixels */ member
A Ddmabuf.h44 __u32 x_pos; /* horizontal position of cursor plane */ member
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()
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()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
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()
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()
A Ddcn10_hw_sequencer.c3437 int x_pos = pos_cpy.x; in dcn10_set_cursor_position() local
3465 x_pos = (x_pos - x_plane) * pipe_ctx->plane_state->src_rect.height / in dcn10_set_cursor_position()
3470 x_pos = (x_pos - x_plane) * pipe_ctx->plane_state->src_rect.width / in dcn10_set_cursor_position()
3489 x_pos += pipe_ctx->plane_state->src_rect.x; in dcn10_set_cursor_position()
3498 if (x_pos < 0) { in dcn10_set_cursor_position()
3499 pos_cpy.x_hotspot -= x_pos; in dcn10_set_cursor_position()
3500 x_pos = 0; in dcn10_set_cursor_position()
3508 pos_cpy.x = (uint32_t)x_pos; in dcn10_set_cursor_position()
/linux-6.3-rc2/drivers/input/touchscreen/
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()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dcursor_reg_cache.h26 uint32_t x_pos: 16; member
/linux-6.3-rc2/drivers/gpu/ipu-v3/
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()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
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()
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/selftests/
A Di915_gem_client_blt.c361 int x_pos, int y_pos) in tiled_offset() argument
372 v = linear_x_y_to_ftiled_pos(x_pos, y_pos, stride, 32); in tiled_offset()
/linux-6.3-rc2/drivers/video/fbdev/
A Dmx3fb.c468 int16_t x_pos, int16_t y_pos) in sdc_set_window_pos() argument
473 x_pos += mx3fb->h_start_width; in sdc_set_window_pos()
476 mx3fb_write_reg(mx3fb, (x_pos << 16) | y_pos, SDC_BG_POS); in sdc_set_window_pos()
/linux-6.3-rc2/include/uapi/linux/
A Dvfio.h727 __u32 x_pos; /* horizontal position of cursor plane */ member
/linux-6.3-rc2/drivers/iio/adc/
A Dat91-sama5d2_adc.c559 u16 x_pos; member
1047 st->touch_st.x_pos = at91_adc_touch_pos(st, st->soc_info.platform->layout->XPOSR); in at91_adc_touch_x_pos()
1048 return st->touch_st.x_pos; in at91_adc_touch_x_pos()
1070 pres = rxp * (st->touch_st.x_pos * factor / 1024) * in at91_adc_touch_pressure()
/linux-6.3-rc2/include/video/
A Dimx-ipu-v3.h336 int ipu_dp_set_window_pos(struct ipu_dp *, u16 x_pos, u16 y_pos);
/linux-6.3-rc2/samples/vfio-mdev/
A Dmdpy.c504 plane->x_pos = 0; in mdpy_query_gfx_plane()
A Dmbochs.c1116 plane->x_pos = 0; in mbochs_query_gfx_plane()
/linux-6.3-rc2/arch/m68k/fpsp040/
A Dbindec.S406 bges x_pos |if pos, don't set bit 0

Completed in 46 milliseconds