Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
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()
Dradeon_mode.h837 int32_t hot_x,
/drivers/gpu/drm/vboxvideo/
Dhgsmi_base.c118 u32 hot_x, u32 hot_y, u32 width, u32 height, in hgsmi_update_pointer_shape() argument
149 p->hot_X = hot_x; in hgsmi_update_pointer_shape()
Dvboxvideo_guest.h35 u32 hot_x, u32 hot_y, u32 width, u32 height,
Dvbox_mode.c432 min_t(u32, max(fb->hot_x, 0), width), in vbox_cursor_atomic_update()
/drivers/gpu/drm/virtio/
Dvirtgpu_plane.c372 plane->state->fb ? plane->state->fb->hot_x : 0, in virtio_gpu_cursor_plane_update()
378 output->cursor.hot_x = in virtio_gpu_cursor_plane_update()
379 cpu_to_le32(plane->state->fb->hot_x); in virtio_gpu_cursor_plane_update()
383 output->cursor.hot_x = cpu_to_le32(0); in virtio_gpu_cursor_plane_update()
/drivers/gpu/drm/qxl/
Dqxl_display.c513 cmd->u.set.position.x = plane_state->crtc_x + fb->hot_x; in qxl_primary_apply_cursor()
557 cmd->u.position.x = plane_state->crtc_x + fb->hot_x; in qxl_primary_move_cursor()
568 int hot_x, int hot_y) in qxl_create_cursor() argument
598 cursor.header.hot_spot_x = hot_x; in qxl_create_cursor()
854 new_state->fb->hot_x, in qxl_plane_prepare_fb()
/drivers/gpu/drm/hyperv/
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()
/drivers/gpu/drm/
Ddrm_plane.c1050 fb->hot_x = req->hot_x; in drm_mode_cursor_universal()
1152 req->width, req->height, req->hot_x, req->hot_y); in drm_mode_cursor_common()
1188 new_req.hot_x = new_req.hot_y = 0; in drm_mode_cursor_ioctl()
/drivers/video/fbdev/
Dhyperv_fb.c192 u32 hot_x; /* hotspot relative to upper-left of pointer image */ member
359 msg.ptr_shape.hot_x = 0; in synthvid_send_ptr()
/drivers/gpu/drm/amd/amdgpu/
Ddce_v8_0.c2274 int32_t hot_x, in dce_v8_0_crtc_cursor_set2() argument
2321 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v8_0_crtc_cursor_set2()
2325 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v8_0_crtc_cursor_set2()
2332 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v8_0_crtc_cursor_set2()
Ddce_v6_0.c2271 int32_t hot_x, in dce_v6_0_crtc_cursor_set2() argument
2318 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v6_0_crtc_cursor_set2()
2322 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v6_0_crtc_cursor_set2()
2329 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v6_0_crtc_cursor_set2()
Ddce_v10_0.c2373 int32_t hot_x, in dce_v10_0_crtc_cursor_set2() argument
2420 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v10_0_crtc_cursor_set2()
2424 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v10_0_crtc_cursor_set2()
2431 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v10_0_crtc_cursor_set2()
Ddce_v11_0.c2449 int32_t hot_x, in dce_v11_0_crtc_cursor_set2() argument
2496 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v11_0_crtc_cursor_set2()
2500 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v11_0_crtc_cursor_set2()
2507 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v11_0_crtc_cursor_set2()
/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h2149 uint32_t hot_x: 16; member
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c658 hotspot_x += new_state->fb->hot_x; in vmw_du_cursor_plane_atomic_update()