Make s_cmdring a field in the xgi_info structure instead of a global.
[platform/upstream/libdrm.git] / linux-core / xgi_drv.h
2007-07-22 Ian RomanickMake s_cmdring a field in the xgi_info structure instea...
2007-07-19 Ian RomanickInitial pass at converting driver to DRM infrastructure.
2007-07-17 Ian RomanickEliminate several useless ioctls and associated cruft.
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 RomanickEliminiate fields in xgi_info that are duplicates of...
2007-07-09 Ian RomanickMove types shared with user mode to xgi_drm.h.
2007-07-09 Ian RomanickCorrect types that are shared with user mode.
2007-07-09 Ian RomanickAdjust the types of the fields of xgi_aperture.
2007-07-09 Ian RomanickMerge xgi_mem_req and xgi_mem_alloc into a single type.
2007-07-06 Ian RomanickRemove XGI_IOCTL_CPUID and associated cruft.
2007-06-30 Ian RomanickConvert xgi_mem_location enum values to less generic...
2007-06-30 Ian RomanickConvert some PCI-e GART related variable to generic...
2007-06-29 Ian RomanickReplace U(8|16) with u(8|16).
2007-06-29 Ian RomanickEliminate structure typedefs
2007-06-29 Ian RomanickFix return type of xgi_find_pcie_block.
2007-06-26 Ian Romanickdos2unix and Lindent
2007-06-26 Ian RomanickInitial XP10 code drop from XGI.