summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-17radeon: deal with connectors sourced to the same encoderHEADmasterAlex Deucher1-0/+46
2009-11-17radeon: fix potential memory leak in ddc codeAlex Deucher1-1/+3
2009-11-17kms: check for 0 mask for cloned outputs.Dave Airlie1-0/+5
2009-11-17kms: add cloning support.Dave Airlie2-18/+93
2009-11-16r600: remove un-needed format conversionsAlex Deucher1-39/+18
2009-11-16r600: fix num format in vtx fetchAlex Deucher1-26/+26
2009-11-12radeon: man page updatesAlex Deucher1-2/+2
2009-11-11radeon: fix support for external tmds on some legacy chipsAlex Deucher1-12/+23
2009-11-09r600/r700: typo, fix mask of DB_ALPHA_TO_MASKAlex Deucher1-3/+3
2009-11-09IGP: some IGP chips report as AGPAlex Deucher1-1/+12
2009-11-05radeon: properly fix unused label warningsAlex Deucher1-0/+4
2009-11-05Revert "Fix warning about unused defined labels in radeon_exa_funcs.c."Alex Deucher1-12/+5
2009-11-05Fix warning about unused defined labels in radeon_exa_funcs.c.Tomáš Chvátal1-5/+12
2009-11-05EXA: fallback if no pMaskPicture->pDrawableAlex Deucher2-4/+24
2009-11-05DCE3+: call transmitter init on mode setAlex Deucher4-17/+32
2009-11-04ATOM/DCE3+: fix up usPixelClock calculation for Transmitter tablesAlex Deucher1-3/+5
2009-11-01radeon/atom: fix tv-out on r5xxAlex Deucher2-4/+6
2009-10-27ATOM: fix up DVO for DCE 3.xAlex Deucher1-2/+5
2009-10-27radeon: fix DVO on AVIVO chipsAlex Deucher2-1/+16
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