platform/upstream/libdrm.git
2003-11-05 Eric Anholt- Tie the DRM to a specific device: setunique no longer...
2003-11-05 Eric AnholtUse int64_t instead of s64 -- fixes FreeBSD compile...
2003-11-05 Eric AnholtArgs for the BSD DRM_PUT_USER_UNCHECKED were swapped.
2003-11-05 Eric Anholt__linux__ is spelled with a lowercase 'l'
2003-11-05 Eric AnholtRepo-copy linux/drm/kernel/drm.h to shared/drm/kernel...
2003-11-05 Eric AnholtRemove buf_alloc which is unused since the locking...
2003-11-04 Michel Daenzerbuild fix
2003-11-04 Michel DaenzerMemory layout transition:
2003-11-03 Eric AnholtAdd i852/i855 PCI ID. Also fix whitespace in the other...
2003-10-27 Eric AnholtAdd a DRM_PUT_USER_UNCHECKED, which will be used by...
2003-10-24 Eric AnholtDon't try to use dev->dma_lock unless dma is initialize...
2003-10-24 Jon SmirlSwitch pci enumeration call to work on both 2.4 and...
2003-10-24 Eric AnholtMove the REALLY_HAVE_AGP endif above the mtrr functions...
2003-10-23 Eric AnholtMove to "old-style" probing as documented in linux...
2003-10-23 Eric AnholtMissed the sis.h header in Makefile.linux in the move...
2003-10-23 Eric AnholtThe SiS300 pci id also covers the 305, so make the...
2003-10-23 Eric Anholt- Introduce a new ioctl, DRM_IOCTL_SET_VERSION. This...
2003-10-22 Eric Anholt- Add DRM_GET_PRIV_WITH_RETURN macro. This can be used...
2003-10-22 Eric AnholtFix warning about static DRM(bufs_info) defined but...
2003-10-20 Eric AnholtFix the possibility of sleeping with locks held in...
2003-10-20 Eric AnholtClean up BSD MTRR handling. The NetBSD code is untested...
2003-10-19 Eric Anholt- SMPng lock the DRM. This is only partial -- there...
2003-10-19 Eric AnholtClean up extra zeroing of dev->dma, and use calloc...
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...
next