summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2012-08-24drm: remove the raw_edid field from struct drm_display_infoJani Nikula13-50/+14
2012-08-24drm/ast: fix EDID memory leakJani Nikula1-0/+1
2012-08-24drm/i915: fix EDID memory leak in SDVOJani Nikula1-0/+1
2012-08-24drm/mgag200: remove unused validate_sequenceMaarten Lankhorst1-1/+0
2012-08-24drm/cirrus: Remove unused validate_sequenceMaarten Lankhorst1-1/+0
2012-08-24drm/ast: remove unused validate_sequenceMaarten Lankhorst1-1/+0
2012-08-24gma500/cdv: Fix call to cdv_intel_dp_set_m_nAlan Cox1-2/+2
2012-08-24drm: gma500: Kill the GEM glue layerLaurent Pinchart5-96/+8
2012-08-24gma500: Disable the clock gating of display controller to make DP/eDP work wellZhao Yakui2-0/+28
2012-08-24gma500/cdv: Add eDP supportZhao Yakui14-61/+751
2012-08-24gma500/cdv: enable the DisplayPort supportAlan Cox1-2/+9
2012-08-24gma500/cdv: sync up and add the displayport code to the buildAlan Cox4-245/+260
2012-08-24gma500/cdv: add the bits that don't need the new codeAlan Cox4-3/+161
2012-08-24gma500: Add the support of display port on CDVAlan Cox3-4/+1661
2012-08-24gma500: Program the DPLL lane based on the selected digitial portZhao Yakui3-31/+58
2012-08-24gma500: Fix incorrect SR issue when disabling CRTC already in disabled stateZhao Yakui1-4/+3
2012-08-17Merge tag 'v3.6-rc2' into drm-intel-nextDaniel Vetter100-1222/+1752
2012-08-15Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie6-8/+45
2012-08-15Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie5-43/+43
2012-08-14drm/i915: Apply post-sync write for pipe control invalidatesChris Wilson1-18/+23
2012-08-14drm/i915: reorder edp disabling to fix ivb MacBook AirDaniel Vetter1-7/+7
2012-08-14drm/nv86/fifo: suspend fixMaxim Levitsky1-0/+9
2012-08-14drm/nouveau: disable copy engine on NVAFHenrik Rydberg1-1/+0
2012-08-14nouveau: fixup scanout enable in nvc0_pmMaarten Lankhorst1-1/+1
2012-08-14drm/nouveau/aux: mask off higher bits of auxch index in i2c table entryBen Skeggs1-1/+1
2012-08-14drm/nvd0/disp: mask off high 16 bit of negative cursor x-coordinateChristoph Bumiller1-1/+1
2012-08-13drm/i915: ensure i2c adapter is all set before adding itJani Nikula1-3/+4
2012-08-13drm/radeon: fix typo in function header commentDmitrii Cherkasov1-1/+1
2012-08-13drm/radeon/kms: implement timestamp userspace query (v2)Marek Olšák9-7/+80
2012-08-13drm/radeon/kms: add MSAA texture support for r600-evergreenMarek Olšák3-2/+15
2012-08-13drm/radeon/kms: reorder code in r600_check_texture_resourceMarek Olšák1-26/+26
2012-08-13drm/radeon: fence virtual address and free it once idle v4Jerome Glisse5-21/+55
2012-08-13drm/radeon: fix some missing parens in asic macrosAlex Deucher1-5/+5
2012-08-13drm/radeon: fix ordering in pll picking on dce4+Alex Deucher1-4/+4
2012-08-13drm/radeon: do not reenable crtc after moving vram start addressJerome Glisse3-76/+2
2012-08-13drm/radeon: fix bank tiling parameters on caymanAlex Deucher1-3/+11
2012-08-13drm/radeon: fix bank tiling parameters on evergreenAlex Deucher1-3/+11
2012-08-13drm/radeon: fix bank tiling parameters on SIChristian König1-4/+12
2012-08-13drm/radeon: properly handle crtc powergatingAlex Deucher3-2/+17
2012-08-13drm/radeon: properly handle SS overrides on TN (v2)Alex Deucher1-12/+37
2012-08-13drm/radeon/dce4+: set a more reasonable cursor watermarkAlex Deucher1-2/+4
2012-08-13drm/radeon: fix handling for ddc type 5 on combiosAlex Deucher1-21/+36
2012-08-12drm/i915: don't grab dev->struct_mutex for userspace forcewakDaniel Vetter1-18/+0
2012-08-11drm/i915: ignore eDP bpc settings from vbtDaniel Vetter1-11/+0
2012-08-11drm/i915: Fix blank panel at reopening lidTakashi Iwai1-4/+9
2012-08-10drm/i915: try harder to find WR PLL clock settingsPaulo Zanoni1-22/+17
2012-08-10drm/i915: use the correct encoder type when comparingPaulo Zanoni1-6/+6
2012-08-10drm/mgag200: fix G200ER pll picking algorithmDave Airlie1-5/+7
2012-08-10drm/edid: Fix potential memory leak in edid_load()Alexey Khoroshilov1-3/+5
2012-08-10drm/i915: Lazily apply the SNB+ seqno w/aChris Wilson5-15/+21