Age | Commit message (Expand) | Author |
2008-05-30 | r500: attempt to make AGP work by programming agp base in the MC correctly | Dave Airlie |
2008-05-28 | radeon: split microcode out into a separate header file. | Dave Airlie |
2008-05-27 | RADEON: add get_param for number of GB pipes | Alex Deucher |
2008-05-13 | RS4xx: separate out RS400 and RS480 IGP chips | Alex Deucher |
2008-05-12 | RADEON: fix copy/pasto in last commit | Alex Deucher |
2008-05-12 | R3/4/5: init pipe setup in drm | Alex Deucher |
2008-05-12 | RADEON: cleanup radeon_do_engine_reset() | Alex Deucher |
2008-05-12 | R300+: fixup pixcache flush | Alex Deucher |
2008-05-12 | RS4xx: fix MCIND index mask | Alex Deucher |
2008-05-12 | RADEON: write AGP_BASE_2 on chips that support it | Alex Deucher |
2008-05-12 | Radeon IGP: merge RS4xx/RS6xx gart setup | Alex Deucher |
2008-05-12 | Radeon IGP: wrap MCIND access | Alex Deucher |
2008-05-12 | Radeon IGP: clean up registers and magic numbers | Alex Deucher |
2008-03-19 | RADEON: switch over to new production microcode | Alex Deucher |
2008-03-19 | RADEON: production microcode for all radeons, r1xx-r6xx | Alex Deucher |
2008-03-17 | drm/pcigart: fix the pci gart to use the drm_pci wrapper. | Dave Airlie |
2008-03-16 | drm/rs690: set AGP_BASE_2 to 0 | Dave Airlie |
2008-03-16 | drm: set rs690 gart base completly. | Dave Airlie |
2008-01-27 | drm: add initial rs690 support for drm. | Maciej Cencora |
2008-01-03 | drm: cleanup DRM_DEBUG() parameters | Márton Németh |
2007-12-10 | Merge branch 'master' into r500-support | Dave Airlie |
2007-12-02 | bsd: Replace other occurrences of msleep with mtx_sleep | Robert Noland |
2007-11-27 | r500: add a bunch of all r5xx pci ids.. | Dave Airlie |
2007-11-20 | radeon: add initial r5xx support | Dave Airlie |
2007-11-18 | radeon: refactor out the fb/agp location read/write. | Dave Airlie |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie |
2007-11-03 | radeon: set the address to access the aperture on the CPU side correctly | Dave Airlie |
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt |
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt |
2007-07-20 | Remove DRM_ERR OS macro. | Eric Anholt |
2007-07-16 | drm: remove drm_buf_t | Dave Airlie |
2007-07-16 | drm: remove drmP.h internal typedefs | Dave Airlie |
2007-07-16 | drm: detypedef drm.h and fixup all problems | Dave Airlie |
2007-06-08 | r300: Added the CP maximum fetch size and ring rptr update variables. | Oliver McFadden |
2007-06-03 | radeon: add support for vblank on crtc2 | Dave Airlie |
2007-05-26 | whitespace fixups from kernel | Dave Airlie |
2007-04-28 | remove DRM_GETSAREA and replace with drm_getsarea function | Dave Airlie |
2007-04-09 | rs480: Renamed some unknown registers. See dri-devel list. | Oliver McFadden |
2007-04-09 | radeon: add support for reverse engineered xpress200m | Dave Airlie |
2007-03-04 | radeon: make PCI GART aperture size variable, but making table size variable | Dave Airlie |
2007-03-04 | ati: make pcigart code able to handle variable size PCI GART aperture | Dave Airlie |
2007-01-11 | radeon: Fix u32 overflows when determining AGP base address in card space. | Michel Dänzer |
2006-09-12 | drm: use radeon specific names for radeon flags | Dave Airlie |
2006-07-26 | Revert "Make sure busmastering gets disabled on module unload." | Michel Dänzer |
2006-07-26 | Bug #7629: Fix for CHIP_IS_AGP getting 'restored' with non-AGP cards | Michel Dänzer |
2006-07-19 | Make sure busmastering gets disabled on module unload. | Adam Jackson |
2006-07-19 | Use RADEON_RB3D_DSTCACHE_CTLSTAT instead of RADEON_RB2D_DSTCACHE_CTLSTAT. | Michel Dänzer |
2006-07-19 | Make sure CHIP_IS_AGP flag is set when not overriding to PCI mode. | Michel Dänzer |
2006-07-19 | When writeback isn't used, actually disable it in the hardware. | Michel Dänzer |
2006-05-18 | add consts to radeon microcode. | Dave Airlie |