summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon/kms: add workaround for rn50/rv100 serversAlex Deucher2010-02-092-23/+65
* drm/radeon/kms: add support for hw i2c on r1xx-r5xxAlex Deucher2010-02-096-82/+736
* drm/radeon/kms: add radeon i2c algoAlex Deucher2010-02-055-72/+102
* drm/radeon/kms: fix r300 vram width calculationsDave Airlie2010-02-051-4/+7
* drm/radeon/kms: rs400/480 MC setup is different than r300.Dave Airlie2010-02-051-5/+21
* drm/radeon/kms: make initial state of load detect property correct.Dave Airlie2010-02-051-1/+1
* drm/radeon/kms: disable HDMI audio for now on rv710/rv730Dave Airlie2010-02-051-1/+1
* drm/radeon/kms: don't call suspend path before cleaning up GPUJerome Glisse2010-02-0511-33/+26Star
* drivers/gpu/drm/radeon/radeon_combios.c: fix warningAndrew Morton2010-02-051-2/+1Star
* ati_pcigart: fix printk format warningRandy Dunlap2010-02-051-1/+1
* drm/r100/kms: Emit cache flush to the end of command buffer. (v2)Pauli Nieminen2010-02-051-2/+8
* drm/radeon/kms: fix regression rendering issue on R6XX/R7XXJerome Glisse2010-02-054-0/+36
* drm/radeon/kms: move blit initialization after we disabled VGAJerome Glisse2010-02-052-12/+12
* drm/radeon/kms: Fix oops after radeon_cs_parser_init() failure.Michel Dänzer2010-02-011-1/+1
* drm/radeon/kms: move radeon KMS on/off switch out of staging.Dave Airlie2010-02-012-2/+2
* drm/radeon/kms: Bailout of blit if error happen & protect with mutex V3Jerome Glisse2010-02-014-45/+48
* drm/vmwgfx: Don't send bad flags to the hostJakob Bornecrantz2010-02-013-1/+27
* drm/vmwgfx: Request SVGA version 2 and bail if not foundPeter Hanzel2010-02-011-0/+11
* drm/vmwgfx: Correctly detect 3DJakob Bornecrantz2010-02-014-1/+23
* drm/ttm: remove unnecessary save_flags and ttm_flag_masked in ttm_bo_util.cAustin Yuan2010-02-011-7/+2Star
* drm/kms: Remove incorrect comment in struct drm_mode_modeinfoMarcin Kościelnicki2010-02-011-1/+1
* drm/ttm: remove padding from ttm_ref_object on 64bit buildsRichard Kennedy2010-02-011-1/+1
* drm/radeon/kms: release agp on error.Dave Airlie2010-02-011-0/+3
* drm/kms/radeon/agp: Move the check of the aper_size after drm_acp_acquire and...John Kacur2010-02-011-7/+8
* drm/kms/radeon/agp: Fix warning, format ‘%d’ expects type ‘int’, but ...John Kacur2010-02-011-1/+1
* drm/ttm: Avoid conflicting reserve_memtype during ttm_tt_set_page_caching.Francisco Jerez2010-02-011-7/+16
* drm/kms/radeon: pick digitial encoders smarter. (v3)Dave Airlie2010-02-013-89/+99
* drm/radeon/kms: use active device to pick connector for encoderDave Airlie2010-02-011-1/+1
* drm/radeon/kms: fix incorrect logic in DP vs eDP connector checking.Dave Airlie2010-02-011-2/+2
* drm/radeon/kms: preface warning printk with driver nameDave Airlie2010-01-251-1/+1
* drm/radeon/kms: drop unnecessary printks.Dave Airlie2010-01-251-2/+0Star
* drm: fix regression in fb blank handlingZhenyu Wang2010-01-251-1/+1
* drm/radeon/kms: make hibernate work on IGPsDave Airlie2010-01-251-1/+2
* drm/vmwgfx: Optimize memory footprint for DMA buffers.Thomas Hellstrom2010-01-254-1/+30
* drm/ttm: Allow system memory as a busy placement.Thomas Hellstrom2010-01-251-0/+8
* Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie2010-01-2516-241/+472
|\
| * drm/radeon/kms: fix legacy get_engine/memory clockAlex Deucher2010-01-241-2/+2
| * drm/radeon/kms/atom: atom parser fixesAlex Deucher2010-01-241-2/+6
| * drm/radeon/kms: clean up atombios pll codeAlex Deucher2010-01-241-75/+121
| * drm/radeon/kms: clean up pll structAlex Deucher2010-01-244-49/+62
| * drm/radeon/kms/atom: fix crtc lock orderingAlex Deucher2010-01-241-1/+1
| * drm/radeon: r6xx/r7xx possible security issue, system ram accessJerome Glisse2010-01-204-0/+110
| * drm/radeon/kms: r600/r700 don't test ib if ib initialization failsJerome Glisse2010-01-202-12/+14
| * drm/radeon/kms: Forbid creation of framebuffer with no valid GEM objectJerome Glisse2010-01-201-1/+5
| * drm/radeon/kms: r600 handle irq vector ring overflowJerome Glisse2010-01-201-3/+7
| * drm/radeon/kms: r600/r700 don't process IRQ if not initializedJerome Glisse2010-01-201-1/+7
| * drm/radeon/kms: r600/r700 disable irq at suspendJerome Glisse2010-01-203-18/+17Star
| * drm/radeon/kms/r4xx: cleanup atom pathAlex Deucher2010-01-203-65/+25Star
| * drm/radeon/kms: fix atombios_crtc_set_baseAlex Deucher2010-01-201-3/+15
| * drm/radeon/kms/atom: upstream parser updatesAlex Deucher2010-01-202-1/+8