summaryrefslogtreecommitdiff
path: root/linux-core/xgi_cmdlist.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-22drm: Strip old ttm.Thomas Hellstrom1-3/+0
2008-07-08xgi: use true/false instead of TRUE/FALSEmartin capitanio1-3/+3
2008-06-10xgixp: Remove dependency on TTM fencesIan Romanick1-0/+2
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-7/+7
2007-10-10Eliminate trailing whitespace from last commit.Ian Romanick1-2/+2
2007-10-10Fix command list submission on big-endian.Ian Romanick1-25/+5
2007-10-03Use 'ifdef __BIG_ENDIAN' instead of 'if __BIG_ENDIAN'Ian Romanick1-1/+1
2007-10-03First round of byte-ordering fixes for PowerPC.Ian Romanick1-11/+35
2007-08-17Remove unnecessary include.Ian Romanick1-1/+0
2007-08-15Implement fence support.Ian Romanick1-16/+60
2007-08-14Move dwWriteReg to xgi_cmdlist.c, the only file where it is used.Ian Romanick1-0/+14
2007-08-09Associate master file pointer with command list buffer.Ian Romanick1-9/+4
2007-08-06Unify infrastructure for freeing on-card / GART memory.Ian Romanick1-1/+3
2007-08-06Unify infrastructure for allocating (not yet freeing) on-card / GART memory.Ian Romanick1-1/+2
2007-08-06Eliminate allocation "owner" usage.Ian Romanick1-1/+0
2007-07-30Fix GE shut-down sequence.Ian Romanick1-22/+42
2007-07-27Convert to new ioctl interface between core DRM and device-specific module.Ian Romanick1-26/+10
2007-07-26Eliminate use of DRM_ERR.Ian Romanick1-2/+2
2007-07-24Fix typo on previous commit. Sigh...Ian Romanick1-1/+1
2007-07-24Pass correct offset to xgi_find_pcie_virt.Ian Romanick1-1/+1
2007-07-24Fix license formatting.Ian Romanick1-24/+22
2007-07-23Minor log message clean up.Ian Romanick1-8/+5
2007-07-21Remove some extraneous debug messages.Ian Romanick1-5/+0
2007-07-21Rename and document fields of xgi_cmdring_info.Ian Romanick1-40/+31
2007-07-21Make s_cmdring a field in the xgi_info structure instead of a global.Ian Romanick1-28/+26
2007-07-21Clean up xgi_cmd_info and associated code.Ian Romanick1-21/+15
2007-07-20Clean up flush command generation in addFlush2D.Ian Romanick1-5/+3
2007-07-20Clean up generation of begin commands in xgi_submit_cmdlistIan Romanick1-31/+18
2007-07-20Change handling of begin types slightly.Ian Romanick1-24/+30
2007-07-19Fix error handing related to xgi_cmdlist_initialize.Ian Romanick1-5/+5
2007-07-19Debug message and comment clean up in xgi_submit_cmdlist.Ian Romanick1-20/+5
2007-07-19Initial pass at converting driver to DRM infrastructure.Ian Romanick1-32/+67
2007-07-16Massive log message clean up in xgi_submit_cmdlist.Ian Romanick1-85/+14
2007-07-09Convert occurances of U32 to other types.Ian Romanick1-11/+9
2007-07-09Correct types that are shared with user mode.Ian Romanick1-2/+4
2007-07-09Merge xgi_mem_req and xgi_mem_alloc into a single type.Ian Romanick1-5/+5
2007-06-29Convert a few more U32 variables to more appropriate, generic types.Ian Romanick1-7/+7
2007-06-29Stop-gap fix in xgi_submit_cmdlistIan Romanick1-11/+18
2007-06-29Delete unused arrays s_emptyBegin and s_flush2D.Ian Romanick1-14/+0
2007-06-29Eliminate structure typedefsIan Romanick1-13/+13
2007-06-26Clean up mixed declarations and code.Ian Romanick1-1/+2
2007-06-26dos2unix and LindentIan Romanick1-348/+357
2007-06-26Initial XP10 code drop from XGI.Ian Romanick1-0/+348