summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-02-22Import of XFree86 3.9.18Kevin E Martin
2000-02-13file i810_clear.c was initially added on branch mga-0-0-1-branch.Keith Whitwell
2000-02-13file i810_dma.h was initially added on branch mga-0-0-1-branch.Keith Whitwell
2000-02-12file Makefile.linuxpoll was initially added on branch mga-0-0-1-branch.Jeff Hartmann
2000-02-12file mga_dmapoll.c was initially added on branch mga-0-0-1-branch.Jeff Hartmann
2000-02-12file i810_drm_public.h was initially added on branch mga-0-0-1-branch.Jeff Hartmann
2000-02-06file mga_state.h was initially added on branch mga-0-0-1-branch.Keith Whitwell
2000-02-04file mga_dma.h was initially added on branch mga-0-0-1-branch.Keith Whitwell
2000-02-04file mga_clear.c was initially added on branch mga-0-0-1-branch.Keith Whitwell
2000-01-28Fixed freelist_put bugJeff Hartmann
2000-01-27file mga_state.c was initially added on branch mga-0-0-1-branch.Jeff Hartmann
2000-01-27file mga_drm_public.h was initially added on branch mga-0-0-1-branch.Jeff Hartmann
2000-01-19file mgareg_flags.h was initially added on branch mga-0-0-1-branch.Jeff Hartmann
2000-01-17Try a more complex (and more correct?) method for finding kernel inlcudeRik Faith
2000-01-15Remove -g from build Fix lost code from tdfx-1-1 merge in tdfx_priv.c LowerDaryll Strauss
2000-01-13Add new code to do SMP/MODVERSIONS detection for more distributionsRik Faith
2000-01-12Add a drm_poll function to the tdfx driver. This fixes the problem withDaryll Strauss
2000-01-08file i810_dma.c was initially added on branch mga-0-0-1-branch.Jeff Hartmann
2000-01-08file i810_drv.h was initially added on branch mga-0-0-1-branch.Jeff Hartmann
2000-01-08file i810_drv.c was initially added on branch mga-0-0-1-branch.Jeff Hartmann
2000-01-08file i810_bufs.c was initially added on branch mga-0-0-1-branch.Jeff Hartmann
2000-01-08file i810_context.c was initially added on branch mga-0-0-1-branch.Jeff Hartmann
2000-01-07Merge between X_3_9_16 and X_3_9_17 Compiles but may not run.Rik Faith
2000-01-06file mga_bufs.c was initially added on branch mga-0-0-1-branch.Jeff Hartmann
2000-01-06file mga_context.c was initially added on branch mga-0-0-1-branch.Jeff Hartmann
2000-01-06file ctxbitmap.c was initially added on branch mga-0-0-1-branch.Jeff Hartmann
2000-01-06Import of XFree86 3.9.17Rik Faith
1999-12-18Rename the device to be /dev/dri instead of /dev/dri to avoid a conflict.Daryll Strauss
1999-12-17file agpsupport.c was initially added on branch ati-4-0-0-branch.Rik Faith
1999-12-17file r128_drv.c was initially added on branch ati-4-0-0-branch.Rik Faith
1999-12-17file r128_context.c was initially added on branch ati-4-0-0-branch.Rik Faith
1999-12-17file r128_drv.h was initially added on branch ati-4-0-0-branch.Rik Faith
1999-12-15file mga_drv.c was initially added on branch mga-0-0-1-branch.Jeff Hartmann
1999-12-15file mga_dma.c was initially added on branch mga-0-0-1-branch.Jeff Hartmann
1999-12-15file mga_drv.h was initially added on branch mga-0-0-1-branch.Jeff Hartmann
1999-12-08Sync with Linux 2.3.30Rik Faith
1999-12-07Move Mesa to xc/extras Update to the latest Mesa 3.2 code Fix the Q3DemoDaryll Strauss
1999-12-05First DRI release of 3dfx driver.Daryll Strauss
1999-12-05Import XFree 3.9.16Daryll Strauss
1999-12-05Initial revisionDaryll Strauss
hl str">"page size too small")); for ( i = 0 ; i < pages ; i++ ) { page_base = (u32) dev->sg->busaddr[i]; for (j = 0; j < (PAGE_SIZE / ATI_PCIGART_PAGE_SIZE); j++) { switch(gart_info->gart_reg_if) { case DRM_ATI_GART_IGP: *pci_gart = cpu_to_le32(page_base | 0xc); break; case DRM_ATI_GART_PCIE: *pci_gart = cpu_to_le32((page_base >> 8) | 0xc); break; default: *pci_gart = cpu_to_le32(page_base); break; } pci_gart++; page_base += ATI_PCIGART_PAGE_SIZE; } } DRM_MEMORYBARRIER(); return 1; } int drm_ati_pcigart_cleanup(drm_device_t *dev, struct drm_ati_pcigart_info *gart_info) { if (dev->sg == NULL) { DRM_ERROR( "no scatter/gather memory!\n" ); return 0; } drm_pci_free(dev, dev->sg->dmah); return 1; }