Home
last modified time | relevance | path

Searched refs:hot_x (Results 1 – 10 of 10) 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()
/linux/include/uapi/linux/
H A Dvirtio_gpu.h160 __le32 hot_x; /* update only */ member
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c482 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()
/linux/drivers/gpu/drm/
H A Ddrm_plane.c1224 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()
/linux/include/uapi/drm/
H A Ddrm_mode.h823 __s32 hot_x; member
/linux/drivers/gpu/drm/qxl/
H A Dqxl_display.c594 int hot_x, int hot_y) in qxl_create_cursor() argument
624 cursor.header.hot_spot_x = hot_x; in qxl_create_cursor()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v8_0.c2279 int32_t hot_x, in dce_v8_0_crtc_cursor_set2() argument
2327 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()
H A Ddce_v6_0.c2333 int32_t hot_x, in dce_v6_0_crtc_cursor_set2() argument
2381 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()
H A Ddce_v10_0.c2360 int32_t hot_x, in dce_v10_0_crtc_cursor_set2() argument
2408 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()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h4044 uint32_t hot_x: 16; member