summaryrefslogtreecommitdiff
path: root/src/atombios_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-01radeon: add some missing math.h and assert.h includesDave Airlie1-1/+1
2010-09-30radeon: fix fbLocation for >32 bit MC addressesAlex Deucher1-10/+14
2010-08-10atombios: move adjust pixel clock around to follow KMS code flowDave Airlie1-210/+216
2010-04-13radeon: add support for pll algo selectionAlex Deucher1-1/+21
2010-02-22radeon: update new pll algoAlex Deucher1-8/+3
2010-02-03evergreen: use external clock source for DP PHYAlex Deucher1-2/+4
2010-02-03evergreen: pll fixesAlex Deucher1-13/+12
2010-02-02evergreen: DP requires coherent modeAlex Deucher1-1/+1
2010-02-02evergreen: fix units on frac_fb_divAlex Deucher1-1/+1
2010-02-01evergreen: add atombios crtc/pll functionsAlex Deucher1-23/+245
2010-02-01evergreen: add crtc set base/format supportAlex Deucher1-1/+104
2009-12-10ATOM: split set base/format into separate functionsAlex Deucher1-137/+156
2009-12-09AVIVO: add new PLL codeAlex Deucher1-1/+7
2009-11-01radeon/atom: fix tv-out on r5xxAlex Deucher1-2/+2
2009-10-27ATOM: fix up DVO for DCE 3.xAlex Deucher1-2/+5
2009-10-27radeon: fix DVO on AVIVO chipsAlex Deucher1-0/+10
2009-10-22R7xx: program additional CUR/GRPH regs for 40 bit addressesAlex Deucher1-0/+9
2009-10-12ATOM: minor cleanups to pll setupAlex Deucher1-4/+5
2009-10-07ATOM: rework crtc modesetAlex Deucher1-128/+72
2009-10-07ATOM: reorder crtc dpms based on bios recommendationsAlex Deucher1-2/+2
2009-10-07ATOM: add support for AdjustDisplayPll tableAlex Deucher1-26/+44
2009-08-19rs600: add support for DisplayPriority HIGHAlex Deucher1-2/+30
2009-08-18AVIVO: add support for DisplayPriority HIGHAlex Deucher1-5/+10
2009-07-16Update to xextproto 7.1 support.Peter Hutterer1-0/+5
2009-07-09RS740: fixup display latency setting as per rs690Alex Deucher1-2/+4
2009-06-11Only enable frac fb divs on rs600/rs690/rs740 for nowAlex Deucher1-1/+4
2009-06-11Re-enable frac feedback dividers on AVIVO hardwareAlex Deucher1-0/+1
2009-04-30AVIVO: first pass at display watermark setupAlex Deucher1-34/+381
2009-04-29radeon: fix several dpms issuesAlex Deucher1-2/+2
2009-04-22radeon pll: add support for fractional feedback divsAlex Deucher1-4/+7
2009-04-02Enable byte swapping for r6xx/r7xx HardwareEduard Fuchs1-0/+14
2009-03-09R4xx: add R4xxATOM optionAlex Deucher1-15/+157
2009-03-09AVIVO: fix panningAlex Deucher1-1/+3
2009-03-04ATOM: don't use fixed ref div for LVDSAlex Deucher1-6/+3
2009-03-03AVIVO: add aspect scaling modeAlex Deucher1-1/+1
2009-02-17ATOM: don't unblank uninitialized crtcsAlex Deucher1-0/+2
2009-02-12AVIVO: fix dualhead/rotation for realAlex Deucher1-17/+2
2009-02-06AVIVO: better fix for rotationAlex Deucher1-5/+17
2009-02-06AVIVO: fix rotationAlex Deucher1-2/+5
2009-01-28Merge branch 'atom-rework' and fix conflictsAlex Deucher1-40/+18
2009-01-28Move encoder specific data to encoder dev_privAlex Deucher1-3/+4
2009-01-26Warning fixesAlex Deucher1-0/+3
2009-01-26Fix off by one when printing encoder nameAlex Deucher1-2/+2
2009-01-23Remove TMDSType, DACType, LVDSType from output recAlex Deucher1-51/+9
2009-01-06ATOM: Adjust PLL setup for recent atom changesAlex Deucher1-6/+22
2008-12-17Allow arbitrary tv-out modesAlex Deucher1-5/+0
2008-12-17atom: spc3 only requires ucEncoderMode for DIG outputsDave Airlie1-2/+0
2008-12-10Add randr 1.3 panning supportAlex Deucher1-6/+5
2008-12-09radeon: memset the pll setting functionDave Airlie1-0/+1
2008-12-05Optimise RADEONWaitForVLinePierre Ossman1-5/+0