summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2010-02-05Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder1-1/+1
2010-02-04Fix misspellings of "truly" in comments.Adam Buchbinder1-1/+1
2010-02-01Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds9-145/+162
2010-02-01drm/radeon/kms: Fix oops after radeon_cs_parser_init() failure.Michel Dänzer1-1/+1
2010-02-01drm/radeon/kms: Bailout of blit if error happen & protect with mutex V3Jerome Glisse4-45/+48
2010-02-01drm/radeon/kms: release agp on error.Dave Airlie1-0/+3
2010-02-01drm/kms/radeon/agp: Move the check of the aper_size after drm_acp_acquire and...John Kacur1-7/+8
2010-02-01drm/kms/radeon/agp: Fix warning, format ‘%d’ expects type ‘int’, but ...John Kacur1-1/+1
2010-02-01drm/kms/radeon: pick digitial encoders smarter. (v3)Dave Airlie3-89/+99
2010-02-01drm/radeon/kms: use active device to pick connector for encoderDave Airlie1-1/+1
2010-02-01drm/radeon/kms: fix incorrect logic in DP vs eDP connector checking.Dave Airlie1-2/+2
2010-01-25Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds21-275/+519
2010-01-25drm/radeon/kms: preface warning printk with driver nameDave Airlie1-1/+1
2010-01-25drm/radeon/kms: drop unnecessary printks.Dave Airlie1-2/+0
2010-01-25drm/radeon/kms: make hibernate work on IGPsDave Airlie1-1/+2
2010-01-24drm/radeon/kms: fix legacy get_engine/memory clockAlex Deucher1-2/+2
2010-01-24drm/radeon/kms/atom: atom parser fixesAlex Deucher1-2/+6
2010-01-24drm/radeon/kms: clean up atombios pll codeAlex Deucher1-75/+121
2010-01-24drm/radeon/kms: clean up pll structAlex Deucher4-49/+62
2010-01-24drm/radeon/kms/atom: fix crtc lock orderingAlex Deucher1-1/+1
2010-01-21drm/radeon: r6xx/r7xx possible security issue, system ram accessJerome Glisse4-0/+110
2010-01-21drm/radeon/kms: r600/r700 don't test ib if ib initialization failsJerome Glisse2-12/+14
2010-01-21drm/radeon/kms: Forbid creation of framebuffer with no valid GEM objectJerome Glisse1-1/+5
2010-01-21drm/radeon/kms: r600 handle irq vector ring overflowJerome Glisse1-3/+7
2010-01-21drm/radeon/kms: r600/r700 don't process IRQ if not initializedJerome Glisse1-1/+7
2010-01-21drm/radeon/kms: r600/r700 disable irq at suspendJerome Glisse3-18/+17
2010-01-21drm/radeon/kms/r4xx: cleanup atom pathAlex Deucher3-65/+25
2010-01-21drm/radeon/kms: fix atombios_crtc_set_baseAlex Deucher1-3/+15
2010-01-21drm/radeon/kms/atom: upstream parser updatesAlex Deucher2-1/+8
2010-01-21drm/radeon/kms/atom: fix some parser bugsAlex Deucher1-16/+74
2010-01-21drm/radeon/kms: fix hardcoded mmio size in register functionsAlex Deucher1-2/+2
2010-01-21drm/radeon/kms/r100: fix bug in CS parserAlex Deucher1-0/+1
2010-01-21drm/radeon/kms/r200: fix bug in CS parserAndrew Randrianasulu1-0/+2
2010-01-21drm/radeon/kms/r200: fix bug in CS parserAndrew Randrianasulu1-2/+5
2010-01-14drm/radeon/kms: Use radeon_agp_disable when disabling AGPJerome Glisse6-14/+15
2010-01-14drm/radeon/kms: Disable AGP is aperture size < 32MJerome Glisse1-0/+7
2010-01-14drm/radeon/kms: Fix r600 blit cleanup pathJerome Glisse3-15/+21
2010-01-14drm/radeon/kms: Do not unpin buffer in fb destructionJerome Glisse1-1/+0
2010-01-14drm/radeon/kms: fix displayport->dvi connector DDC.Dave Airlie1-1/+2
2010-01-13Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds5-6/+39
2010-01-13drm/radeon/kms: only evict to GTT if CP is readyDave Airlie1-1/+4
2010-01-13drm/radeon/kms: Fix crash getting TV info with no BIOS.Michel Dänzer1-0/+3
2010-01-13drm/radeon/kms/rv100: reject modes > 135 Mhz on DVI (v2)Alex Deucher1-0/+8
2010-01-13drm/radeon/kms/r6xx+: make irq handler less verboseAlex Deucher1-4/+4
2010-01-13drm/radeon/kms: fix up LVDS handling on macs (v2)Alex Deucher1-1/+20
2010-01-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds31-469/+1524
2010-01-11drm/radeon/kms: add additional safe regs for r4xx/rs6xx and r5xxAlex Deucher5-2/+881
2010-01-08drm/radeon/kms: Don't try to enable IRQ if we have no handler installedJerome Glisse4-5/+28
2010-01-08drm/radeon: mkregtable.c: close a file before exitAlexander Beregalov1-1/+3
2010-01-08drm/radeon/kms: Make sure we release AGP device if we acquired itJerome Glisse5-8/+6