hot_x            2359 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 				      int32_t hot_x,
hot_x            2406 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	    hot_x != amdgpu_crtc->cursor_hot_x ||
hot_x            2410 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 		x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x;
hot_x            2417 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 		amdgpu_crtc->cursor_hot_x = hot_x;
hot_x            2438 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 				      int32_t hot_x,
hot_x            2485 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	    hot_x != amdgpu_crtc->cursor_hot_x ||
hot_x            2489 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 		x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x;
hot_x            2496 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 		amdgpu_crtc->cursor_hot_x = hot_x;
hot_x            2252 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 				     int32_t hot_x,
hot_x            2299 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	    hot_x != amdgpu_crtc->cursor_hot_x ||
hot_x            2303 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x;
hot_x            2310 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 		amdgpu_crtc->cursor_hot_x = hot_x;
hot_x            2260 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 				     int32_t hot_x,
hot_x            2307 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	    hot_x != amdgpu_crtc->cursor_hot_x ||
hot_x            2311 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 		x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x;
hot_x            2318 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 		amdgpu_crtc->cursor_hot_x = hot_x;
hot_x             878 drivers/gpu/drm/drm_plane.c 			fb->hot_x = req->hot_x;
hot_x             980 drivers/gpu/drm/drm_plane.c 						      req->width, req->height, req->hot_x, req->hot_y);
hot_x            1016 drivers/gpu/drm/drm_plane.c 	new_req.hot_x = new_req.hot_y = 0;
hot_x             518 drivers/gpu/drm/qxl/qxl_display.c 	cmd->u.set.position.x = plane->state->crtc_x + fb->hot_x;
hot_x             635 drivers/gpu/drm/qxl/qxl_display.c 		cursor->header.hot_spot_x = fb->hot_x;
hot_x             664 drivers/gpu/drm/qxl/qxl_display.c 	cmd->u.position.x = plane->state->crtc_x + fb->hot_x;
hot_x             281 drivers/gpu/drm/radeon/radeon_cursor.c 			    int32_t hot_x,
hot_x             330 drivers/gpu/drm/radeon/radeon_cursor.c 	    hot_x != radeon_crtc->cursor_hot_x ||
hot_x             334 drivers/gpu/drm/radeon/radeon_cursor.c 		x = radeon_crtc->cursor_x + radeon_crtc->cursor_hot_x - hot_x;
hot_x             339 drivers/gpu/drm/radeon/radeon_cursor.c 		radeon_crtc->cursor_hot_x = hot_x;
hot_x             873 drivers/gpu/drm/radeon/radeon_mode.h 				   int32_t hot_x,
hot_x             114 drivers/gpu/drm/vboxvideo/hgsmi_base.c 			       u32 hot_x, u32 hot_y, u32 width, u32 height,
hot_x             145 drivers/gpu/drm/vboxvideo/hgsmi_base.c 	p->hot_X = hot_x;
hot_x             430 drivers/gpu/drm/vboxvideo/vbox_mode.c 				   min_t(u32, max(fb->hot_x, 0), width),
hot_x              35 drivers/gpu/drm/vboxvideo/vboxvideo_guest.h 			       u32 hot_x, u32 hot_y, u32 width, u32 height,
hot_x             228 drivers/gpu/drm/virtio/virtgpu_plane.c 			  plane->state->fb ? plane->state->fb->hot_x : 0,
hot_x             234 drivers/gpu/drm/virtio/virtgpu_plane.c 			output->cursor.hot_x =
hot_x             235 drivers/gpu/drm/virtio/virtgpu_plane.c 				cpu_to_le32(plane->state->fb->hot_x);
hot_x             239 drivers/gpu/drm/virtio/virtgpu_plane.c 			output->cursor.hot_x = cpu_to_le32(0);
hot_x             391 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 		hotspot_x += plane->state->fb->hot_x;
hot_x             153 drivers/video/fbdev/hyperv_fb.c 	u32 hot_x; /* hotspot relative to upper-left of pointer image */
hot_x             303 drivers/video/fbdev/hyperv_fb.c 	msg.ptr_shape.hot_x = 0;
hot_x             448 include/drm/drm_crtc.h 			   int32_t hot_x, int32_t hot_y);
hot_x             196 include/drm/drm_framebuffer.h 	int hot_x;
hot_x             610 include/uapi/drm/drm_mode.h 	__s32 hot_x;
hot_x             124 include/uapi/linux/virtio_gpu.h 	__le32 hot_x;                 /* update only */