Displaying 5 results from an estimated 5 matches for "drmmodesetcursor".
2014 Dec 09
0
[Bug 63192] drmModeSetCursor->nouveau_bo_rd32->ioread32 provides high cpu load when using weston drm-compositor
https://bugs.freedesktop.org/show_bug.cgi?id=63192
Pierre Moreau <pierre.morrow at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
Component|DRM/other |Driver/nouveau
Version|DRI git
2019 Feb 14
2
[Bug 109631] New: Moving gbm bo from GART to VRAM does not wait for rendering
...ices.
- create a gbm surface with gbm_surface_create and usage GBM_BO_USE_LINEAR
- create an EGLSurface from the gbm surface with
eglCreatePlatformWindowSurfaceEXT
- render something to it using GLES
- get the resulting buffer using gbm_bo_lock_front_buffer
- attach it to the hardware cursor using drmModeSetCursor
- the cursor is not displayed
During these steps the following things happen in the DRM driver:
- when the surface is made current using eglMakeCurrent a new bo is created in
NOUVEAU_GBM_DOMAIN_GART (due to GBM_BO_USE_LINEAR)
- the rendering operations get queued (and may be flushed with glFlush()...
2016 Oct 28
0
[ANNOUNCE] xorg-server 1.18.99.902
...m()
Mark Kettenis (1):
glamor: Make glamor_sync_init work with --disable-xshmfence
Mark Yao (1):
glamor: spans: fixup wrong count on glDrawArrays
Matthieu Herrb (1):
glamor: Make glamor_name_from_pixmap work without DRI3
Michael Thayer (1):
modesetting: only fall back to drmModeSetCursor() on -EINVAL
Michel Dänzer (4):
test: Use $XSERVER_BUILDDIR for Xvfb executable path
xf86Cursor: Use PRIME master xf86CursorScreenRec::HotX/Y for slaves
xf86Cursor: Take the input lock in xf86Set/MoveCursor
DRI2: Sync radeonsi_pci_ids.h from Mesa
Mihail Konev (4):
xk...
2015 Nov 19
0
[ANNOUNCE] xf86-video-amdgpu 1.0.0
...fo declaration inside USE_GLAMOR in amdgpu_dri3_fd_from_pixmap
dri2: Handle PRIME for source buffer as well in amdgpu_dri2_copy_region2
Rename Option "NoAccel" to "Accel"
PRIME: Don't advertise offload capabilities when acceleration is disabled
Prefer drmModeSetCursor2 over drmModeSetCursor
Skip disabled CRTCs in amdgpu_scanout_(do_)update
Call xf86CrtcRotate from initial drmmode_set_desired_modes call
Add amdgpu_pixmap.h to src/Makefile.am's EXTRA_DIST
Bump version for 1.0.0 release
Piotr Redlewski (2):
Enable/disable CRTCs in...
2015 Nov 12
0
[ANNOUNCE] xf86-video-ati 7.6.0
...inconsistent default eg_tile_split in evergreen_accel.c
Make selection between DRI2 and DRI3 consistent with other drivers. (v2)
Michel Dänzer (78):
Remove duplicate OPTION_PAGE_FLIP entry
PRIME: Don't advertise offload capabilities when acceleration is disabled
Prefer drmModeSetCursor2 over drmModeSetCursor
Require at least xserver 1.8
Move xorg_list backwards compatibility to new radeon_list.h header
Add DRM event queue helpers v2
DRI2: Simplify blit fallback handling for scheduled swaps
DRI2: Remove superfluous assignments to *_info->frame...