drm/libdrm
Kristian Høgsberg b0b96636db Add support for vblank events
The kernel will now write data to the DRM fd for various event types if
requested.  Currently, the only supported event is a vblank event: it contains
the vblank count for the event as well as a timestamp from when the event
ocurred.  Since the DRM fd is now pollable, it's easy to integrate into
existing event loops.
2009-10-29 17:14:09 -07:00
..
intel intel: Only call clock_gettime once per unreference_final. 2009-10-20 14:24:44 -07:00
nouveau nouveau: retry if pushbuf ioctl interrupted by signal 2009-10-20 12:57:46 +10:00
radeon libdrm_radeon: Zero-initialize structures to silence valgrind warnings 2009-10-03 13:46:10 +02:00
ChangeLog Avoid walking off the end of the hash table. (Coverity report #465) 2006-03-15 01:02:54 +00:00
Makefile.am intel: Add a configure option to *disable* building libdrm-intel 2009-10-03 22:58:25 +01:00
TODO Formatting cleanup, dead code removal. Remove N() namespacing macro, 2006-02-20 23:09:00 +00:00
libdrm_lists.h intel: Add a new bufmgr alloc function to get BOs ready for rendering to. 2009-02-21 09:57:06 -08:00
xf86drm.c libdrm: Make chown check for return value 2009-07-06 14:17:05 -07:00
xf86drm.h Add support for vblank events 2009-10-29 17:14:09 -07:00
xf86drmHash.c drm: remove drm_u64_t, replace with uint64_t everwhere 2007-07-18 09:42:06 +10:00
xf86drmMode.c Add support for vblank events 2009-10-29 17:14:09 -07:00
xf86drmMode.h mode: Make xfdrmMode.[c|h] not depend on drm_mode.h 2009-02-11 17:11:00 +01:00
xf86drmRandom.c drm: remove drm_u64_t, replace with uint64_t everwhere 2007-07-18 09:42:06 +10:00
xf86drmSL.c drm: remove drm_u64_t, replace with uint64_t everwhere 2007-07-18 09:42:06 +10:00
xf86mm.h Fix and hook up bufmgr code to the build. 2008-06-03 14:44:53 -07:00