Searched refs:y_pos (Results 1 – 13 of 13) sorted by relevance
/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_dpp.c | 440 int y_pos = pos->y - param->viewport.y; in dpp1_set_cursor_position() local 444 int src_y_offset = y_pos - pos->y_hotspot; in dpp1_set_cursor_position() 457 src_y_offset = y_pos - y_hotspot; in dpp1_set_cursor_position() 461 src_y_offset = y_pos - (cursor_height - y_hotspot); in dpp1_set_cursor_position() 468 src_y_offset = y_pos - (cursor_height - y_hotspot); in dpp1_set_cursor_position()
|
D | dcn10_hubp.c | 1183 int y_pos = pos->y - param->viewport.y; in hubp1_cursor_set_position() local 1187 int src_y_offset = y_pos - pos->y_hotspot; in hubp1_cursor_set_position() 1213 src_y_offset = y_pos - y_hotspot; in hubp1_cursor_set_position() 1217 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position() 1224 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp1_cursor_set_position()
|
D | dcn10_hw_sequencer.c | 3440 int y_pos = pos_cpy.y; in dcn10_set_cursor_position() local 3469 y_pos = (y_pos - y_plane) * pipe_ctx->plane_state->src_rect.width / in dcn10_set_cursor_position() 3474 y_pos = (y_pos - y_plane) * pipe_ctx->plane_state->src_rect.height / in dcn10_set_cursor_position() 3492 y_pos += pipe_ctx->plane_state->src_rect.y; in dcn10_set_cursor_position() 3505 if (y_pos < 0) { in dcn10_set_cursor_position() 3506 pos_cpy.y_hotspot -= y_pos; in dcn10_set_cursor_position() 3507 y_pos = 0; in dcn10_set_cursor_position() 3511 pos_cpy.y = (uint32_t)y_pos; in dcn10_set_cursor_position()
|
/drivers/gpu/drm/i915/gvt/ |
D | fb_decoder.h | 130 u32 y_pos; /* in lines */ member 146 u32 y_pos; /* in lines */ member
|
D | dmabuf.c | 303 info->y_pos = c.y_pos; in vgpu_get_plane_info() 394 gvt_dmabuf->y_pos = fb_info->y_pos; in update_fb_info()
|
D | dmabuf.h | 45 __u32 y_pos; /* vertical position of cursor plane */ member
|
D | fb_decoder.c | 385 plane->y_pos = (val & _CURSOR_POS_Y_MASK) >> _CURSOR_POS_Y_SHIFT; in intel_vgpu_decode_cursor_plane() 499 plane->y_pos = (val & _SPRITE_POS_Y_MASK) >> _SPRITE_POS_Y_SHIFT; in intel_vgpu_decode_sprite_plane()
|
/drivers/input/touchscreen/ |
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()
|
/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | cursor_reg_cache.h | 27 uint32_t y_pos: 16; member
|
/drivers/gpu/ipu-v3/ |
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()
|
/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hubp.c | 977 int y_pos = pos->y - param->viewport.y; in hubp2_cursor_set_position() local 981 int src_y_offset = y_pos - pos->y_hotspot; in hubp2_cursor_set_position() 1007 src_y_offset = y_pos - y_hotspot; in hubp2_cursor_set_position() 1011 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position() 1018 src_y_offset = y_pos - (cursor_height - y_hotspot); in hubp2_cursor_set_position() 1064 hubp->pos.position.bits.y_pos = pos->y; in hubp2_cursor_set_position()
|
/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_client_blt.c | 360 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()
|
/drivers/video/fbdev/ |
D | mx3fb.c | 473 int16_t x_pos, int16_t y_pos) in sdc_set_window_pos() argument 479 y_pos += mx3fb->v_start_width; in sdc_set_window_pos() 481 mx3fb_write_reg(mx3fb, (x_pos << 16) | y_pos, SDC_BG_POS); in sdc_set_window_pos()
|