Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-23 | Rename DRM_NODE_RENDER to DRM_NODE_PRIMARY | Frank Binns | |
Now that there are render nodes it doesn't seem appropriate for the type of the card nodes to be DRM_NODE_RENDER. For this reason, rename this type to DRM_NODE_PRIMARY as this name better represents the purpose of these nodes. Signed-off-by: Frank Binns <frank.binns@imgtec.com> Reviewed-by: Rob Clark <robdclark@gmail.com> | |||
2014-09-28 | more compile fix | Rob Clark | |
Signed-off-by: Rob Clark <robdclark@gmail.com> | |||
2010-02-04 | Tidy up compile warnings by cleaning up types. | Matthew W. S. Bell | |
2008-12-17 | libdrm: add mode setting files | Jesse Barnes | |
Add mode setting files to libdrm, including xf86drmMode.* and the new drm_mode.h header. Also add a couple of tests to sanity check the kernel interfaces and update code to support them. | |||
2008-12-10 | Revert "Merge branch 'modesetting-gem'" | Jesse Barnes | |
This reverts commit 6656db10551bbb8770dd945b6d81d5138521f208. We really just want the libdrm and ioctl bits, not all the driver stuff. | |||
2008-01-09 | add internals for opening a control node | Dave Airlie | |
2005-02-18 | Bug #2567: Fix reversed memset arguments. (David Krause) | Adam Jackson | |
2004-10-10 | Make the test programs build | Jon Smirl | |
2004-08-31 | Apply patch from Bryan Stine bugzilla #1227 | Dave Airlie | |
2003-04-24 | Minor cleanups for dri/drmstat test progs (Both still need targets for new | Leif Delgass | |
Makefile) | |||
2003-04-24 | Remove #if 0'd code and some unused string functions | Keith Whitwell | |
2001-02-28 | Implement drmOpen* without /proc dependence (Fallback to /proc is included | Rik Faith | |
for backward compatibility.) Move statistic-gathering drm* calls from dristat.c to xf86drm.c | |||
2001-02-15 | Merge mga-1-0-0-branch into trunk. | Gareth Hughes | |