Home
last modified time | relevance | path

Searched refs:y_pos (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_composer.c186 int y_pos; in blend() local
197 y_pos = get_y_pos(plane[i]->frame_info, y); in blend()
199 if (!check_limit(plane[i]->frame_info, y_pos)) in blend()
202 vkms_compose_row(stage_buffer, plane[i], y_pos); in blend()
212 vkms_writeback_row(wb, output_buffer, y_pos); in blend()
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.h130 u32 y_pos; /* in lines */ member
146 u32 y_pos; /* in lines */ member
H A Ddmabuf.h45 __u32 y_pos; /* vertical position of cursor plane */ member
H A Ddmabuf.c306 info->y_pos = c.y_pos; in vgpu_get_plane_info()
397 gvt_dmabuf->y_pos = fb_info->y_pos; in update_fb_info()
H A Dfb_decoder.c385 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.c440 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()
H A Ddcn10_hubp.c1183 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()
H A Ddcn10_hw_sequencer.c3424 int y_pos = pos_cpy.y; in dcn10_set_cursor_position() local
3453 y_pos = (y_pos - y_plane) * pipe_ctx->plane_state->src_rect.width / in dcn10_set_cursor_position()
3458 y_pos = (y_pos - y_plane) * pipe_ctx->plane_state->src_rect.height / in dcn10_set_cursor_position()
3476 y_pos += pipe_ctx->plane_state->src_rect.y; in dcn10_set_cursor_position()
3489 if (y_pos < 0) { in dcn10_set_cursor_position()
3490 pos_cpy.y_hotspot -= y_pos; in dcn10_set_cursor_position()
3491 y_pos = 0; in dcn10_set_cursor_position()
3495 pos_cpy.y = (uint32_t)y_pos; in dcn10_set_cursor_position()
/openbmc/linux/drivers/input/touchscreen/
H A Dfsl-imx25-tcq.c241 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()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dcursor_reg_cache.h27 uint32_t y_pos: 16; member
/openbmc/u-boot/drivers/video/
H A Dihs_video_out.c45 u16 y_pos; member
195 ihs_video_out_set(priv->map, y_pos, in ihs_video_out_set_size()
/openbmc/linux/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) 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()
/openbmc/u-boot/board/gdsys/common/
H A Dosd.c387 OSD_SET_REG(screen, y_pos, 0x005f); in osd_probe()
476 OSD_SET_REG(screen, y_pos, 32767 * (480 - 18 * y) / 65535); in osd_size()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c977 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()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py521 self.y_pos = 0
527 self.y_pos = self.base_y + 2
531 self.screen.addstr(self.y_pos,self.x_pos,line)
532 self.y_pos += 1
564 … self.screen.addstr(self.y_pos,self.x_pos+7,"<Press any key>", curses.color_pair(CURSES_HIGHLIGHT))
/openbmc/qemu/hw/vfio/
H A Ddisplay.c198 if (dmabuf->pos_x != plane->x_pos || dmabuf->pos_y != plane->y_pos) { in vfio_display_update_cursor()
200 dmabuf->pos_y = plane->y_pos; in vfio_display_update_cursor()
/openbmc/u-boot/include/
H A Dgdsys_fpga.h59 u16 y_pos; member
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c360 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()
/openbmc/linux/include/uapi/linux/
H A Dvfio.h825 __u32 y_pos; /* vertical position of cursor plane*/ member
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h825 __u32 y_pos; /* vertical position of cursor plane*/ member
/openbmc/linux/include/video/
H A Dimx-ipu-v3.h336 int ipu_dp_set_window_pos(struct ipu_dp *, u16 x_pos, u16 y_pos);
/openbmc/linux/samples/vfio-mdev/
H A Dmdpy.c505 plane->y_pos = 0; in mdpy_query_gfx_plane()
H A Dmbochs.c1117 plane->y_pos = 0; in mbochs_query_gfx_plane()
/openbmc/linux/drivers/media/platform/nuvoton/
H A Dnpcm-video.c199 __be16 y_pos = cpu_to_be16(y); in npcm_video_ece_prepend_rect_header() local
205 memcpy(addr + 2, &y_pos, 2); in npcm_video_ece_prepend_rect_header()