Searched refs:y_pos (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gvt/
H A Ddmabuf.h45 __u32 y_pos; /* vertical position of cursor plane */ member in struct:intel_vgpu_fb_info
H A Dfb_decoder.h130 u32 y_pos; /* in lines */ member in struct:intel_vgpu_sprite_plane_format
146 u32 y_pos; /* in lines */ member in struct:intel_vgpu_cursor_plane_format
H A Ddmabuf.c306 info->y_pos = c.y_pos;
397 gvt_dmabuf->y_pos = fb_info->y_pos;
H A Dfb_decoder.c385 plane->y_pos = (val & _CURSOR_POS_Y_MASK) >> _CURSOR_POS_Y_SHIFT;
499 plane->y_pos = (val & _SPRITE_POS_Y_MASK) >> _SPRITE_POS_Y_SHIFT;
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dcursor_reg_cache.h27 uint32_t y_pos: 16; member in struct:cursor_position_cache_hubp::reg_position_cfg::__anon51
/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_composer.c186 int y_pos; local
197 y_pos = get_y_pos(plane[i]->frame_info, y);
199 if (!check_limit(plane[i]->frame_info, y_pos))
202 vkms_compose_row(stage_buffer, plane[i], y_pos);
212 vkms_writeback_row(wb, output_buffer, y_pos);
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.c440 int y_pos = pos->y - param->viewport.y; local
444 int src_y_offset = y_pos - pos->y_hotspot;
457 src_y_offset = y_pos - y_hotspot;
461 src_y_offset = y_pos - (cursor_height - y_hotspot);
468 src_y_offset = y_pos - (cursor_height - y_hotspot);
H A Ddcn10_hubp.c1183 int y_pos = pos->y - param->viewport.y; local
1187 int src_y_offset = y_pos - pos->y_hotspot;
1213 src_y_offset = y_pos - y_hotspot;
1217 src_y_offset = y_pos - (cursor_height - y_hotspot);
1224 src_y_offset = y_pos - (cursor_height - y_hotspot);
/linux-master/drivers/input/touchscreen/
H A Dfsl-imx25-tcq.c241 unsigned int y_pos = 0; local
258 y_pos = val;
279 y_pos /= priv->sample_count;
281 input_report_abs(priv->idev, ABS_Y, y_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.c979 int y_pos = pos->y - param->viewport.y; local
983 int src_y_offset = y_pos - pos->y_hotspot;
1009 src_y_offset = y_pos - y_hotspot;
1013 src_y_offset = y_pos - (cursor_height - y_hotspot);
1020 src_y_offset = y_pos - (cursor_height - y_hotspot);
1066 hubp->pos.position.bits.y_pos = pos->y;
/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.c3491 int y_pos = pos_cpy.y; local
3520 y_pos = (y_pos - y_plane) * pipe_ctx->plane_state->src_rect.width /
3525 y_pos = (y_pos - y_plane) * pipe_ctx->plane_state->src_rect.height /
3543 y_pos += pipe_ctx->plane_state->src_rect.y;
3556 if (y_pos < 0) {
3557 pos_cpy.y_hotspot -= y_pos;
3558 y_pos = 0;
3562 pos_cpy.y = (uint32_t)y_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.h825 __u32 y_pos; /* vertical position of cursor plane*/ member in struct:vfio_device_gfx_plane_info
/linux-master/samples/vfio-mdev/
H A Dmdpy.c507 plane->y_pos = 0;
H A Dmbochs.c1119 plane->y_pos = 0;
/linux-master/drivers/media/platform/nuvoton/
H A Dnpcm-video.c198 __be16 y_pos = cpu_to_be16(y); local
204 memcpy(addr + 2, &y_pos, 2);

Completed in 199 milliseconds