Home
last modified time | relevance | path

Searched refs:xoffset (Results 1 - 10 of 10) sorted by relevance

/device/soc/rockchip/common/hardware/rga/include/
H A Ddrmrga.h84 int xoffset; member
163 rect->xoffset = x; in rga_set_rect()
/device/soc/rockchip/rk3399/hardware/rga/include/
H A Ddrmrga.h85 int xoffset; member
165 rect->xoffset = x; in rga_set_rect()
/device/soc/rockchip/rk3568/hardware/rga/include/
H A Ddrmrga.h85 int xoffset; member
165 rect->xoffset = x; in rga_set_rect()
/device/soc/rockchip/rk3588/hardware/rga/include/
H A Ddrmrga.h112 int xoffset; member
219 rect->xoffset = x; in rga_set_rect()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fbdev.c84 offset = fbi->var.xoffset * bytes_per_pixel; in rockchip_drm_fbdev_create()
H A Drockchip_drm_vop2.c1942 * @xoffset: the src x offset of the right win in splice mode, other wise it
1945 static uint32_t vop2_afbc_transform_offset(struct vop2_plane_state *vpstate, int xoffset) in vop2_afbc_transform_offset() argument
1965 act_xoffset += xoffset; in vop2_afbc_transform_offset()
3453 int xoffset; in vop2_cluster_two_win_mode_check() local
3456 xoffset = 0; in vop2_cluster_two_win_mode_check()
3458 xoffset = pstate->src.x1 >> 0x10; in vop2_cluster_two_win_mode_check()
3461 if ((actual_w + xoffset % 0x10) > 0x800) { in vop2_cluster_two_win_mode_check()
3462 DRM_ERROR("%s act_w(%d) + xoffset(%d) / 16 << 2048 in two win mode\n", win->name, actual_w, xoffset); in vop2_cluster_two_win_mode_check()
3474 xoffset in vop2_cluster_two_win_mode_check()
[all...]
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/
H A Dframebuffer_allocator.cpp32 varInfo.xoffset = 0; in SetFdFormatAndVirtualRes()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_RGA_Process.c46 int xoffset; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H A Dhifb_main.c394 return (hi_u32)info->var.xoffset; in hifb_get_xoffset()
456 .xoffset = 0,
478 .xoffset = 0,
500 .xoffset = 0,
522 .xoffset = 0,
3072 var.xoffset = x_offset; in flip_surface_pan_display()
3832 if ((var->xoffset + var->xres > var->xres_virtual) ||
3833 (var->xoffset > var->xres_virtual)) {
3834 hifb_error("the sum of layer%d's xoffset(%d) and xres(%d) should be less than xres_virtual(%d)\n",
3835 layer_id, var->xoffset, va
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c1942 * @xoffset: the src x offset of the right win in splice mode, other wise it
1945 static uint32_t vop2_afbc_transform_offset(struct vop2_plane_state *vpstate, int xoffset) in vop2_afbc_transform_offset() argument
1965 act_xoffset += xoffset; in vop2_afbc_transform_offset()
3454 int xoffset; in vop2_cluster_two_win_mode_check() local
3457 xoffset = 0; in vop2_cluster_two_win_mode_check()
3459 xoffset = pstate->src.x1 >> 16; in vop2_cluster_two_win_mode_check()
3461 if ((actual_w + xoffset % 16) > 2048) { in vop2_cluster_two_win_mode_check()
3462 DRM_ERROR("%s act_w(%d) + xoffset(%d) / 16 << 2048 in two win mode\n", in vop2_cluster_two_win_mode_check()
3463 win->name, actual_w, xoffset); in vop2_cluster_two_win_mode_check()
3476 xoffset in vop2_cluster_two_win_mode_check()
[all...]

Completed in 36 milliseconds