| /src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
| hgsmi_base.c | 111 * @hot_x: Horizontal position of the hot spot. 119 u32 hot_x, u32 hot_y, u32 width, u32 height, 150 p->hot_X = hot_x;
|
| vboxvideo_guest.h | 37 u32 hot_x, u32 hot_y, u32 width, u32 height,
|
| vbox_mode.c | 439 min_t(u32, max(fb->hot_x, 0), width),
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_cursor.c | 286 int32_t hot_x, 335 hot_x != radeon_crtc->cursor_hot_x || 339 x = radeon_crtc->cursor_x + radeon_crtc->cursor_hot_x - hot_x; 344 radeon_crtc->cursor_hot_x = hot_x;
|
| radeon_mode.h | 874 int32_t hot_x,
|
| /src/sys/external/bsd/drm2/dist/drm/virtio/ |
| virtgpu_plane.c | 283 plane->state->fb ? plane->state->fb->hot_x : 0, 289 output->cursor.hot_x = 290 cpu_to_le32(plane->state->fb->hot_x); 294 output->cursor.hot_x = cpu_to_le32(0);
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_framebuffer.h | 194 * @hot_x: X coordinate of the cursor hotspot. Used by the legacy cursor 198 int hot_x; member in struct:drm_framebuffer
|
| drm_crtc.h | 452 int32_t hot_x, int32_t hot_y);
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_plane.c | 883 fb->hot_x = req->hot_x; 985 req->width, req->height, req->hot_x, req->hot_y); 1021 new_req.hot_x = new_req.hot_y = 0;
|
| /src/sys/dev/pci/ |
| viogpu.h | 156 __le32 hot_x; /* update only */ member in struct:virtio_gpu_update_cursor
|
| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| qxl_display.c | 523 cmd->u.set.position.x = plane->state->crtc_x + fb->hot_x; 640 cursor->header.hot_spot_x = fb->hot_x; 669 cmd->u.position.x = plane->state->crtc_x + fb->hot_x;
|
| /src/sys/arch/arm/broadcom/ |
| bcm283x_platform.c | 605 static int cursor_x = 0, cursor_y = 0, hot_x = 0, hot_y = 0, cursor_on = 0; variable in typeref:typename:int 1102 hot_x = cur->hot.x; 1150 rpi_fb_initcursor(pcursor, hot_x, hot_y);
|
| /src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| drm_mode.h | 612 __s32 hot_x; member in struct:drm_mode_cursor2
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_dce_v10_0.c | 2382 int32_t hot_x, 2429 hot_x != amdgpu_crtc->cursor_hot_x || 2433 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; 2440 amdgpu_crtc->cursor_hot_x = hot_x;
|
| amdgpu_dce_v11_0.c | 2461 int32_t hot_x, 2508 hot_x != amdgpu_crtc->cursor_hot_x || 2512 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; 2519 amdgpu_crtc->cursor_hot_x = hot_x;
|
| amdgpu_dce_v6_0.c | 2277 int32_t hot_x, 2324 hot_x != amdgpu_crtc->cursor_hot_x || 2328 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; 2335 amdgpu_crtc->cursor_hot_x = hot_x;
|
| amdgpu_dce_v8_0.c | 2283 int32_t hot_x, 2330 hot_x != amdgpu_crtc->cursor_hot_x || 2334 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; 2341 amdgpu_crtc->cursor_hot_x = hot_x;
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_kms.c | 396 hotspot_x += plane->state->fb->hot_x;
|