Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gvt/
H A Ddmabuf.c308 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 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()
/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c355 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 Dimx-ipu-v3.h334 int ipu_dp_set_window_pos(struct ipu_dp *, u16 x_pos, u16 y_pos);
/linux/samples/vfio-mdev/
H A Dmdpy.c511 plane->y_pos = 0; in mdpy_query_gfx_plane()
H A Dmbochs.c1120 plane->y_pos = 0; in mbochs_query_gfx_plane()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c459 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()