Home
last modified time | relevance | path

Searched refs:hot_x (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A DCVE-2021-4206.patch45 c->hot_x = cursor->header.hot_spot_x;
58 qc->hot_x = c->hot_x;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_cursor.c281 int32_t hot_x, in radeon_crtc_cursor_set2() argument
330 hot_x != radeon_crtc->cursor_hot_x || in radeon_crtc_cursor_set2()
334 x = radeon_crtc->cursor_x + radeon_crtc->cursor_hot_x - hot_x; in radeon_crtc_cursor_set2()
339 radeon_crtc->cursor_hot_x = hot_x; in radeon_crtc_cursor_set2()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c325 plane->state->fb ? plane->state->fb->hot_x : 0, in virtio_gpu_cursor_plane_update()
331 output->cursor.hot_x = in virtio_gpu_cursor_plane_update()
332 cpu_to_le32(plane->state->fb->hot_x); in virtio_gpu_cursor_plane_update()
336 output->cursor.hot_x = 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
85 hot_x = src->bits->xhot; 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.c119 int hot_x; member
805 x = cursor_state->x + cursor_state->hot_x - cursor_state->hot_x * scale_x; in drm_crtc_update_offsets()
1155 int hot_x, int hot_y) in drm_set_cursor() argument
1195 cursor_next->hot_x = hot_x; 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/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
145 p->hot_X = hot_x; in hgsmi_update_pointer_shape()
H A Dvboxvideo_guest.h35 u32 hot_x, u32 hot_y, u32 width, u32 height,
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_framebuffer.h196 int hot_x; 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.c888 fb->hot_x = req->hot_x; 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.h113 __le32 hot_x; /* 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.h113 __le32 hot_x; /* update only */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvirtio_gpu.h130 __le32 hot_x; /* update only */ member
/OK3568_Linux_fs/external/mpp/osal/linux/
H A Ddrm_mode.h448 __s32 hot_x; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/
H A Dqxl_display.c508 cmd->u.set.position.x = plane->state->crtc_x + fb->hot_x; in qxl_primary_apply_cursor()
625 cursor->header.hot_spot_x = fb->hot_x; in qxl_cursor_atomic_update()
654 cmd->u.position.x = plane->state->crtc_x + fb->hot_x; 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.h601 __s32 hot_x; 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.h601 __s32 hot_x; member
/OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/
H A Ddrm_mode.h615 __s32 hot_x; 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.h615 __s32 hot_x; member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Ddrm_mode.h600 __s32 hot_x; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Ddrm_mode.h600 __s32 hot_x; member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/
H A Ddrm_mode.h703 __s32 hot_x; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Ddrm_mode.h600 __s32 hot_x; member

12