Searched refs:hot_x (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_cursor.c | 255 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()
|
D | radeon_mode.h | 876 int32_t hot_x,
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_display.c | 62 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/ |
D | virtio_gpu.h | 113 __le32 hot_x; /* update only */ member
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_display.c | 304 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/ |
D | vmwgfx_kms.h | 200 int32_t hot_x, int32_t hot_y);
|
D | vmwgfx_kms.c | 142 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/ |
D | drm_mode.h | 476 __s32 hot_x; member
|
/linux-4.4.14/drivers/video/fbdev/ |
D | hyperv_fb.c | 162 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/ |
D | dce_v8_0.c | 2471 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()
|
D | dce_v11_0.c | 2548 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()
|
D | dce_v10_0.c | 2559 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/ |
D | drm_crtc.h | 354 int32_t hot_x, int32_t hot_y);
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_crtc.c | 2912 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()
|