Searched refs:y_pos (Results 1 – 7 of 7) 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/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()
|