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