Home
last modified time | relevance | path

Searched refs:hot_y (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vboxvideo/
H A Dhgsmi_base.c114 u32 hot_x, u32 hot_y, u32 width, u32 height, in hgsmi_update_pointer_shape() argument
146 p->hot_y = hot_y; in hgsmi_update_pointer_shape()
H A Dvboxvideo_guest.h35 u32 hot_x, u32 hot_y, u32 width, u32 height,
H A Dvboxvideo.h323 u32 hot_y; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A DCVE-2021-4206.patch46 c->hot_y = cursor->header.hot_spot_y;
59 qc->hot_y = c->hot_y;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_cursor.c282 int32_t hot_y) in radeon_crtc_cursor_set2() argument
331 hot_y != radeon_crtc->cursor_hot_y) { in radeon_crtc_cursor_set2()
335 y = radeon_crtc->cursor_y + radeon_crtc->cursor_hot_y - hot_y; in radeon_crtc_cursor_set2()
340 radeon_crtc->cursor_hot_y = hot_y; in radeon_crtc_cursor_set2()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c326 plane->state->fb ? plane->state->fb->hot_y : 0); in virtio_gpu_cursor_plane_update()
333 output->cursor.hot_y = in virtio_gpu_cursor_plane_update()
334 cpu_to_le32(plane->state->fb->hot_y); in virtio_gpu_cursor_plane_update()
337 output->cursor.hot_y = cpu_to_le32(0); in virtio_gpu_cursor_plane_update()
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprCursor.c73 int hot_x, hot_y; in load_cursor() local
86 hot_y = src->bits->yhot; in load_cursor()
177 err = xp_set_cursor(width, height, hot_x, hot_y, data, rowbytes); in load_cursor()
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_cursor.c120 int hot_y; member
806 y = cursor_state->y + cursor_state->hot_y - cursor_state->hot_y * scale_y; in drm_crtc_update_offsets()
1155 int hot_x, int hot_y) in drm_set_cursor() argument
1196 cursor_next->hot_y = hot_y; in drm_set_cursor()
1270 int32_t hot_x, int32_t hot_y) in drmModeSetCursor2() argument
1276 fd, crtcId, bo_handle, width, height, hot_x, hot_y); in drmModeSetCursor2()
1277 return drm_set_cursor(fd, crtcId, bo_handle, width, height, hot_x, hot_y); in drmModeSetCursor2()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_framebuffer.h202 int hot_y; member
H A Ddrm_crtc.h467 int32_t hot_x, int32_t hot_y);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_plane.c889 fb->hot_y = req->hot_y; in drm_mode_cursor_universal()
990 req->width, req->height, req->hot_x, req->hot_y); in drm_mode_cursor_common()
1026 new_req.hot_x = new_req.hot_y = 0; in drm_mode_cursor_ioctl()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvirtio_gpu.h114 __le32 hot_y; /* update only */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvirtio_gpu.h114 __le32 hot_y; /* update only */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvirtio_gpu.h131 __le32 hot_y; /* update only */ member
/OK3568_Linux_fs/external/mpp/osal/linux/
H A Ddrm_mode.h449 __s32 hot_y; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_display.c509 cmd->u.set.position.y = plane->state->crtc_y + fb->hot_y; in qxl_primary_apply_cursor()
626 cursor->header.hot_spot_y = fb->hot_y; in qxl_cursor_atomic_update()
655 cmd->u.position.y = plane->state->crtc_y + fb->hot_y; in qxl_cursor_atomic_update()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Ddrm_mode.h602 __s32 hot_y; member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86drmMode.h345 …int32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height, int32_t hot_x, int32_t hot_y);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Ddrm_mode.h602 __s32 hot_y; member
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm_mode.h616 __s32 hot_y; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Dxf86drmMode.h420 …int32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height, int32_t hot_x, int32_t hot_y);
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Ddrm_mode.h616 __s32 hot_y; member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm_mode.h601 __s32 hot_y; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm_mode.h601 __s32 hot_y; member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm_mode.h704 __s32 hot_y; member

12