summaryrefslogtreecommitdiff
path: root/linux/drm_init.h
AgeCommit message (Expand)Author
2004-08-27__NO_VERSION__ hasn't been needed since 2.3 days ditch it...Dave Airlie
2003-05-27Merged DRM documentation.Jose Fonseca
2003-04-22Move a chunk of gamma-specific code out of drm_dma.h. Remove unusedKeith Whitwell
2001-07-30Merge the multihead-1-0-0 branch into the trunk, with the exception of theDavid Dawes
2001-05-01Import of XFree86 4.0.99.3David Dawes
2001-04-09Import -f XFree86 4.0.99.2David Dawes
2001-04-05Merged ati-pcigart-1-0-0Kevin E Martin
2001-02-15Merge mga-1-0-0-branch into trunk.Gareth Hughes
RACT, TORT OR OTHERWISE, ARISING FROM, OUT OF * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ #ifndef __NOUVEAU_RELOC_H__ #define __NOUVEAU_RELOC_H__ int nouveau_reloc_emit(struct nouveau_channel *chan, struct nouveau_bo *reloc_bo, uint32_t reloc_offset, uint32_t *reloc_ptr, struct nouveau_bo *bo, uint32_t data, uint32_t data2, uint32_t flags, uint32_t vor, uint32_t tor); #endif