Searched refs:hot_y (Results 1 – 14 of 14) sorted by relevance
256 int32_t hot_y) in radeon_crtc_cursor_set2() argument306 hot_y != radeon_crtc->cursor_hot_y) { in radeon_crtc_cursor_set2()310 y = radeon_crtc->cursor_y + radeon_crtc->cursor_hot_y - hot_y; in radeon_crtc_cursor_set2()315 radeon_crtc->cursor_hot_y = hot_y; in radeon_crtc_cursor_set2()
877 int32_t hot_y);
62 int32_t hot_x, int32_t hot_y) in virtio_gpu_crtc_cursor_set() argument105 output->cursor.hot_y = cpu_to_le32(hot_y); in virtio_gpu_crtc_cursor_set()
114 __le32 hot_y; /* update only */ member
304 uint32_t height, int32_t hot_x, int32_t hot_y) in qxl_crtc_cursor_set2() argument366 cursor->header.hot_spot_y = hot_y; in qxl_crtc_cursor_set2()379 qcrtc->cur_y += qcrtc->hot_spot_y - hot_y; in qxl_crtc_cursor_set2()381 qcrtc->hot_spot_y = hot_y; in qxl_crtc_cursor_set2()
200 int32_t hot_x, int32_t hot_y);
142 int32_t hot_x, int32_t hot_y) in vmw_du_crtc_cursor_set2() argument161 hotspot_y = hot_y + du->hotspot_y; in vmw_du_crtc_cursor_set2()223 du->core_hotspot_y = hot_y; in vmw_du_crtc_cursor_set2()
477 __s32 hot_y; member
163 u32 hot_y; member313 msg.ptr_shape.hot_y = 0; in synthvid_send_ptr()
2472 int32_t hot_y) in dce_v8_0_crtc_cursor_set2() argument2519 hot_y != amdgpu_crtc->cursor_hot_y) { in dce_v8_0_crtc_cursor_set2()2523 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y; in dce_v8_0_crtc_cursor_set2()2528 amdgpu_crtc->cursor_hot_y = hot_y; in dce_v8_0_crtc_cursor_set2()
2549 int32_t hot_y) in dce_v11_0_crtc_cursor_set2() argument2596 hot_y != amdgpu_crtc->cursor_hot_y) { in dce_v11_0_crtc_cursor_set2()2600 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y; in dce_v11_0_crtc_cursor_set2()2605 amdgpu_crtc->cursor_hot_y = hot_y; in dce_v11_0_crtc_cursor_set2()
2560 int32_t hot_y) in dce_v10_0_crtc_cursor_set2() argument2607 hot_y != amdgpu_crtc->cursor_hot_y) { in dce_v10_0_crtc_cursor_set2()2611 y = amdgpu_crtc->cursor_y + amdgpu_crtc->cursor_hot_y - hot_y; in dce_v10_0_crtc_cursor_set2()2616 amdgpu_crtc->cursor_hot_y = hot_y; in dce_v10_0_crtc_cursor_set2()
354 int32_t hot_x, int32_t hot_y);
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()