]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/libdrm.git/history - linux-core/xgi_misc.c
Use headers copied from kernel instead of shared-core
[glsdk/libdrm.git] / linux-core / xgi_misc.c
2008-08-13 Jesse BarnesMerge branch 'modesetting-101' into modesetting-gem
2008-07-29 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-07-25 Dave AirlieMerge remote branch 'origin/modesetting-101' into modes...
2008-07-25 Dave AirlieMerge remote branch 'origin/modesetting-101' into modes...
2008-07-09 Dave AirlieMerge remote branch 'origin/modesetting-101' into modes...
2008-07-08 martin capitanioxgi: use true/false instead of TRUE/FALSE
2008-07-07 Kristian HøgsbergMerge commit 'origin/drm-gem' into ms-gem
2008-07-07 Kristian HøgsbergUse lowercase bool constants.
2008-01-22 Jesse BarnesMerge branch 'master' into vblank-rework, including...
2007-11-05 Thomas HellstromMerge branch 'master' into modesetting-101
2007-11-05 Dave Airliedrm: remove lots of spurious whitespace.
2007-10-30 Jesse BarnesMerge branch 'master' into vblank-rework, fixup remaini...
2007-10-27 Jerome GlisseMerge branch 'radeon-ttm' of git://people.freedesktop...
2007-10-16 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-10 Ian RomanickFix command list submission on big-endian.
2007-10-05 Dave AirlieMerge branch 'pre-superioctl-branch'
2007-10-03 Ian RomanickFirst round of byte-ordering fixes for PowerPC.
2007-09-24 Jesse BarnesMerge branch 'master' into modesetting-101 - TTM &...
2007-09-19 Eric AnholtMerge branch 'origin' into bo-set-pin
2007-09-06 Ian RomanickMerge branch 'xgi-0-0-2'
2007-08-31 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-08-14 Ian RomanickEliminate unused / useless ioctls.
2007-08-14 Ian RomanickClean up remaining C++ style comments.
2007-08-14 Ian RomanickClean up xgi_(en|dis)able_(mmio|ge) and move to xgi_misc.c.
2007-08-01 Ian RomanickRefactor register dumping code.
2007-07-30 Ian RomanickUse DRM_READ/DRM_WRITE macros instead of directly acces...
2007-07-27 Ian RomanickConvert to new ioctl interface between core DRM and...
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-24 Ian RomanickFix license formatting.
2007-07-19 Ian RomanickInitial pass at converting driver to DRM infrastructure.
2007-07-17 Ian RomanickEliminate several useless ioctls and associated cruft.
2007-07-12 Ian RomanickMerge branch 'master' into xgi-0-0-2
2007-07-10 Ian RomanickConvert occurances of U32 to other types.
2007-07-09 Ian RomanickEliminiate fields in xgi_info that are duplicates of...
2007-07-09 Ian RomanickCorrect types that are shared with user mode.
2007-07-06 Ian RomanickRemove XGI_IOCTL_CPUID and associated cruft.
2007-07-06 Ian RomanickMajor clean up of xgi_ge_irq_handler
2007-07-06 Ian RomanickConvert weird rtdsc usage to get_cycles.
2007-06-30 Ian RomanickConvert a few more U32 variables to more appropriate...
2007-06-30 Ian RomanickConvert xgi_mem_location enum values to less generic...
2007-06-30 Ian RomanickConvert open coded list iterators to either list_for_ea...
2007-06-29 Ian RomanickReplace U(8|16) with u(8|16).
2007-06-29 Ian RomanickReplace BOOL with bool.
2007-06-29 Ian RomanickEliminate structure typedefs
2007-06-26 Ian RomanickClean up warnings about unused variables and functions.
2007-06-26 Ian RomanickClean up mixed declarations and code.
2007-06-26 Ian Romanickdos2unix and Lindent
2007-06-26 Ian RomanickInitial XP10 code drop from XGI.