index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
/
xgi_misc.c
Age
Commit message (
Expand
)
Author
2008-07-07
Use lowercase bool constants.
Kristian Høgsberg
2007-11-05
drm: remove lots of spurious whitespace.
Dave Airlie
2007-10-10
Fix command list submission on big-endian.
Ian Romanick
2007-10-03
First round of byte-ordering fixes for PowerPC.
Ian Romanick
2007-08-14
Eliminate unused / useless ioctls.
Ian Romanick
2007-08-14
Clean up remaining C++ style comments.
Ian Romanick
2007-08-14
Clean up xgi_(en|dis)able_(mmio|ge) and move to xgi_misc.c.
Ian Romanick
2007-07-31
Refactor register dumping code.
Ian Romanick
2007-07-30
Use DRM_READ/DRM_WRITE macros instead of directly accessing MMIO space.
Ian Romanick
2007-07-27
Convert to new ioctl interface between core DRM and device-specific module.
Ian Romanick
2007-07-24
Fix license formatting.
Ian Romanick
2007-07-19
Initial pass at converting driver to DRM infrastructure.
Ian Romanick
2007-07-16
Eliminate several useless ioctls and associated cruft.
Ian Romanick
2007-07-09
Convert occurances of U32 to other types.
Ian Romanick
2007-07-09
Eliminiate fields in xgi_info that are duplicates of fields in pci_dev.
Ian Romanick
2007-07-09
Correct types that are shared with user mode.
Ian Romanick
2007-07-05
Remove XGI_IOCTL_CPUID and associated cruft.
Ian Romanick
2007-07-05
Major clean up of xgi_ge_irq_handler
Ian Romanick
2007-07-05
Convert weird rtdsc usage to get_cycles.
Ian Romanick
2007-06-29
Convert a few more U32 variables to more appropriate, generic types.
Ian Romanick
2007-06-29
Convert xgi_mem_location enum values to less generic names.
Ian Romanick
2007-06-29
Convert open coded list iterators to either list_for_each_entry or list_for_e...
Ian Romanick
2007-06-29
Replace U(8|16) with u(8|16).
Ian Romanick
2007-06-29
Replace BOOL with bool.
Ian Romanick
2007-06-29
Eliminate structure typedefs
Ian Romanick
2007-06-26
Clean up warnings about unused variables and functions.
Ian Romanick
2007-06-26
Clean up mixed declarations and code.
Ian Romanick
2007-06-26
dos2unix and Lindent
Ian Romanick
2007-06-26
Initial XP10 code drop from XGI.
Ian Romanick