summaryrefslogtreecommitdiff
path: root/src/radeon_driver.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15Don't bother to include vbe.hAdam Jackson1-1/+0
2012-06-16radeon: migrate remainder of radeon_driver.c to rest of driverDave Airlie1-186/+0
2012-06-15radeon: more unused stuffDave Airlie1-8/+3
2012-06-15radeon: move macros into radeon.hDave Airlie1-1/+0
2012-06-15radeon: misc cleanups.Dave Airlie1-4/+0
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie1-6218/+1
2012-06-01radeon: fix compat api for newest planned API.Dave Airlie1-5/+5
2012-05-24radeon: update compat-api.h for block handler + enable/disable fb.Dave Airlie1-4/+3
2012-05-23compat for new server APIDave Airlie1-34/+33
2012-05-23ati: convert to new screen conversion APIsDave Airlie1-5/+5
2012-05-23radeon/xaa: drop scrnIndex parameter to some functionsDave Airlie1-2/+2
2012-01-05DPMS: Split non-modeset CRTC DPMS function.Egbert Eich1-2/+2
2012-01-05UMS: Fix lockups in palette save/restore on pre-AVIVO chips.Egbert Eich1-26/+35
2012-01-02Update for new vgaHW API.Matthieu Herrb1-1/+3
2011-11-08UMS: Guard references to PCITAG / pciTag with XSERVER_LIBPCIACCESS (bug #42690)Michel Dänzer1-0/+2
2011-08-17Bail if we're trying to start up in UMS mode on KMS.Michel Dänzer1-2/+6
2011-05-31radeon: add support for llano APUsAlex Deucher1-2/+4
2011-02-21Properly restore CLOCK_CNTL_INDEX registerMark Kettenis1-2/+3
2011-01-06Bail on NI cards with UMSAlex Deucher1-0/+8
2010-12-03Add missing call to vbeFree (bug 4417)Matt Turner1-0/+1
2010-12-01radeon: make sure EXA is off when EXA is disabled with --disable-exaDave Airlie1-0/+2
2010-11-22ontario: add UMS modesetting supportAlex Deucher1-16/+27
2010-11-15dce4: improve the VT switching code.Dave Airlie1-118/+352
2010-11-11evergreen: remove warnings since last commitDave Airlie1-2/+2
2010-11-11evergreen: add UMS VT switch support.Dave Airlie1-0/+172
2010-11-11avivo: use arrays to store the crtc/pll info for save/restoreDave Airlie1-184/+184
2010-10-24UMS/radeon: fix typo in restore paletteAlex Deucher1-1/+1
2010-10-24UMS/radeon: fix screen dimming on VT switchAlex Deucher1-22/+31
2010-10-14Don't allow the config file to override BIOS locationAdam Jackson1-8/+0
2010-09-30radeon: fix fbLocation for >32 bit MC addressesAlex Deucher1-4/+4
2010-09-30r6xx: fix bad mask when setting up HDP_NONSURFACE_BASEAlex Deucher1-1/+1
2010-06-21Convert x(c)alloc/xfree to m/calloc/free.Michel Dänzer1-16/+16
2010-04-21Reference count shared driver mappings.Owain Ainsworth1-4/+8
2010-04-21Make consistent use of fbOffset and share fb mappings.Owain G. Ainsworth1-13/+32
2010-04-21Remove remnants of the ShowCache option.Owain G. Ainsworth1-15/+0
2010-04-12Xv overlay: set scalerwidth to 1920 on r3xx/r4xx chipsAlex Deucher1-0/+4
2010-03-15radeon: remove some leftover debugging outputAlex Deucher1-2/+0
2010-02-26Use RADEON_ALIGN instead of open coding it.Matt Turner1-2/+2
2010-02-26Use/define RADEON_GPU_PAGE_SIZE instead of sprinkling 4096 everywhere.Matt Turner1-4/+4
2010-02-26add more triple-head server IDCooper Yuan1-12/+17
2010-02-25update ZaphodHeads optionAlex Deucher1-27/+12
2010-02-23radeon: fixes for zaphodheads optionAlex Deucher1-11/+17
2010-02-17radeon: add ZaphodHeads optionAlex Deucher1-6/+57
2010-02-05rs400/rs480: mc idle bit is bit 2 like original radeonDave Airlie1-0/+6
2010-02-01evergreen: add base asic supportAlex Deucher1-8/+106
2009-12-09AVIVO: add new PLL codeAlex Deucher1-0/+1
2009-12-02radeon: only read RADEON_PPLL_REF_DIV for ref div on pre-avivoAlex Deucher1-12/+13
2009-11-09IGP: some IGP chips report as AGPAlex Deucher1-1/+12
2009-10-23radeon: clamp the internal FB map to the aperture size v2Alex Deucher1-0/+12
2009-10-09Revert "radeon: clamp the internal FB map to the aperture size"Dave Airlie1-9/+0