aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: remove lots of spurious whitespace.Dave Airlie2007-11-041-7/+7
* Eliminate trailing whitespace from last commit.Ian Romanick2007-10-101-2/+2
* Fix command list submission on big-endian.Ian Romanick2007-10-101-25/+5
* Use 'ifdef __BIG_ENDIAN' instead of 'if __BIG_ENDIAN'Ian Romanick2007-10-031-1/+1
* First round of byte-ordering fixes for PowerPC.Ian Romanick2007-10-031-11/+35
* Remove unnecessary include.Ian Romanick2007-08-171-1/+0
* Implement fence support.Ian Romanick2007-08-151-16/+60
* Move dwWriteReg to xgi_cmdlist.c, the only file where it is used.Ian Romanick2007-08-141-0/+14
* Associate master file pointer with command list buffer.Ian Romanick2007-08-091-9/+4
* Unify infrastructure for freeing on-card / GART memory.Ian Romanick2007-08-061-1/+3
* Unify infrastructure for allocating (not yet freeing) on-card / GART memory.Ian Romanick2007-08-061-1/+2
* Eliminate allocation "owner" usage.Ian Romanick2007-08-061-1/+0
* Fix GE shut-down sequence.Ian Romanick2007-07-301-22/+42
* Convert to new ioctl interface between core DRM and device-specific module.Ian Romanick2007-07-271-26/+10
* Eliminate use of DRM_ERR.Ian Romanick2007-07-261-2/+2
* Fix typo on previous commit. Sigh...Ian Romanick2007-07-241-1/+1
* Pass correct offset to xgi_find_pcie_virt.Ian Romanick2007-07-241-1/+1
* Fix license formatting.Ian Romanick2007-07-241-24/+22
* Minor log message clean up.Ian Romanick2007-07-231-8/+5
* Remove some extraneous debug messages.Ian Romanick2007-07-211-5/+0
* Rename and document fields of xgi_cmdring_info.Ian Romanick2007-07-211-40/+31
* Make s_cmdring a field in the xgi_info structure instead of a global.Ian Romanick2007-07-211-28/+26
* Clean up xgi_cmd_info and associated code.Ian Romanick2007-07-211-21/+15
* Clean up flush command generation in addFlush2D.Ian Romanick2007-07-201-5/+3
* Clean up generation of begin commands in xgi_submit_cmdlistIan Romanick2007-07-201-31/+18
* Change handling of begin types slightly.Ian Romanick2007-07-201-24/+30
* Fix error handing related to xgi_cmdlist_initialize.Ian Romanick2007-07-191-5/+5
* Debug message and comment clean up in xgi_submit_cmdlist.Ian Romanick2007-07-191-20/+5
* Initial pass at converting driver to DRM infrastructure.Ian Romanick2007-07-191-32/+67
* Massive log message clean up in xgi_submit_cmdlist.Ian Romanick2007-07-161-85/+14
* Convert occurances of U32 to other types.Ian Romanick2007-07-091-11/+9
* Correct types that are shared with user mode.Ian Romanick2007-07-091-2/+4
* Merge xgi_mem_req and xgi_mem_alloc into a single type.Ian Romanick2007-07-091-5/+5
* Convert a few more U32 variables to more appropriate, generic types.Ian Romanick2007-06-291-7/+7
* Stop-gap fix in xgi_submit_cmdlistIan Romanick2007-06-291-11/+18
* Delete unused arrays s_emptyBegin and s_flush2D.Ian Romanick2007-06-291-14/+0
* Eliminate structure typedefsIan Romanick2007-06-291-13/+13
* Clean up mixed declarations and code.Ian Romanick2007-06-261-1/+2
* dos2unix and LindentIan Romanick2007-06-261-348/+357
* Initial XP10 code drop from XGI.Ian Romanick2007-06-261-0/+348