summaryrefslogtreecommitdiff
path: root/shared-core/radeon_drv.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Drop shared-core, bsd-core, linux-core and scripts subdirsKristian Høgsberg1-1470/+0
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes1-400/+112
2008-11-19Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into...Jesse Barnes1-0/+1
2008-11-16radeon: protect cs ioctl atomic part with a mutexJerome Glisse1-0/+1
2008-11-13Merge branch 'master' into modesetting-gemJesse Barnes1-4/+24
2008-11-10radeon: add gart useable size to report to userspaceDave Airlie1-0/+2
2008-11-10radeon: disable HDP read cache for nowDave Airlie1-1/+3
2008-11-10radeon: force all ring writes to 16-dword alignment.Dave Airlie1-12/+9
2008-11-03radeon: make build againDave Airlie1-0/+1
2008-11-03radeon: add mtrr support for VRAM aperture.Dave Airlie1-0/+3
2008-11-03radeon: overhaul ring interactionsDave Airlie1-2/+4
2008-11-03radeon: add proc debugging for interrupts/ringDave Airlie1-0/+3
2008-11-03radeon: add wait rendering APIDave Airlie1-0/+2
2008-11-03radeon: rs480 fixes for bus masteringDave Airlie1-0/+5
2008-11-03radeon: remove unused gem indirect ioctlDave Airlie1-2/+0
2008-11-03radeon: make new CS2 command submission interface port older interface to thisDave Airlie1-6/+25
2008-11-03radeon: add r423 bits to modesettingDave Airlie1-0/+1
2008-11-03radeon: pull bus master enable into its own functionDave Airlie1-1/+1
2008-11-03radeon: fixup scratch register interactions properlyDave Airlie1-6/+6
2008-11-03radeon: export radeon_modesetDave Airlie1-0/+1
2008-10-27radeon: fix some fallout from the busmaster disable cleanupAlex Deucher1-5/+5
2008-10-16radeon: add initial agp support.Dave Airlie1-0/+1
2008-10-16radeon: use discardable flags on no backing store objectsDave Airlie1-1/+1
2008-10-06radeon: add comment to clarify bus mastering on PCIE chipsAlex Deucher1-4/+14
2008-10-06radeon: fix duplicate define in my last commitAlex Deucher1-1/+1
2008-10-06radeon: fix bus master enabled bits on newer asicsAlex Deucher1-0/+15
2008-10-06radeon: fix missing bit from rs740 patchMihail Zenkov1-1/+2
2008-10-04radeon: Add support for HD2100 IGP (RS740)Alex Deucher1-0/+1
2008-09-26radeon: make atom on r4xx a module optionAlex Deucher1-0/+1
2008-09-18radeon: add function to configure PCIE lanesAlex Deucher1-0/+1
2008-09-18radeon: do proper memory controller init and setupDave Airlie1-0/+1
2008-09-18make text reserve 256kDave Airlie1-1/+1
2008-09-18radeon: add initial suspend/resume supportDave Airlie1-2/+19
2008-08-19radeon: oops set correct scratchDave Airlie1-1/+1
2008-08-14radeon: add support for memory map initDave Airlie1-1/+6
2008-08-14Merge branch 'radeon-gem-cs' into modesetting-gemDave Airlie1-50/+130
2008-08-14Get legacy working finallyAlex Deucher1-1/+1
2008-08-14Brute force port of legacy crtc/encoder codeAlex Deucher1-1/+1
2008-08-14radeon: use mm_enabled variable to denote memory manager runningDave Airlie1-1/+1
2008-08-14radeon: make buffer swap for older drivers work again on GEMDave Airlie1-0/+1
2008-08-14radeon: FEDORA: add old DMA buffers on top of GEMDave Airlie1-0/+3
2008-08-08radeon: add initial support for legacy crtc/encoders.Dave Airlie1-35/+71
2008-08-06radeon: fix setting new memmap in right placeDave Airlie1-1/+1
2008-08-04radeon: add userspace mm enable switchDave Airlie1-0/+2
2008-07-31Merge commit 'origin/master' into modesetting-gemKristian Høgsberg1-23/+22
2008-07-29radeon: move code around putting emit into csDave Airlie1-2/+2
2008-07-29radeon_cs: add relocate hook for mm and non-mm relocationsDave Airlie1-2/+6
2008-07-28r300: initial command stream parser for packet 0.Dave Airlie1-0/+7
2008-07-28radeon command submission startDave Airlie1-15/+41
2008-07-26radeon: add initial atombios modesetting and GEM -> TTM translation layer.Dave Airlie1-72/+226