Searched refs:hot_x (Results 1 – 10 of 10) sorted by relevance
281 int32_t hot_x, in radeon_crtc_cursor_set2() argument330 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()
160 __le32 hot_x; /* update only */ member
482 output->cursor.hot_x = in virtio_gpu_cursor_plane_update()487 output->cursor.hot_x = cpu_to_le32(0); in virtio_gpu_cursor_plane_update()
1224 plane->state->hotspot_x = req->hot_x; in drm_mode_cursor_universal()1327 req->width, req->height, req->hot_x, req->hot_y); in drm_mode_cursor_common()1363 new_req.hot_x = new_req.hot_y = 0; in drm_mode_cursor_ioctl()
823 __s32 hot_x; member
594 int hot_x, int hot_y) in qxl_create_cursor() argument624 cursor.header.hot_spot_x = hot_x; in qxl_create_cursor()
2279 int32_t hot_x, in dce_v8_0_crtc_cursor_set2() argument2327 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v8_0_crtc_cursor_set2()2331 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v8_0_crtc_cursor_set2()2338 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v8_0_crtc_cursor_set2()
2333 int32_t hot_x, in dce_v6_0_crtc_cursor_set2() argument2381 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v6_0_crtc_cursor_set2()2385 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v6_0_crtc_cursor_set2()2392 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v6_0_crtc_cursor_set2()
2360 int32_t hot_x, in dce_v10_0_crtc_cursor_set2() argument2408 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v10_0_crtc_cursor_set2()2412 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v10_0_crtc_cursor_set2()2419 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v10_0_crtc_cursor_set2()
4044 uint32_t hot_x: 16; member