profile/ivi/libdrm.git
2003-10-19 Eric AnholtFix probing on 2.5+ kernels, which require that drivers...
2003-10-17 Eric Anholt- Move IRQ functions from drm_dma.h to new drm_irq...
2003-10-17 Eric Anholt- Converted Linux drivers to initialize DRM instances...
2003-10-16 Michel DaenzerIntroduce COMMIT_RING() as in radeon DRM, stop using...
2003-10-16 Eric AnholtTry that again. It's a long.
2003-10-16 Eric AnholtDebug printf format fix.
2003-10-03 Eric AnholtSome code cleanups done while working on locking. Reduc...
2003-10-03 Eric AnholtStylistic preparation for SMPng locking work: DRM_LOCK...
2003-10-02 Eric AnholtAdd an MIT-style copyright, assigned to myself, to...
2003-10-02 Eric AnholtAxe more old gamma DMA infrastructure.
2003-10-02 Eric AnholtMostly whitespace cleanups and style(9) fixes focused...
2003-10-02 Eric AnholtWrap sys/endian.h usage with __FreeBSD_version >= 480000.
2003-10-02 Eric AnholtAllow the DRM to attach to a "drmsub" device. This...
2003-10-02 Eric AnholtMTRR issue with SMP and -stable seems to be resolved...
2003-09-30 Jose Fonsecafile via_drm.h was initially added on branch cle266...
2003-09-30 Jose Fonsecafile via.h was initially added on branch cle266-0-0...
2003-09-30 Jose Fonsecafile via_drv.c was initially added on branch cle266...
2003-09-30 Jose Fonsecafile via_drv.h was initially added on branch cle266...
2003-09-30 Jose Fonsecafile via_ds.c was initially added on branch cle266...
2003-09-30 Jose Fonsecafile via_ds.h was initially added on branch cle266...
2003-09-30 Jose Fonsecafile via_map.c was initially added on branch cle266...
2003-09-30 Jose Fonsecafile via_mm.c was initially added on branch cle266...
2003-09-30 Jose Fonsecafile via_mm.h was initially added on branch cle266...
2003-09-28 Leif DelgassFix typo in SiS help message (and testing cvs commit to
2003-09-25 Eric AnholtWhitespace cleanup (spaces before tabs or instead of...
2003-09-25 Eric AnholtWhitespace cleanup.
2003-09-25 Eric AnholtFix Kconfig for SiS DRM now that it doesn't require...
2003-09-24 Alan Hourihanepost merge fix
2003-09-13 Alan Hourihanecompatibility layer still uses agp (not gart)
2003-09-12 Alan Hourihanebsd drm fixes
2003-09-12 Alan Hourihanelinux drm fixes
2003-09-12 Alan Hourihaneresolve merge conflicts
2003-09-09 Keith WhitwellUse spldrm/splx around tsleep() in DRM_WAIT_ON
2003-09-07 Eric AnholtCorrect format in debug printfs (free is a pointer...
2003-09-07 Eric AnholtFix for older -stable.
2003-08-29 Eric AnholtUpdate to reflect renaming of SIS ioctls.
2003-08-29 Eric AnholtThese files were missed in the SiS DRM commit.
2003-08-29 Eric AnholtPort the SiS DRM to FreeBSD. This includes the ability...
2003-08-29 Eric AnholtAdd DRM(calloc), which is convenient, used by the new...
2003-08-29 Eric AnholtUpdate radeon PCI IDs.
2003-08-29 Eric AnholtThis PCI header has been living in dev/pci/ for a while...
2003-08-28 Michel DaenzerRemove superfluous TLB flush
2003-08-26 Michel DaenzerRename agp to gart for radeon
2003-08-26 Michel DaenzerRemove artificial PCI GART limitations, rename AGP...
2003-08-19 Eric AnholtFix the debug build.
2003-08-19 Eric Anholt- Remove $FreeBSD$ tags as they weren't too useful...
2003-08-18 Michel DaenzerClean up Radeon DRI resume code
2003-08-18 Eric AnholtMake r128_do_wait_for_idle static, as it's only used...
2003-08-18 Eric AnholtRemove an unnecessary #define __NO_VERSION__
2003-08-15 Michel DaenzerMerge from 2.6 kernel (Linus Torvalds)
2003-08-15 Dave AirlieDA: loads of whitespace .. some from Linus, some from me
2003-08-13 Dave AirlieDA: patch from Matthew upgraded to latest DRI head...
2003-08-12 Eric AnholtWhitespace cleanup from the pageflipping commit.
2003-08-12 Eric AnholtDocument change in interface version 1.9.
2003-08-12 Eric AnholtDocument the changes in interface version 2.5.
2003-08-12 Eric AnholtMerge from FreeBSD r1.11: We have memset in the kernel...
2003-08-11 Dave AirlieDA: code cleanups for i810_dma.c from 2.4 kernel
2003-08-08 Ian RomanickAdded some information as to when (which DRM version...
2003-08-07 Michel Daenzerbuild fix for kernels >= 2.6
2003-08-06 Michel DaenzerFix maplist entries being used after they were freed...
2003-07-29 Michel DaenzerIRQ code cleanup suggested by Linus Torvalds
2003-07-26 Michel DaenzerDegrade uninformative error message to debug message...
2003-07-26 Eric AnholtAdd Rage 128 pageflipping support, defaults to off...
2003-07-26 Eric AnholtFix FreeBSD build after IRQ changes.
2003-07-25 Michel DaenzerCompile fixes for recent 2.5/2.6 Linux kernels. I hope...
2003-07-25 Michel DaenzerFail in DRM(agp_acquire) if the AGP aperture can't...
2003-07-11 Keith WhitwellRestore __HAVE_KERNEL_CTX_SWITCH, required for the...
2003-07-09 Dave AirlieDA: fix for bug 484 in Bugzilla, originally from me...
2003-07-09 Jose Fonsecafile drm_mem.h was initially added on branch newdrm...
2003-07-09 Jose Fonsecafile drm_dma.c was initially added on branch newdrm...
2003-07-09 Jose Fonsecafile drm_fops.c was initially added on branch newdrm...
2003-07-09 Jose Fonsecafile drm_lock.c was initially added on branch newdrm...
2003-07-09 Jose Fonsecafile drm_stub.c was initially added on branch newdrm...
2003-07-09 Jose Fonsecafile drm_vm.c was initially added on branch newdrm...
2003-07-08 Keith WhitwellRemoved unused __HAVE_KERNEL_CTX_SWITCH, whatever that...
2003-07-04 Leif DelgassDon't need to include linux/wrapper.h - we only use...
2003-07-01 Jose Fonsecafile drm_agp.c was initially added on branch newdrm...
2003-07-01 Jose Fonsecafile drm_bufs.c was initially added on branch newdrm...
2003-07-01 Jose Fonsecafile drm_mem.c was initially added on branch newdrm...
2003-07-01 Jose Fonsecafile drm_pci.c was initially added on branch newdrm...
2003-07-01 Jose Fonsecafile drm_sg.c was initially added on branch newdrm...
2003-06-23 Alan Hourihanefile savage_dma.c was initially added on branch savage...
2003-06-23 Alan Hourihanefile savage_state.c was initially added on branch savag...
2003-06-21 Jose Fonsecafile drm_pci_tmp.h was initially added on branch newdrm...
2003-06-21 Jose Fonsecafile drm_stub_tmp.h was initially added on branch newdr...
2003-06-21 Jose Fonsecafile drm_memory_tmp.h was initially added on branch...
2003-06-21 Jose Fonsecafile drm_vm_tmp.h was initially added on branch newdrm...
2003-06-21 Jose Fonsecafile drm_dma_tmp.h was initially added on branch newdrm...
2003-06-21 Jose Fonsecafile drm_lock_tmp.h was initially added on branch newdr...
2003-06-19 Jose Fonsecafile drm_bufs_tmp.h was initially added on branch newdr...
2003-06-19 Jose FonsecaRevert the janitorial - that works is now on the new...
2003-06-18 Keith Whitwellfile i830_compat.c was initially added on branch i865...
2003-06-18 Keith Whitwellfile i830.h was initially added on branch i865-agp...
2003-06-18 Keith Whitwellfile i830_dma.c was initially added on branch i865...
2003-06-18 Keith Whitwellfile i830_drm.h was initially added on branch i865...
2003-06-18 Keith Whitwellfile i830_drv.c was initially added on branch i865...
2003-06-18 Keith Whitwellfile i830_drv.h was initially added on branch i865...
2003-06-18 Keith Whitwellfile i830_irq.c was initially added on branch i865...
2003-06-18 Keith Whitwellfile i830_mem.c was initially added on branch i865...
2003-06-16 Keith WhitwellPossibly fix stanford checker complaints about sarea
next