summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-22Add Ontario fusion APU pci idsAlex Deucher6-0/+24
2010-11-22ontario: add UMS modesetting supportAlex Deucher5-20/+49
2010-11-19evergreen: fix typo for fetch resource offsetJerome Glisse1-1/+1
2010-11-17radeon/kms: fix buffer base alignment for tilingAlex Deucher4-17/+48
2010-11-15dce4: improve the VT switching code.Dave Airlie2-121/+385
2010-11-11evergreen: remove warnings since last commitDave Airlie1-2/+2
2010-11-11evergreen: add UMS VT switch support.Dave Airlie2-2/+179
2010-11-11avivo: use arrays to store the crtc/pll info for save/restoreDave Airlie2-190/+191
2010-11-05Fix incorrect CS size in one textured video path. (Bug #31364)Michel Dänzer1-1/+1
2010-10-29radeon/kms: more alignment fixesAlex Deucher1-1/+12
2010-10-28dri2: reference count the client privates key/callbackDave Airlie2-10/+17
2010-10-28radeon: only register block handler once per fd.Dave Airlie2-1/+4
2010-10-27drm/radeon: unify fb bo alignment harderAlex Deucher3-25/+32
2010-10-27kms/radeon: unify fb bo alignment handlingAlex Deucher4-40/+68
2010-10-27Re-use result of GetScreenPixmap call.Michel Dänzer1-3/+3
2010-10-27Fix another stray xfree() call.Michel Dänzer1-1/+1
2010-10-27Don't try to delete DRI2 event list entries that were never added. (Bug #31086)Michel Dänzer1-4/+10
2010-10-24r100: add some missing bits in SE_COORD_FMTAlex Deucher1-0/+2
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-24UMS/atom: default to DVI mode if we don't have monitor hdmi infoAlex Deucher1-1/+1
2010-10-19Correct spelling and grammarMark Schreiber1-35/+36
2010-10-19Xv: limit overlay to 2047x2047Alex Deucher1-6/+6
2010-10-19radeon: fix compilation on xserver >= 1.10Alex Deucher1-3/+2
2010-10-19r600: for 2d tiles we need to align to channels no banks.Dave Airlie1-1/+1
2010-10-18kms: Let the server know if we got more than 1 EDID blockAdam Jackson1-4/+8
2010-10-14evergreen: requires same cursor fix as avivo chipsAlex Deucher1-17/+12
2010-10-14Don't allow the config file to override BIOS locationAdam Jackson1-8/+0
2010-10-13evergreen: increase XV_CRTC Xv attribute rangeAlex Deucher1-1/+17
2010-10-10DCE3+: UMS modesetting fixesAlex Deucher1-4/+3
2010-10-08ATOM DDC fixes for UMSAlex Deucher2-4/+4
2010-10-07DCE3.2 UMS: fix duallinkAlex Deucher1-0/+2
2010-10-07fix the non-kms buildAlex Deucher9-3/+28
2010-10-07radeon: proper DRI2 pending events handling when client gone. (v6)Oldřich Jedlička2-28/+144
2010-10-06Purge cvs tags.Jesse Adkins2-2/+0
2010-10-06radeon: man page updatesAlex Deucher1-2/+18
2010-10-04evergreen: use EXACreatePixmap2 if availableAlex Deucher2-0/+6
2010-10-04evergreen: port Karl's UTS/DFS changes to evergreenAlex Deucher1-38/+75
2010-10-04Merge branch 'evergreen_accel' of git+ssh://git.freedesktop.org/git/xorg/driv...Alex Deucher23-279/+11692
2010-10-01evergreen/dri2: fix depth allocation for depth+stencilAlex Deucher1-14/+75
2010-09-30radeon: fix fbLocation for >32 bit MC addressesAlex Deucher5-21/+27
2010-09-30r6xx: fix bad mask when setting up HDP_NONSURFACE_BASEAlex Deucher1-1/+1
2010-09-27bump version post releaseAlex Deucher1-1/+1
2010-09-27bump version for releasexf86-video-ati-6.13.2Alex Deucher1-1/+1
2010-09-27Fix some unaligned 32bit accesses in the AtomBios code.Michael Cree1-3/+3
2010-09-27radeon: Convert remaining x(c)alloc/xfree to m/calloc/free.Nicolas Reinecke3-7/+7
2010-09-20RADEONPrepareAccess_CS: fallback to DFS when pixmap is in VRAMKarl Tomlinson1-3/+33
2010-09-20radeon: complete UTS and DFS even when a scratch BO is not necessaryKarl Tomlinson2-100/+82
2010-09-20radeon: complete big endian UTS and DFS even when scratch allocation fails.Karl Tomlinson1-36/+84
2010-09-20RADEONDownloadFromScreenCS: flush CS writes before mapping BO for readKarl Tomlinson1-2/+12