/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_cursor.c | 281 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()
|
H A D | radeon_mode.h | 831 int32_t hot_x,
|
/linux/drivers/gpu/drm/vboxvideo/ |
H A D | vboxvideo_guest.h | 35 u32 hot_x, u32 hot_y, u32 width, u32 height,
|
/linux/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_proto.c | 129 u32 hot_x; /* hotspot relative to upper-left of pointer image */ member 340 msg.ptr_shape.hot_x = 0; in hyperv_hide_hw_ptr()
|
/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_plane.c | 429 output->cursor.hot_x = in virtio_gpu_cursor_plane_update() 434 output->cursor.hot_x = cpu_to_le32(0); in virtio_gpu_cursor_plane_update()
|
/linux/include/uapi/linux/ |
H A D | virtio_gpu.h | 160 __le32 hot_x; /* update only */ member
|
/linux/include/drm/ |
H A D | drm_crtc.h | 460 int32_t hot_x, int32_t hot_y);
|
/linux/drivers/gpu/drm/ |
H A D | drm_plane.c | 1197 plane->state->hotspot_x = req->hot_x; in drm_mode_cursor_universal() 1300 req->width, req->height, req->hot_x, req->hot_y); in drm_mode_cursor_common() 1336 new_req.hot_x = new_req.hot_y = 0; in drm_mode_cursor_ioctl()
|
/linux/include/uapi/drm/ |
H A D | drm_mode.h | 822 __s32 hot_x; member
|
/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_display.c | 569 int hot_x, int hot_y) in qxl_create_cursor() argument 599 cursor.header.hot_spot_x = hot_x; in qxl_create_cursor()
|
/linux/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 191 u32 hot_x; /* hotspot relative to upper-left of pointer image */ member 360 msg.ptr_shape.hot_x = 0; in synthvid_send_ptr()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | dce_v8_0.c | 2290 int32_t hot_x, in dce_v8_0_crtc_cursor_set2() argument 2338 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v8_0_crtc_cursor_set2() 2342 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v8_0_crtc_cursor_set2() 2349 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v8_0_crtc_cursor_set2()
|
H A D | dce_v6_0.c | 2291 int32_t hot_x, in dce_v6_0_crtc_cursor_set2() argument 2339 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v6_0_crtc_cursor_set2() 2343 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v6_0_crtc_cursor_set2() 2350 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v6_0_crtc_cursor_set2()
|
H A D | dce_v10_0.c | 2371 int32_t hot_x, in dce_v10_0_crtc_cursor_set2() argument 2419 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v10_0_crtc_cursor_set2() 2423 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v10_0_crtc_cursor_set2() 2430 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v10_0_crtc_cursor_set2()
|
H A D | dce_v11_0.c | 2455 int32_t hot_x, in dce_v11_0_crtc_cursor_set2() argument 2503 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v11_0_crtc_cursor_set2() 2507 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v11_0_crtc_cursor_set2() 2514 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v11_0_crtc_cursor_set2()
|
/linux/drivers/gpu/drm/amd/display/dmub/inc/ |
H A D | dmub_cmd.h | 3377 uint32_t hot_x: 16; member
|