profile/ivi/libdrm.git
2005-01-16 Dave AirlieThis table is in radeon_drv.h along with the version...
2005-01-16 Dave AirlieThe patch makes drmAddBufs/drmMapBufs can handle buffer...
2005-01-16 Felix KuehlingFixed a bug that prevented the driver from ever emittin...
2005-01-15 Felix KuehlingSetup MTRRs for frame buffer and aperture manually...
2005-01-13 Dave Airliedue to backways compat crap for IRQ_HANDLED etc.. this...
2005-01-12 Felix KuehlingUse virt_to_page instead of vmalloc_to_page in drm_do_v...
2005-01-11 Keith WhitwellImport Thomas' changes upto 2.4.3 to shared. Small...
2005-01-11 Keith Whitwellimport Thomas' shared-core via changes up to 2.4.1
2005-01-10 Felix KuehlingOnly try to find the agp_buffer_map if dma_type is...
2005-01-09 Felix KuehlingImproved workaround for Savage3D DMA lockup to emit...
2005-01-09 Jon SmirlAdjust 4 level page check for <= 2.6.10
2005-01-08 Felix KuehlingFixed off-by-one error in savage_bci_wait_fifo_shadow.
2005-01-07 Thomas Hellstromvia updates: moved the verifier state struct to dev_pri...
2005-01-07 Thomas HellstromUpdated via DRM with check for stray FIRE commands...
2005-01-06 Alan HourihaneAdd i915GM support Add resume functionality (must be...
2005-01-06 Jon SmirlAdjust drm-memory for 4 level page tables in 2.6.10...
2005-01-06 Thomas Hellstromvia DRM: Updated the verifier to check the vertex lists...
2005-01-05 Felix Kuehling3D scissor regs are now managed by the DRM to iterate...
2005-01-05 Thomas HellstromBumped driver date and minor version.
2005-01-05 Thomas HellstromVIA update:
2005-01-05 Felix KuehlingFixed the DMA buffer age test. Should fix occasional...
2005-01-01 Felix KuehlingCompleteley rewritten Savage DRM which can be considere...
2005-01-01 Felix KuehlingAdded a new DRM map type _DRM_CONSISTENT for consistent...
2005-01-01 Dave Airliei810/i830 bug with Jon's file operations changes
2004-12-31 Thomas HellstromVIA DRM: verifier: Added verbose palette error reportin...
2004-12-31 Thomas HellstromVIA DRM: Stability enhancements and cleanups in via_dma...
2004-12-21 Thomas Hellstromvia DRM: Tightened the security for some functions...
2004-12-20 Keith WhitwellCopy HC_ParaType_Auto change to shared-core. Bump versi...
2004-12-20 Keith WhitwellAdd a very simple install target. I expect there are...
2004-12-19 Thomas Hellstromvia changes: Fixed typecasting bug in via_dma.c, and...
2004-12-17 Keith WhitwellAdd the 'Auto' pageflipping command to the verifier...
2004-12-16 Alan Hourihanedrm_pciids.h should only 'cleaned' when the shared...
2004-12-15 Eric AnholtUse SYSCTL_ADD_OID macro instead of calling function...
2004-12-13 Thomas HellstromVIA drm updates:
2004-12-10 Dave AirlieUse wbinvd macro instead of assembly for it,
2004-12-08 Roland Scheidegger(Stephane Marchesin, me) add hyperz support to radeon...
2004-12-07 Thomas HellstromPatch from Jon Smirl from Nov. 2nd that makes older...
2004-12-07 Thomas HellstromFix up linux 2.4 series Makefiles for via_verifier.c
2004-12-06 Thomas HellstromSecurity and optimization fixes for the via drm:
2004-12-03 Thomas HellstromAdded 3D functionality to the via command verifier...
2004-12-03 Dave AirlieMake 1-bit fields be unsigned (no sign bit :). sparse...
2004-11-27 Thomas HellstromReworked PCI MMIO command buffer parser, and imported...
2004-11-11 Dave Airliepatch from bug 1803 - will try and push to kernel soon
2004-11-09 Jon SmirlFix more build problems on linux-core
2004-11-09 Jon Smirlmake linux-core build again
2004-11-09 Roland Scheideggeradd missing CHIP_RV350 to radeon_enums
2004-11-07 Eric AnholtRefine the locking of the DRM. Most significant is...
2004-11-07 Dave Airlieadd some more r300 pci ids
2004-11-07 Dave Airlierespect cc and cflags
2004-11-07 Eric AnholtDon't link in files which no longer exist.
2004-11-07 Eric AnholtNow that the memory debug code is gone, and all 3 BSDs...
2004-11-06 Eric AnholtAdd the drm Makefile and update .cvsignores.
2004-11-06 Eric AnholtConvert more drivers for bsd-core, moving the ioctl...
2004-11-06 Eric AnholtRemove some core stuff that ended up being unnecessary.
2004-11-06 Eric AnholtGet r128 basically working: Hook up the driver's dma...
2004-11-06 Eric AnholtMove the lock/unlock ioctls to a more logical place...
2004-11-06 Eric AnholtConnect up r128_ioctls in driver config.
2004-11-06 Jon SmirlMove radeon i2c include to top of file
2004-11-06 Jon SmirlExport missing r128 ioctl symbol
2004-11-06 Jon SmirlFix Linux build. Why won't this complile? extern int...
2004-11-06 Eric AnholtHook the debug output up to a sysctl, so you can choose...
2004-11-06 Eric AnholtAdd file missed in last commit: Commit first pieces...
2004-11-06 Eric AnholtCommit first pieces of port to OpenBSD, done by Martin...
2004-11-06 Eric AnholtRemove the vestiges of the memory-debug code.
2004-11-06 Eric AnholtCommit WIP of BSD conversion to core model. Compiles...
2004-11-05 Jon SmirlMove ati_pcigart shared routines into drm-core module
2004-11-03 Thomas HellstromFixed bug in via_dma.c. The code didn't check that...
2004-11-01 Thomas HellstromReworked the jump-code in via_dma.c. The command regula...
2004-11-01 Keith Whitwellcorrect historic mis-attribution of copyright
2004-10-31 Felix KuehlingAllow drivers to override reclaim_buffers in an OS...
2004-10-30 Thomas HellstromSome stabilizing work to the DMA ring-buffer code....
2004-10-29 Jon SmirlSwitch SPIN_LOCK_UNLOCKED to spin_lock_init()
2004-10-29 Jon SmirlAdd include of moduleparam.h
2004-10-28 Jon SmirlBreak poll() to make it match the Xserver's broken...
2004-10-28 Dave Airliefix for 2.4 build
2004-10-23 Jon SmirlRound 2 of getting rid of inter_module_get()
2004-10-23 Jon SmirlRevert symbol_get() changes from drm_drv
2004-10-23 Dave Airliefix inter module put/get
2004-10-23 Dave Airlieactually 2.6.10 introduced pfn range so it should work...
2004-10-23 Dave Airliefix pfn vs page for older kernels (2.6.9-rc kernels...
2004-10-23 Dave AirlieApply radeon r300 microcode patch to non-core
2004-10-23 Jon SmirlPrepare to eliminate inter_module_get("agp")
2004-10-22 Jon SmirlBring in patch from kernel for remap_pfn_range
2004-10-21 Jon SmirlFix up the radeon i2c error handing
2004-10-20 Jon SmirlDon't release an i2c channel that has not initialized...
2004-10-20 Jon SmirlSwitch linux-core from using dev->pdev->driver->name to
2004-10-20 Jon SmirlFix dd vs di version typo in drm_setversion
2004-10-19 Jon SmirlAdd a protective check against a possible buffer overflow
2004-10-19 Jon SmirlFix missing I2C busses to be non-fatal error.
2004-10-19 Jon Smirldrm-core, Clean up bug error path on stealth mode exit
2004-10-18 Jose FonsecaUpdate Doxygen configuration & comments.
2004-10-16 Ville SyrjalaFixed off by one errors in clipping.
2004-10-16 Ville SyrjalaFixed bad formatting.
2004-10-15 Jon SmirlRemove drm_init.c
2004-10-15 Jon SmirlMove drm_cpu_valid out of drm_init. drm_init is empty...
2004-10-15 Jon SmirlSwitch linux-core over to 2.6 parameter model to enable...
2004-10-13 Jon SmirlAdd a poll function that alternates between zero and...
2004-10-12 Thomas HellstromVia updates. Fixed unlikely but possible uint32_t overf...
2004-10-12 Jon SmirlBreakout heads into their own data structures.
2004-10-10 Jon SmirlRename fn_tbl to driver. Core driver now uses pci_drive...
next