summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-16src/Makefile.am: missing 3 header files in tarballGaetan Nadon1-1/+4
2009-12-15fix 200M freezes on VT switch if CRTC is disabledMatthias Hopf1-0/+10
2009-12-14dri: be more useful if disabling DRI due to KMS/UMS mismatch.Corbin Simpson1-32/+45
2009-12-10ATOM: split set base/format into separate functionsAlex Deucher1-137/+156
2009-12-09AVIVO: add new PLL codeAlex Deucher5-4/+98
2009-12-03radeon: fix crtc2 dpmsMatthijs Kooijman1-4/+3
2009-12-02radeon: only read RADEON_PPLL_REF_DIV for ref div on pre-avivoAlex Deucher1-12/+13
2009-12-02radeon: Lift hardcoded limit from RADEONQueryImageAttributesKusanagi Kouichi3-2/+10
2009-12-02Merge remote branch 'origin/displayport'Dave Airlie5-80/+1037
2009-12-01r600: fix multi-operation in single batch support.Dave Airlie10-113/+598
2009-11-30R600: fix some warningsKusanagi Kouichi1-2/+4
2009-11-30atom: pull misc mode info for lvds panel mode from bios tablesAlex Deucher2-1/+24
2009-11-27radeon: clean up DP codeAlex Deucher4-152/+70
2009-11-27r600/accel: cleanup and merge a lot of the accel functionsDave Airlie6-312/+135
2009-11-26dce3: CV1/TV1OutputControl tables didn't go away until dce3.2Alex Deucher1-6/+7
2009-11-26kms: Fix resizing when acceleration is disabledJerome Glisse1-4/+20
2009-11-26dce3: no CV1 or TV1 Output Control tables anymore.Dave Airlie1-9/+16
2009-11-26atombios: CV mode retrival was broken.Dave Airlie1-2/+7
2009-11-26radeon: fix typo in unused as of yet CV codeDave Airlie1-1/+1
2009-11-26fixes displayport for me hereDave Airlie1-1/+2
2009-11-26displayport: cleanup call dp from dpms on instead.Dave Airlie3-14/+21
2009-11-25dri2: Use drmGetDeviceNameFromFd() instead of open coded loop.Kristian Høgsberg2-34/+6
2009-11-25Revert "r600: enable multiple operations in one CS"Dave Airlie1-2/+1
2009-11-25radeon/exa: change option to determine exa pixmap usage.Dave Airlie4-24/+19
2009-11-25r600/xv: drop inited 3d false in xv coder6xx-kms-multi-opDave Airlie1-4/+0
2009-11-25r600: enable multiple operations in one CSDave Airlie1-1/+2
2009-11-25r600: fixup problems with EXA operation reset for multiple opsDave Airlie5-23/+30
2009-11-25kms: flush cs on close screen.Dave Airlie1-0/+3
2009-11-25radeon: fix check for no work in operationDave Airlie2-4/+4
2009-11-25r600: refactor code to help future acceleration speedups.Dave Airlie5-47/+83
2009-11-25kms: allow prepare copy to fail without dyingDave Airlie1-2/+5
2009-11-24radeon/kms: drop special r600 indirect flushDave Airlie2-25/+8
2009-11-24r600: enable mixed pixmapsDave Airlie1-3/+3
2009-11-23DCE3.2: fix uniphy2 dvi issuesAlex Deucher1-0/+12
2009-11-23Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
2009-11-23radeon: fix warning in printfDave Airlie1-2/+2
2009-11-23radeon: surround mixed pixmaps usage with ifdef check for old serversDave Airlie1-0/+4
2009-11-23radeon: avoid using hw pixmaps when we have little VRAM.Dave Airlie6-1/+50
2009-11-20dp fix timingAlex Deucher1-2/+9
2009-11-20r300: render target limit is 2560Alex Deucher3-7/+23
2009-11-19DP: hack that makes DP work.Alex Deucher1-1/+1
2009-11-19wipAlex Deucher1-3/+8
2009-11-20kms: recalculate the flush limits after screen resize.Dave Airlie3-4/+24
2009-11-20radeon: r100/r200 have a 2047 scissor limitDave Airlie1-10/+20
2009-11-19DP wipAlex Deucher1-31/+92
2009-11-19INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon1-1/+0
2009-11-19INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2-3/+6
2009-11-19Several driver modules do not have a ChangeLog target in Makefile.am #23814Gaetan Nadon2-9/+5
2009-11-19.gitignore: use common defaults with custom section # 24239Gaetan Nadon2-20/+67
2009-11-18more dp cleanupAlex Deucher1-169/+91