profile/ivi/libdrm.git
2004-04-10 Dave Airlieinclude highmem.h
2004-04-10 Dave Airlieupdate gamma_dma with patch from davej in 2.6
2004-04-10 Dave Airliepatch from Andrew Morton tree from Arjan van de Ven...
2004-04-10 Dave Airliealign code with Linux kernel.
2004-04-10 Dave Airlieremove unused code
2004-04-10 Dave Airlieupdate from linux kernel for ia64
2004-04-09 Alan Hourihaneremove Imakefile
2004-04-08 Alan Hourihanefix build problem
2004-04-08 Alan Hourihanedisable PCI DMA ioctls as they are not used currently...
2004-04-08 Dave Airliebig whitespace .. this aligns all the whitespace in...
2004-04-08 Dave Airlie2.6 sysfs patches + stubs in drmP.h for 2.4 compatibility
2004-04-08 Dave Airlielong dev_t patches from 2.6 tree
2004-04-08 Dave Airlie2.6 patches for larger dev_t
2004-04-08 Dave Airliemore 2.4 compat fns
2004-04-08 Dave Airliepatch from Linux kernel 2.6.5
2004-04-08 Dave Airliefixes from Linux kernel
2004-04-08 Dave Airliepatch from lk
2004-03-31 Thomas HellstromVIA module fixes:
2004-03-26 Dave Airliecopy correct Makefile
2004-03-26 Thomas HellstromAdded via driver to drm/linux/Config.in Reported by...
2004-03-24 Thomas HellstromExported symbols cause compilation failure of via_mm...
2004-03-24 Thomas HellstromModified linux/Kconfig to include the via drm driver.
2004-03-23 Thomas HellstromMerged via-1-2-0: Altered Makefiles in drm/linux
2004-03-23 Thomas HellstromMerged via-1-2-0
2004-03-23 Dave Airliemake sure in DRM toplevel
2004-03-23 Dave Airlieinitial shell script to create linux kernel drm from...
2004-03-17 Jon SmirlAdjust shared path in makefile XFree86 bug: Reported...
2004-03-16 Jon SmirlMakefile the makefile really clean everything XFree86...
2004-03-16 Jon SmirlAdd a missing ifdef CTX to get rid of the waring in...
2004-03-12 Jon SmirlFixes need to clean up the mess I made with the mesa...
2004-02-28 Michel DaenzerRemove extraneous code accidentally added with revision...
2004-02-28 Michel DaenzerMore differentiated error codes for DRM(agp_acquire)
2004-02-24 Felix KuehlingUse DO_MUNMAP_4_ARGS macro defined in Makefile.linux...
2004-02-22 Felix KuehlingMerged the Savage DRM driver from the savage-2-0-0...
2004-02-21 Felix KuehlingConditionally add definition of list_for_each_entry_saf...
2004-02-20 Keith Whitwelldrm_ctx_dtor.patch Submitted by: Erdi Chen
2004-02-18 Michel DaenzerFix sisfb header location for 2.6 kernels
2004-01-11 Michel DaenzerAdapt to nopage() prototype change in Linux 2.6.1.
2004-01-10 Michel DaenzerMake sure that all state packets are handled in
2004-01-10 Michel DaenzerR200_PP_CUBIC_OFFSET_F1_[0-6] state packets only contai...
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-12-16 Eric AnholtAdd a collection of Radeon and R128 PCI IDs, including...
2003-12-08 Keith WhitwellAdd i865 pci id
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 Alan HourihaneChanges to DRM(irq_install)...... wrap dev->dma usage...
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)
next