Searched refs:x_pos (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gvt/
H A Ddmabuf.h44 __u32 x_pos; /* horizontal position of cursor plane */ member in struct:intel_vgpu_fb_info
H A Dfb_decoder.h129 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
H A Ddmabuf.c305 info->x_pos = c.x_pos;
396 gvt_dmabuf->x_pos = fb_info->x_pos;
H A Dfb_decoder.c383 plane->x_pos = (val & _CURSOR_POS_X_MASK) >> _CURSOR_POS_X_SHIFT;
498 plane->x_pos = (val & _SPRITE_POS_X_MASK) >> _SPRITE_POS_X_SHIFT;
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dcursor_reg_cache.h26 uint32_t x_pos: 16; member in struct:cursor_position_cache_hubp::reg_position_cfg::__anon51
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.c439 int x_pos = pos->x - param->viewport.x; local
443 int src_x_offset = x_pos - pos->x_hotspot;
456 src_x_offset = x_pos - (cursor_width - x_hotspot);
460 src_x_offset = x_pos - x_hotspot;
466 src_x_offset = x_pos - (cursor_width - x_hotspot);
H A Ddcn10_hubp.c1182 int x_pos = pos->x - param->viewport.x; local
1186 int src_x_offset = x_pos - pos->x_hotspot;
1212 src_x_offset = x_pos - (cursor_width - x_hotspot);
1216 src_x_offset = x_pos - x_hotspot;
1222 src_x_offset = x_pos - (cursor_width - x_hotspot);
/linux-master/drivers/input/touchscreen/
H A Dfsl-imx25-tcq.c240 unsigned int x_pos = 0; local
255 x_pos = val;
278 x_pos /= priv->sample_count;
280 input_report_abs(priv->idev, ABS_X, x_pos);
/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_formats.c135 int x_pos = get_x_position(frame_info, limit, x); local
141 plane->pixel_read(src_pixels, &out_pixels[x_pos]);
/linux-master/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) argument
120 writel((x_pos << 16) | y_pos, flow->base + DP_FG_POS);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c978 int x_pos = pos->x - param->viewport.x; local
982 int src_x_offset = x_pos - pos->x_hotspot;
1008 src_x_offset = x_pos - (cursor_width - x_hotspot);
1012 src_x_offset = x_pos - x_hotspot;
1018 src_x_offset = x_pos - (cursor_width - x_hotspot);
1065 hubp->pos.position.bits.x_pos = pos->x;
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c351 int x_pos, int y_pos)
370 v = linear_x_y_to_ftiled_pos(x_pos, y_pos, stride, 32);
347 tiled_offset(const struct intel_gt *gt, u64 v, unsigned int stride, enum client_tiling tiling, int x_pos, int y_pos) argument
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c3490 int x_pos = pos_cpy.x; local
3518 x_pos = (x_pos - x_plane) * pipe_ctx->plane_state->src_rect.height /
3523 x_pos = (x_pos - x_plane) * pipe_ctx->plane_state->src_rect.width /
3542 x_pos += pipe_ctx->plane_state->src_rect.x;
3551 if (x_pos < 0) {
3552 pos_cpy.x_hotspot -= x_pos;
3553 x_pos = 0;
3561 pos_cpy.x = (uint32_t)x_pos;
[all...]
/linux-master/include/video/
H A Dimx-ipu-v3.h336 int ipu_dp_set_window_pos(struct ipu_dp *, u16 x_pos, u16 y_pos);
/linux-master/include/uapi/linux/
H A Dvfio.h824 __u32 x_pos; /* horizontal position of cursor plane */ member in struct:vfio_device_gfx_plane_info
/linux-master/drivers/iio/adc/
H A Dat91-sama5d2_adc.c552 * @x_pos: temporary placeholder for pressure computation
559 u16 x_pos; member in struct:at91_adc_touch
1047 st->touch_st.x_pos = at91_adc_touch_pos(st, st->soc_info.platform->layout->XPOSR);
1048 return st->touch_st.x_pos;
1070 pres = rxp * (st->touch_st.x_pos * factor / 1024) *
/linux-master/samples/vfio-mdev/
H A Dmdpy.c506 plane->x_pos = 0;
H A Dmbochs.c1118 plane->x_pos = 0;
/linux-master/drivers/media/platform/nuvoton/
H A Dnpcm-video.c197 __be16 x_pos = cpu_to_be16(x); local
203 memcpy(addr, &x_pos, 2);
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S406 bges x_pos |if pos, don't set bit 0
408 x_pos: label

Completed in 219 milliseconds