summaryrefslogtreecommitdiff
path: root/src/radeon_crtc.c
AgeCommit message (Expand)Author
2012-01-05DPMS: Split non-modeset CRTC DPMS function.Egbert Eich
2012-01-05UMS: Fix lockups in palette save/restore on pre-AVIVO chips.Egbert Eich
2011-05-13UMS: Fix comparison of unsigned variable against < 0.Michel Dänzer
2010-12-01radeon: add some missing math.h and assert.h includesDave Airlie
2010-11-22ontario: add UMS modesetting supportAlex Deucher
2010-06-21Convert x(c)alloc/xfree to m/calloc/free.Michel Dänzer
2010-06-16radeon: fix depth 16 with umsAlex Deucher
2010-04-13radeon: add support for pll algo selectionAlex Deucher
2010-03-05radeon: disable frac fb div with new pll codeAlex Deucher
2010-02-26Use/define RADEON_GPU_PAGE_SIZE instead of sprinkling 4096 everywhere.Matt Turner
2010-02-22AVIVO: set frac fb divider pll flagAlex Deucher
2010-02-22radeon: update new pll algoAlex Deucher
2010-02-15Allocate Xv buffers to GTT.Pauli Nieminen
2010-02-01evergreen: add atombios crtc/pll functionsAlex Deucher
2010-02-01evergreen: add crtc set base/format supportAlex Deucher
2010-02-01evergreen: add lut supportAlex Deucher
2010-02-01evergreen: add base asic supportAlex Deucher
2010-01-27radeon: minor pll updatesAlex Deucher
2009-12-09AVIVO: add new PLL codeAlex Deucher
2009-06-11Add PLL flag to prefer frequencies <= the target freqAlex Deucher
2009-04-29radeon: fix several dpms issuesAlex Deucher
2009-04-27AVIVO: disable fractional feedback divsAlex Deucher
2009-04-23radeon: minor cleanup and warning fixAlex Deucher
2009-04-22radeon pll: add support for fractional feedback divsAlex Deucher
2009-04-16Revert "DCE3/3.2: cleanup dpms after previous changes"Alex Deucher
2009-04-04DCE3/3.2: cleanup dpms after previous changesAlex Deucher
2009-03-13radeon: add support for 30 bit LUTsAlex Deucher
2009-03-09R4xx: add R4xxATOM optionAlex Deucher
2009-03-09AVIVO: fix panningAlex Deucher
2009-03-03Rotation: don't rotate if acceleration is not activeAlex Deucher
2009-02-26Merge branch 'r6xx-r7xx-support' of git+ssh://agd5f@git.freedesktop.org/git/x...Alex Deucher
2009-02-17ATOM: don't unblank uninitialized crtcsAlex Deucher
2009-02-03Allow rotation on r6xx/r7xxAlex Deucher
2008-12-10Add randr 1.3 panning supportAlex Deucher
2008-11-24Don't support rotation is accel is not availableAlex Deucher
2008-10-09radeon: rename radeon_memory to radeon_legacy_memory.Dave Airlie
2008-08-26fix some fallout from the common allocatorAlex Deucher
2008-08-25Convert randr, Xv to a common allocatorAlex Deucher
2008-08-25Switch to using radeon_drm.h from the drmAlex Deucher
2008-08-25Move DRI to a separate structAlex Deucher
2008-08-25Move CP into a separate structAlex Deucher
2008-08-14PLL adjustmentsAlex Deucher
2008-07-21First pass at InitDispBandwidth() for AVIVO chipsAlex Deucher
2008-07-21Clean up legacy display watermark setupAlex Deucher
2008-06-24RADEON: remove extraneous line from new pll codeJiří Paleček
2008-06-23RADEON: PLL tweaksJiří Paleček
2008-06-23RADEON: adjust randr crtc/output prepare/commit orderingAlex Deucher
2008-05-12Replace CARD{8,16,32} with uint{8,16,32}_tMatt Turner
2008-04-29RADEON: assorted fixesAlex Deucher
2008-03-19[PATCH] Compile warning fixes.Paulo Cesar Pereira de Andrade