| /linux-6.15/drivers/gpu/drm/i915/gvt/ |
| H A D | fb_decoder.h | 130 u32 y_pos; /* in lines */ member 146 u32 y_pos; /* in lines */ member
|
| H A D | dmabuf.h | 45 __u32 y_pos; /* vertical position of cursor plane */ member
|
| H A D | dmabuf.c | 307 info->y_pos = c.y_pos; in vgpu_get_plane_info() 398 gvt_dmabuf->y_pos = fb_info->y_pos; in update_fb_info()
|
| H A D | fb_decoder.c | 394 plane->y_pos = (val & _CURSOR_POS_Y_MASK) >> _CURSOR_POS_Y_SHIFT; in intel_vgpu_decode_cursor_plane()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dpp/dcn10/ |
| H A D | dcn10_dpp.c | 443 int y_pos = pos->y - param->viewport.y; in dpp1_set_cursor_position() local 447 int src_y_offset = y_pos - pos->y_hotspot; in dpp1_set_cursor_position() 460 src_y_offset = y_pos - y_hotspot; in dpp1_set_cursor_position() 464 src_y_offset = y_pos - (cursor_height - y_hotspot); in dpp1_set_cursor_position() 471 src_y_offset = y_pos - (cursor_height - y_hotspot); in dpp1_set_cursor_position()
|
| /linux-6.15/drivers/input/touchscreen/ |
| H A D | fsl-imx25-tcq.c | 241 unsigned int y_pos = 0; in mx25_tcq_create_event_for_4wire() local 258 y_pos = val; in mx25_tcq_create_event_for_4wire() 279 y_pos /= priv->sample_count; in mx25_tcq_create_event_for_4wire() 281 input_report_abs(priv->idev, ABS_Y, y_pos); in mx25_tcq_create_event_for_4wire()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | cursor_reg_cache.h | 27 uint32_t y_pos: 16; member
|
| /linux-6.15/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()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn10/ |
| H A D | dcn10_hubp.c | 1204 int y_pos = pos->y - param->viewport.y; in hubp1_cursor_set_position() local 1208 int src_y_offset = y_pos - pos->y_hotspot; in hubp1_cursor_set_position() 1234 src_y_offset = y_pos - y_hotspot; in hubp1_cursor_set_position() 1238 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position() 1245 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn401/ |
| H A D | dcn401_hubp.c | 700 int y_pos = pos->y - param->recout.y; in hubp401_cursor_set_position() local 702 int rec_y_offset = y_pos - pos->y_hotspot; in hubp401_cursor_set_position() 755 CURSOR_Y_POSITION, y_pos); in hubp401_cursor_set_position() 767 hubp->pos.position.bits.y_pos = pos->y; in hubp401_cursor_set_position()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hubp/dcn20/ |
| H A D | dcn20_hubp.c | 994 int y_pos = pos->y - param->viewport.y; in hubp2_cursor_set_position() local 998 int src_y_offset = y_pos - pos->y_hotspot; in hubp2_cursor_set_position() 1024 src_y_offset = y_pos - y_hotspot; in hubp2_cursor_set_position() 1028 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position() 1035 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position() 1083 hubp->pos.position.bits.y_pos = pos->y; in hubp2_cursor_set_position()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 1066 int y_pos = pos_cpy.y; in dcn401_set_cursor_position() local 1099 y_pos = pipe_ctx->stream->dst.y + y_pos * pipe_ctx->stream->dst.height / in dcn401_set_cursor_position() 1115 y_pos += pipe_ctx->plane_state->src_rect.y; in dcn401_set_cursor_position() 1144 if (y_pos < 0) { in dcn401_set_cursor_position() 1145 pos_cpy.y_hotspot -= y_pos; in dcn401_set_cursor_position() 1146 y_pos = 0; in dcn401_set_cursor_position() 1166 pos_cpy.y = (uint32_t)y_pos; in dcn401_set_cursor_position() 1172 y_pos = pos_cpy.y - param.recout.y; in dcn401_set_cursor_position() 1175 recout_y_pos = y_pos - pos_cpy.y_hotspot; in dcn401_set_cursor_position()
|
| /linux-6.15/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_client_blt.c | 351 int x_pos, int y_pos) in tiled_offset() argument 370 v = linear_x_y_to_ftiled_pos(x_pos, y_pos, stride, 32); in tiled_offset()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
| H A D | dcn10_hwseq.c | 3450 int y_pos = pos_cpy.y; in dcn10_set_cursor_position() local 3479 y_pos = (y_pos - y_plane) * pipe_ctx->plane_state->src_rect.width / in dcn10_set_cursor_position() 3484 y_pos = (y_pos - y_plane) * pipe_ctx->plane_state->src_rect.height / in dcn10_set_cursor_position() 3502 y_pos += pipe_ctx->plane_state->src_rect.y; in dcn10_set_cursor_position() 3515 if (y_pos < 0) { in dcn10_set_cursor_position() 3516 pos_cpy.y_hotspot -= y_pos; in dcn10_set_cursor_position() 3517 y_pos = 0; in dcn10_set_cursor_position() 3521 pos_cpy.y = (uint32_t)y_pos; in dcn10_set_cursor_position()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | vfio.h | 826 __u32 y_pos; /* vertical position of cursor plane*/ member
|
| /linux-6.15/include/video/ |
| H A D | imx-ipu-v3.h | 334 int ipu_dp_set_window_pos(struct ipu_dp *, u16 x_pos, u16 y_pos);
|
| /linux-6.15/samples/vfio-mdev/ |
| H A D | mdpy.c | 508 plane->y_pos = 0; in mdpy_query_gfx_plane()
|
| H A D | mbochs.c | 1120 plane->y_pos = 0; in mbochs_query_gfx_plane()
|
| /linux-6.15/drivers/media/platform/nuvoton/ |
| H A D | npcm-video.c | 198 __be16 y_pos = cpu_to_be16(y); in npcm_video_ece_prepend_rect_header() local 204 memcpy(addr + 2, &y_pos, 2); in npcm_video_ece_prepend_rect_header()
|