| Age | Commit message (Collapse) | Author | 
 | 
Actually make the existing ioctls for adding and removing drawables do
something useful, and add another ioctl for the X server to update drawable
information. The only kind of drawable information tracked so far is cliprects.
(cherry picked from 29598e5253ff5c085ccf63580fd24b84db848424 commit)
 | 
 | 
Change the fence object interface somewhat to allow some more flexibility.
Make list IOCTLS really restartable.
Try to avoid busy-waits in the kernel using immediate return to user-space with an -EAGAIN.
 | 
 | 
Disable the i915 IRQ turnoff for now since it seems to be causing problems.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Conversion functions in drmP.h and xf86drm.c.
 | 
 | 
 | 
 | 
drm ioctls 0x80 - 0xFF.
 | 
 | 
 | 
 | 
 | 
 | 
useless. Remove SIGIO handling functions as they're server-only and
    properly belong in libdri.
 | 
 | 
 | 
 | 
(David Dawes)
 | 
 | 
 | 
 | 
 | 
 | 
- Add $(DESTDIR) for distributors doing package creation
- Remove OS-specific include path from build
- Add /usr/include/drm for driver-kernel API
- Install all of shared-core/*.h in /usr/include/drm
- Rename xf86drm.h to libdrm.h since we're not X biased anymore
- Include backwards compat for xf86drm.h name, with a warning
- Fix libdrm source to account for drm.h living in /usr/include/drm
 | 
 | 
The attached patch adds a new buffer type DRM_FB_BUFFER. It works like AGP
    memory but uses video memory.
From: austinyuan@viatech.com.cn (fd.o bug 1668) Signed-off-by: Dave Airlie
    <airlied@linux.ie>
 | 
 | 
drm_pci_alloc/free for allocating/freeing the memory. Only implemented
    in the Linux DRM so far.
 | 
 | 
Patch by John Dennis <jdennis@redhat.com> which fixes DRI locking bug on
    ia64 architecture.
    https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=104338
    http://bugs.xfree86.org/show_bug.cgi?id=778
 | 
 | 
mesa-solo needs this file to build. XFree86 bug: Reported by: Submitted
    by: Reviewed by: Obtained from:
 |