summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-27atom: loosen pll min output limitsAlex Deucher1-0/+9
2009-10-24Disable color tiling on r600/r700Luca Tettamanti1-0/+4
2009-10-23radeon: clamp the internal FB map to the aperture size v2Alex Deucher1-0/+12
2009-10-22R7xx: program additional CUR/GRPH regs for 40 bit addressesAlex Deucher3-0/+25
2009-10-22ATOM: use indirect addressing for regs >= 0x10000Alex Deucher1-2/+17
2009-10-21ATOM: fix up get clock infoAlex Deucher3-24/+51
2009-10-18radeon: fixup CustomEDID optionAlex Deucher2-22/+19
2009-10-13radeon: add XV_CRTC attribute for textured videoAlex Deucher4-32/+87
2009-10-12ATOM: minor cleanups to pll setupAlex Deucher1-4/+5
2009-10-09Fix some issues with CustomEDID supportCsillag Kristof1-1/+30
2009-10-09r600 EXA: fix up mask reg mixupAlex Deucher3-5/+5
2009-10-09r600 EXA: fix some compile warningsAlex Deucher1-1/+2
2009-10-09r600 EXA: properly check planemaskAlex Deucher1-9/+44
2009-10-09Revert "radeon: clamp the internal FB map to the aperture size"Dave Airlie1-9/+0
2009-10-09Revert "kms: setup colormap and gamma correctly."Dave Airlie2-2/+85
2009-10-09kms: don't use scratch pixmaps at allDave Airlie1-35/+45
2009-10-09drmmode: reload cursors on modesetDave Airlie1-1/+2
2009-10-07ATOM: rework crtc modesetAlex Deucher4-161/+142
2009-10-07ATOM: reorder crtc dpms based on bios recommendationsAlex Deucher2-5/+5
2009-10-07ATOM: add support for AdjustDisplayPll tableAlex Deucher1-26/+44
2009-10-07radeon: clamp the internal FB map to the aperture sizeAlex Deucher1-0/+9
2009-10-07radeon: fix rotation since mixed pixmaps.Dave Airlie1-1/+1
2009-10-06radeon: Fix duplicated bit settingsRoel Kluin2-6/+6
2009-10-06Don't call radeon_cs_flush_indirect() without KMS.Michel Dänzer1-1/+4
2009-10-05kms: assume accel is working is info ioctl return -EINVALJerome Glisse1-7/+8
2009-10-05kms: only touch gamma stuff on 1.7Dave Airlie1-0/+2
2009-10-05R1/2xx EXA: Minimise number of draw primitives used for Composite operations.Alex Deucher1-30/+80
2009-10-05kms: don't use scratch pixmaps when copying fbcon.Dave Airlie1-11/+22
2009-10-04radeon: add support for Custom EDIDCsillag Kristof5-1/+93
2009-10-05kms: setup colormap and gamma correctly.Dave Airlie2-86/+5
2009-10-04R6/7xx EXA: Add support for BGRA picture formats.Alex Deucher1-5/+34
2009-10-04radeon: fix build without kmsDave Airlie1-0/+2
2009-10-03Fix KMS on big endian machines.Michel Dänzer8-62/+185
2009-10-03EXA: Bail earlier from PrepareCopy hook on trivially unsupportable conditions.Michel Dänzer1-9/+9
2009-10-03R3/5xx EXA: Add support for BGRA picture formats.Michel Dänzer1-0/+20
2009-10-03R3/5xx EXA: Minimise number of draw primitives used for Composite operations.Michel Dänzer2-12/+37
2009-10-03EXA: Don't always flush when switching between 2D/3D engines with KMS.Michel Dänzer1-1/+7
2009-10-03KMS: Double-buffer textured video source image upload.Michel Dänzer4-25/+39
2009-10-03KMS: Don't hide HW cursor when it's updated.Michel Dänzer1-0/+1
2009-10-03Fix some compiler warnings.Michel Dänzer1-2/+4
2009-10-02radeon: Remove gatos message from driver startupKenneth Graunke1-4/+0
2009-09-30radeon/kms: fallback to shadowfb if kernel report acceleration is offJerome Glisse2-13/+34
2009-09-25radeon: fix segfault in MMIO path in RADEONInit3DEngineAlex Deucher1-4/+4
2009-09-25kms/r600: add support for vline relocsAlex Deucher1-8/+29
2009-09-25radeon: fix vline handling for kmsAlex Deucher7-132/+104
2009-09-26r600: fix buildDave Airlie1-1/+1
2009-09-26r600/xv: fix dst bo write domainDave Airlie1-1/+1
2009-09-26radeon: fix zaphodDave Airlie1-0/+2
2009-09-25r600: fix bo accounting for XvAlex Deucher2-0/+12
2009-09-25r600: space check wasn't correct.Dave Airlie2-31/+53