[intel] Quirk away MSI support on 945G/GM.
[platform/upstream/libdrm.git] / linux-core / xgi_cmdlist.c
2008-01-22 Jesse BarnesMerge branch 'master' into vblank-rework, including...
2007-11-05 Dave Airliedrm: remove lots of spurious whitespace.
2007-10-30 Jesse BarnesMerge branch 'master' into vblank-rework, fixup remaini...
2007-10-10 Ian RomanickEliminate trailing whitespace from last commit.
2007-10-10 Ian RomanickFix command list submission on big-endian.
2007-10-05 Dave AirlieMerge branch 'pre-superioctl-branch'
2007-10-03 Ian RomanickUse 'ifdef __BIG_ENDIAN' instead of 'if __BIG_ENDIAN'
2007-10-03 Ian RomanickFirst round of byte-ordering fixes for PowerPC.
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-17 Ian RomanickRemove unnecessary include.
2007-08-16 Ian RomanickImplement fence support.
2007-08-14 Ian RomanickMove dwWriteReg to xgi_cmdlist.c, the only file where...
2007-08-09 Ian RomanickAssociate master file pointer with command list buffer.
2007-08-07 Ian RomanickUnify infrastructure for freeing on-card / GART memory.
2007-08-06 Ian RomanickUnify infrastructure for allocating (not yet freeing...
2007-08-06 Ian RomanickEliminate allocation "owner" usage.
2007-07-30 Ian RomanickFix GE shut-down sequence.
2007-07-27 Ian RomanickConvert to new ioctl interface between core DRM and...
2007-07-27 Ian RomanickEliminate use of DRM_ERR.
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-24 Ian RomanickFix typo on previous commit. Sigh...
2007-07-24 Ian RomanickPass correct offset to xgi_find_pcie_virt.
2007-07-24 Ian RomanickFix license formatting.
2007-07-24 Ian RomanickMinor log message clean up.
2007-07-22 Ian RomanickRemove some extraneous debug messages.
2007-07-22 Ian RomanickRename and document fields of xgi_cmdring_info.
2007-07-22 Ian RomanickMake s_cmdring a field in the xgi_info structure instea...
2007-07-22 Ian RomanickClean up xgi_cmd_info and associated code.
2007-07-20 Ian RomanickClean up flush command generation in addFlush2D.
2007-07-20 Ian RomanickClean up generation of begin commands in xgi_submit_cmdlist
2007-07-20 Ian RomanickChange handling of begin types slightly.
2007-07-20 Ian RomanickFix error handing related to xgi_cmdlist_initialize.
2007-07-20 Ian RomanickDebug message and comment clean up in xgi_submit_cmdlist.
2007-07-19 Ian RomanickInitial pass at converting driver to DRM infrastructure.
2007-07-17 Ian RomanickMassive log message clean up in xgi_submit_cmdlist.
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 RomanickCorrect types that are shared with user mode.
2007-07-09 Ian RomanickMerge xgi_mem_req and xgi_mem_alloc into a single type.
2007-06-30 Ian RomanickConvert a few more U32 variables to more appropriate...
2007-06-30 Ian RomanickStop-gap fix in xgi_submit_cmdlist
2007-06-30 Ian RomanickDelete unused arrays s_emptyBegin and s_flush2D.
2007-06-29 Ian RomanickEliminate structure typedefs
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.