OSDN Git Service

Whitespace fixups.
[android-x86/external-libdrm.git] / bsd /
2005-01-16 Dave AirlieThe patch makes drmAddBufs/drmMapBufs can handle buffer...
2004-08-24 Erdi ChenThis patch adds three new ioctl's to the VIA Unichrome...
2004-08-17 Dave AirlieMerged drmfntbl-0-0-1
2004-08-14 Eric AnholtRemove unused pcigart/sg header stuff from i915 driver.
2004-08-14 Eric AnholtAdd a "dev" argument to DRIVER_CTX_[CD]TOR. This will...
2004-08-14 Eric AnholtHopefully proper fix for corrupted driver name in memco...
2004-08-13 Eric AnholtEnable MTRR usage on AMD64, and use DELAY() instead...
2004-08-03 Dave Airliebring over fix from i865-agp branch, it now probes...
2004-07-29 Dave Airlieadd read/write 16
2004-07-29 Dave Airliechange to agp not pci ... still not working
2004-07-29 Dave Airlieinitial port of i915 to BSD, not finished doesn't work...
2004-07-06 Eric AnholtFix module loading on alpha by not referencing MTRR...
2004-07-06 Eric AnholtMFC as of 20040705: dev_t -> struct cdev * change.
2004-05-11 Eric AnholtMerge from FreeBSD-current. Mostly 64-bit cleanliness...
2004-05-09 Eric AnholtAdd mach64 DRM module for BSD (untested, but compiles).
2004-05-09 Eric AnholtAdd .cvsignore files.
2004-05-09 Eric AnholtWarning fixes.
2004-05-09 Eric Anholt- Link in shared files as necessary and clean them up.
2004-05-09 Eric AnholtCatch up with sis's DRM tag change.
2004-05-09 Eric AnholtRemove after repocopy to Makefile, now that we don...
2004-05-09 Eric Anholtdrm_hw_lock_t is now defined in drm.h, remove from...
2004-05-09 Dave AirlieCommit sysfs and drm PCI changes for 2.6 kernel
2004-04-21 Dave Airliecentralise pci ids into one place and use scripts to...
2004-04-09 Alan Hourihaneremove Imakefile
2004-01-06 Eric AnholtFix some misuse of NULL where 0 is intended.
2003-12-16 Eric AnholtDon't ioremap the framebuffer area. The ioremapped...
2003-11-12 Eric AnholtFix a locking nit, and add asserts in some things that...
2003-11-06 Eric AnholtReturn EBUSY when attempting to addmap a DRM_SHM area...
2003-11-06 Eric AnholtRemove unused variable.
2003-11-05 Eric Anholt- Tie the DRM to a specific device: setunique no longer...
2003-11-05 Eric AnholtArgs for the BSD DRM_PUT_USER_UNCHECKED were swapped.
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 DaenzerMemory layout transition:
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 Eric AnholtMove the REALLY_HAVE_AGP endif above the mtrr functions...
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-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-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-12 Alan Hourihanebsd 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 AnholtFix for older -stable.
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-19 Eric AnholtFix the debug build.
2003-08-19 Eric Anholt- Remove $FreeBSD$ tags as they weren't too useful...
2003-08-12 Eric AnholtMerge from FreeBSD r1.11: We have memset in the kernel...
2003-07-29 Michel DaenzerIRQ code cleanup suggested by Linus Torvalds
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-05-20 David DawesSupport for building DRM module on OpenBSD (Wilbern...
2003-05-16 Michel DaenzerSupport AGP bridges where the AGP aperture can't be...
2003-04-28 Eric AnholtFix a typo: On takedown the mtrr operation is MEMRANGE_...
2003-04-27 Eric AnholtUse real endian conversion functions.
2003-04-26 Eric AnholtFix formatting of hw.dri sysctl.
2003-04-26 Eric AnholtRemove the map argument from DRM_*MEMORYBARRIER. Not...
2003-04-26 Eric AnholtMFL: Don't install irq handler unless the driver has...
2003-04-26 Eric AnholtAdd PCI DMA memory functions and make addbufs_pci and...
2003-04-26 Eric AnholtMissed files in the last commit: Remove memory debuggin...
2003-04-26 Eric AnholtMove the memory functions with debugging info to drm_me...
2003-04-26 Eric AnholtRemove #if 0'ed code.
2003-04-26 Eric AnholtReplace the C atomic_cmpset_int compatibility function...
2003-04-26 Eric AnholtDisable MTRRs on FreeBSD-stable. Without this, it hangs...
2003-04-25 Eric AnholtMerge from FreeBSD-current.
2003-04-25 Eric AnholtClean up the DRM_COPY_TO_USER()ing of DRM(infobufs...
2003-04-24 Eric AnholtClean up the style of the linux-compat code and use...
2003-04-24 Eric AnholtRemove more gamma DMA infrastructure. Most of this...
2003-04-24 Eric AnholtRemove more gamma DMA code. This isn't all of it, but...
2003-04-24 Eric AnholtMove some common code from addbufs_<type> to addbufs...
2003-04-24 Eric AnholtRemove the ioctl_count variable from the device. A...
2003-04-24 Eric AnholtRemove a bunch of dead code and fix spelling of a coupl...
2003-04-24 Eric AnholtMove one definition to drm_drv.h and remove the rest...
2003-04-24 Eric AnholtRemove DRM_DMA_HISTOGRAM and associated code.
2003-04-24 Eric AnholtMake DRM(read) and DRM(poll) stubs and remove DRM(write...
2003-04-01 Eric AnholtWhitespace and remove a dead commented line.
2003-03-29 Eric AnholtRemove dead vma code and remove the unused devstate...
2003-03-29 Eric AnholtAdd DRMFILE definitions and supply filp for BSD in the
2003-03-25 Alan HourihaneXFree86 4.3.0 merge
2003-03-11 Eric AnholtMerge back from FreeBSD-current, adding FreeBSD ID...
2003-03-08 Eric AnholtMake dma_addr_t an unsigned long not a uint32, don...
2003-03-06 Eric AnholtRemove the vbl signal code because it's untested (and...
next