Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_cursor.c255 int32_t hot_x, in radeon_crtc_cursor_set2() argument
305 if (hot_x != radeon_crtc->cursor_hot_x || in radeon_crtc_cursor_set2()
309 x = radeon_crtc->cursor_x + radeon_crtc->cursor_hot_x - hot_x; in radeon_crtc_cursor_set2()
314 radeon_crtc->cursor_hot_x = hot_x; in radeon_crtc_cursor_set2()
Dradeon_mode.h876 int32_t hot_x,
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_display.c62 int32_t hot_x, int32_t hot_y) in virtio_gpu_crtc_cursor_set() argument
104 output->cursor.hot_x = cpu_to_le32(hot_x); in virtio_gpu_crtc_cursor_set()
/linux-4.4.14/include/uapi/linux/
Dvirtio_gpu.h113 __le32 hot_x; /* update only */ member
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_display.c304 uint32_t height, int32_t hot_x, int32_t hot_y) in qxl_crtc_cursor_set2() argument
365 cursor->header.hot_spot_x = hot_x; in qxl_crtc_cursor_set2()
378 qcrtc->cur_x += qcrtc->hot_spot_x - hot_x; in qxl_crtc_cursor_set2()
380 qcrtc->hot_spot_x = hot_x; in qxl_crtc_cursor_set2()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.h200 int32_t hot_x, int32_t hot_y);
Dvmwgfx_kms.c142 int32_t hot_x, int32_t hot_y) in vmw_du_crtc_cursor_set2() argument
160 hotspot_x = hot_x + du->hotspot_x; in vmw_du_crtc_cursor_set2()
222 du->core_hotspot_x = hot_x; in vmw_du_crtc_cursor_set2()
/linux-4.4.14/include/uapi/drm/
Ddrm_mode.h476 __s32 hot_x; member
/linux-4.4.14/drivers/video/fbdev/
Dhyperv_fb.c162 u32 hot_x; /* hotspot relative to upper-left of pointer image */ member
312 msg.ptr_shape.hot_x = 0; in synthvid_send_ptr()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Ddce_v8_0.c2471 int32_t hot_x, in dce_v8_0_crtc_cursor_set2() argument
2518 if (hot_x != amdgpu_crtc->cursor_hot_x || in dce_v8_0_crtc_cursor_set2()
2522 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v8_0_crtc_cursor_set2()
2527 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v8_0_crtc_cursor_set2()
Ddce_v11_0.c2548 int32_t hot_x, in dce_v11_0_crtc_cursor_set2() argument
2595 if (hot_x != amdgpu_crtc->cursor_hot_x || in dce_v11_0_crtc_cursor_set2()
2599 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v11_0_crtc_cursor_set2()
2604 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v11_0_crtc_cursor_set2()
Ddce_v10_0.c2559 int32_t hot_x, in dce_v10_0_crtc_cursor_set2() argument
2606 if (hot_x != amdgpu_crtc->cursor_hot_x || in dce_v10_0_crtc_cursor_set2()
2610 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v10_0_crtc_cursor_set2()
2615 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v10_0_crtc_cursor_set2()
/linux-4.4.14/include/drm/
Ddrm_crtc.h354 int32_t hot_x, int32_t hot_y);
/linux-4.4.14/drivers/gpu/drm/
Ddrm_crtc.c2912 req->width, req->height, req->hot_x, req->hot_y); in drm_mode_cursor_common()
2954 new_req.hot_x = new_req.hot_y = 0; in drm_mode_cursor_ioctl()