FreeBSD Bugzilla – Attachment 213384 Details for
Bug 237642
x11-drivers/xf86-video-ati: Upgrade from 18.1.0 to 19.0.0 results in invisible mouse pointer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
files/patch-src_drmmode__display.c
patch-src_drmmode__display.c (text/plain), 702 bytes, created by
Alexey Dokuchaev
on 2020-04-14 07:14:06 UTC
(
hide
)
Description:
files/patch-src_drmmode__display.c
Filename:
MIME Type:
Creator:
Alexey Dokuchaev
Created:
2020-04-14 07:14:06 UTC
Size:
702 bytes
patch
obsolete
>--- src/drmmode_display.c.orig 2019-10-15 16:16:29 UTC >+++ src/drmmode_display.c >@@ -1274,14 +1274,16 @@ drmmode_show_cursor (xf86CrtcPtr crtc) > arg.hot_x = xhot; > arg.hot_y = yhot; > >- ret = drmIoctl(pRADEONEnt->fd, DRM_IOCTL_MODE_CURSOR2, &arg); >+ ret = drmModeSetCursor2(pRADEONEnt->fd, arg.crtc_id, arg.handle, >+ info->cursor_w, info->cursor_h, xhot, yhot); > if (ret == -EINVAL) > use_set_cursor2 = FALSE; > else > return; > } > >- drmIoctl(pRADEONEnt->fd, DRM_IOCTL_MODE_CURSOR, &arg); >+ drmModeSetCursor(pRADEONEnt->fd, arg.crtc_id, arg.handle, >+ info->cursor_w, info->cursor_h); > } > > /* Xorg expects a non-NULL return value from drmmode_crtc_shadow_allocate, and
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 237642
:
211884
|
213384
|
213392