Searched refs:y_pos (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | dmabuf.c | 308 info->y_pos = c.y_pos; in vgpu_get_plane_info() 399 gvt_dmabuf->y_pos = fb_info->y_pos; in update_fb_info()
|
| /linux/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/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
| H A D | dcn401_hwseq.c | 994 int y_pos = pos_cpy.y; in dcn401_set_cursor_position() local 1027 y_pos = pipe_ctx->stream->dst.y + y_pos * pipe_ctx->stream->dst.height / in dcn401_set_cursor_position() 1043 y_pos += pipe_ctx->plane_state->src_rect.y; in dcn401_set_cursor_position() 1072 if (y_pos < 0) { in dcn401_set_cursor_position() 1073 pos_cpy.y_hotspot -= y_pos; in dcn401_set_cursor_position() 1074 y_pos = 0; in dcn401_set_cursor_position() 1094 pos_cpy.y = (uint32_t)y_pos; in dcn401_set_cursor_position() 1100 y_pos = pos_cpy.y - param.recout.y; in dcn401_set_cursor_position() 1116 if (y_pos < 0) { in dcn401_set_cursor_position() 1117 pos_cpy.y_hotspot -= y_pos; in dcn401_set_cursor_position() [all …]
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_client_blt.c | 355 int x_pos, int y_pos) in tiled_offset() argument 374 v = linear_x_y_to_ftiled_pos(x_pos, y_pos, stride, 32); in tiled_offset()
|
| /linux/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/samples/vfio-mdev/ |
| H A D | mdpy.c | 511 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/tools/testing/selftests/bpf/prog_tests/ |
| H A D | reg_bounds.c | 459 struct range x_pos, x_neg, y_pos, y_neg, r_pos, r_neg; in range_refine_in_halves() local 473 y_pos = range_intersection(y_t, y, range(x_t, 0, smax)); in range_refine_in_halves() 475 r_pos = range_intersection(x_t, x_pos, range_cast(y_t, x_t, y_pos)); in range_refine_in_halves()
|
| /linux/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()
|