| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | drm/radeon/kms: switch all KMS driver ioctls to unlocked. | Dave Airlie | 2010-02-09 | 1 | -12/+12 |
* | drm/radeon/kms/atom: add a helper function to get the radeon connector priv | Alex Deucher | 2010-02-09 | 1 | -59/+48 |
* | drm/radeon/kms/atom: clean up spread spectrum code | Alex Deucher | 2010-02-09 | 1 | -18/+20 |
* | drm/radeon/kms: add pll quirk for toshiba laptop panel | Alex Deucher | 2010-02-09 | 1 | -0/+18 |
* | drm/radeon/kms: rework pll algo selection | Alex Deucher | 2010-02-09 | 5 | -34/+70 |
* | drm/radeon/kms: clean up some low-hanging magic numbers | Alex Deucher | 2010-02-09 | 3 | -30/+33 |
* | drm/radeon/kms: add support for hardcoded edids in rom (v2) | Alex Deucher | 2010-02-09 | 4 | -17/+66 |
* | drm/radeon/kms: add workaround for rn50/rv100 servers | Alex Deucher | 2010-02-09 | 2 | -23/+65 |
* | drm/radeon/kms: add support for hw i2c on r1xx-r5xx | Alex Deucher | 2010-02-09 | 6 | -82/+736 |
* | drm/radeon/kms: add radeon i2c algo | Alex Deucher | 2010-02-05 | 5 | -72/+102 |
* | drm/radeon/kms: fix r300 vram width calculations | Dave Airlie | 2010-02-05 | 1 | -4/+7 |
* | drm/radeon/kms: rs400/480 MC setup is different than r300. | Dave Airlie | 2010-02-05 | 1 | -5/+21 |
* | drm/radeon/kms: make initial state of load detect property correct. | Dave Airlie | 2010-02-05 | 1 | -1/+1 |
* | drm/radeon/kms: disable HDMI audio for now on rv710/rv730 | Dave Airlie | 2010-02-05 | 1 | -1/+1 |
* | drm/radeon/kms: don't call suspend path before cleaning up GPU | Jerome Glisse | 2010-02-05 | 11 | -33/+26 |
* | drivers/gpu/drm/radeon/radeon_combios.c: fix warning | Andrew Morton | 2010-02-05 | 1 | -2/+1 |
* | ati_pcigart: fix printk format warning | Randy Dunlap | 2010-02-05 | 1 | -1/+1 |
* | drm/r100/kms: Emit cache flush to the end of command buffer. (v2) | Pauli Nieminen | 2010-02-05 | 1 | -2/+8 |
* | drm/radeon/kms: fix regression rendering issue on R6XX/R7XX | Jerome Glisse | 2010-02-05 | 4 | -0/+36 |
* | drm/radeon/kms: move blit initialization after we disabled VGA | Jerome Glisse | 2010-02-05 | 2 | -12/+12 |
* | drm/radeon/kms: Fix oops after radeon_cs_parser_init() failure. | Michel Dänzer | 2010-02-01 | 1 | -1/+1 |
* | drm/radeon/kms: move radeon KMS on/off switch out of staging. | Dave Airlie | 2010-02-01 | 2 | -2/+2 |
* | drm/radeon/kms: Bailout of blit if error happen & protect with mutex V3 | Jerome Glisse | 2010-02-01 | 4 | -45/+48 |
* | drm/vmwgfx: Don't send bad flags to the host | Jakob Bornecrantz | 2010-02-01 | 3 | -1/+27 |
* | drm/vmwgfx: Request SVGA version 2 and bail if not found | Peter Hanzel | 2010-02-01 | 1 | -0/+11 |
* | drm/vmwgfx: Correctly detect 3D | Jakob Bornecrantz | 2010-02-01 | 4 | -1/+23 |
* | drm/ttm: remove unnecessary save_flags and ttm_flag_masked in ttm_bo_util.c | Austin Yuan | 2010-02-01 | 1 | -7/+2 |
* | drm/ttm: remove padding from ttm_ref_object on 64bit builds | Richard Kennedy | 2010-02-01 | 1 | -1/+1 |
* | drm/radeon/kms: release agp on error. | Dave Airlie | 2010-02-01 | 1 | -0/+3 |
* | drm/kms/radeon/agp: Move the check of the aper_size after drm_acp_acquire and... | John Kacur | 2010-02-01 | 1 | -7/+8 |
* | drm/kms/radeon/agp: Fix warning, format ‘%d’ expects type ‘int’, but ... | John Kacur | 2010-02-01 | 1 | -1/+1 |
* | drm/ttm: Avoid conflicting reserve_memtype during ttm_tt_set_page_caching. | Francisco Jerez | 2010-02-01 | 1 | -7/+16 |
* | drm/kms/radeon: pick digitial encoders smarter. (v3) | Dave Airlie | 2010-02-01 | 3 | -89/+99 |
* | drm/radeon/kms: use active device to pick connector for encoder | Dave Airlie | 2010-02-01 | 1 | -1/+1 |
* | drm/radeon/kms: fix incorrect logic in DP vs eDP connector checking. | Dave Airlie | 2010-02-01 | 1 | -2/+2 |
* | drm/radeon/kms: preface warning printk with driver name | Dave Airlie | 2010-01-25 | 1 | -1/+1 |
* | drm/radeon/kms: drop unnecessary printks. | Dave Airlie | 2010-01-25 | 1 | -2/+0 |
* | drm: fix regression in fb blank handling | Zhenyu Wang | 2010-01-25 | 1 | -1/+1 |
* | drm/radeon/kms: make hibernate work on IGPs | Dave Airlie | 2010-01-25 | 1 | -1/+2 |
* | drm/vmwgfx: Optimize memory footprint for DMA buffers. | Thomas Hellstrom | 2010-01-25 | 4 | -1/+30 |
* | drm/ttm: Allow system memory as a busy placement. | Thomas Hellstrom | 2010-01-25 | 1 | -0/+8 |
* | Merge remote branch 'korg/drm-radeon-next' into drm-linus | Dave Airlie | 2010-01-25 | 16 | -241/+472 |
|\ |
|
| * | drm/radeon/kms: fix legacy get_engine/memory clock | Alex Deucher | 2010-01-24 | 1 | -2/+2 |
| * | drm/radeon/kms/atom: atom parser fixes | Alex Deucher | 2010-01-24 | 1 | -2/+6 |
| * | drm/radeon/kms: clean up atombios pll code | Alex Deucher | 2010-01-24 | 1 | -75/+121 |
| * | drm/radeon/kms: clean up pll struct | Alex Deucher | 2010-01-24 | 4 | -49/+62 |
| * | drm/radeon/kms/atom: fix crtc lock ordering | Alex Deucher | 2010-01-24 | 1 | -1/+1 |
| * | drm/radeon: r6xx/r7xx possible security issue, system ram access | Jerome Glisse | 2010-01-20 | 4 | -0/+110 |
| * | drm/radeon/kms: r600/r700 don't test ib if ib initialization fails | Jerome Glisse | 2010-01-20 | 2 | -12/+14 |
| * | drm/radeon/kms: Forbid creation of framebuffer with no valid GEM object | Jerome Glisse | 2010-01-20 | 1 | -1/+5 |