Home
last modified time | relevance | path

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

/linux/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()
H A Dradeon_mode.h831 int32_t hot_x,
/linux/drivers/gpu/drm/vboxvideo/
H A Dvboxvideo_guest.h35 u32 hot_x, u32 hot_y, u32 width, u32 height,
/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c129 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 Dvirtgpu_plane.c429 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 Dvirtio_gpu.h160 __le32 hot_x; /* update only */ member
/linux/include/drm/
H A Ddrm_crtc.h460 int32_t hot_x, int32_t hot_y);
/linux/drivers/gpu/drm/
H A Ddrm_plane.c1197 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 Ddrm_mode.h822 __s32 hot_x; member
/linux/drivers/gpu/drm/qxl/
H A Dqxl_display.c569 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 Dhyperv_fb.c191 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 Ddce_v8_0.c2290 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 Ddce_v6_0.c2291 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 Ddce_v10_0.c2371 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 Ddce_v11_0.c2455 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 Ddmub_cmd.h3377 uint32_t hot_x: 16; member