aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-22Merge branch 'drm-fixes-3.15' of git://people.freedesktop.org/~deathsimple/linux into drm-fixesDave Airlie9-79/+216
2014-05-22Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixesDave Airlie2-1/+2
2014-05-20drm/radeon/pm: don't allow debugfs/sysfs access when PX card is off (v2)Alex Deucher1-1/+41
2014-05-20drm/radeon: avoid segfault on device open when accel is not working.Jérôme Glisse1-26/+29
2014-05-20drm/radeon: fix typo in finding PLL paramsChristian König1-1/+1
2014-05-20drm/radeon: fix register typo on siAlex Deucher1-2/+2
2014-05-20drm/radeon: fix buffer placement under memory pressure v2Christian König1-1/+1
2014-05-20drm/radeon: fix page directory update size estimationChristian König1-1/+1
2014-05-20drm/radeon: handle non-VGA class pci devices with ATRMAlex Deucher1-0/+14
2014-05-20drm/radeon: fix DCE83 check for mullinsAlex Deucher1-1/+2
2014-05-20drm/radeon: check VCE relocation buffer range v3Leo Liu2-31/+102
2014-05-20drm/radeon: also try GART for CPU accessed buffersChristian König1-15/+23
2014-05-20drm/gf119-/disp: fix nasty bug which can clobber SOR0's clock setupBen Skeggs1-1/+1
2014-05-20drm/nvd9/therm: handle another kind of PWM fanMartin Peres1-0/+1
2014-05-20Merge tag 'drm-intel-fixes-2014-05-16' of git://anongit.freedesktop.org/drm-intel into drm-fixesDave Airlie7-29/+141
2014-05-15drm/i915: Increase WM memory latency values on SNBVille Syrjälä1-0/+40
2014-05-15drm/i915: restore backlight precision when converting from ACPIAaron Lu1-4/+4
2014-05-15drm/i915: Use the first mode if there is no preferred mode in the EDIDChris Wilson1-0/+9
2014-05-15drm/i915/dp: force eDP lane count to max available lanes on BDWJani Nikula1-1/+6
2014-05-09drm/i915/vlv: reset VLV media force wake request registerJani Nikula1-0/+2
2014-05-07drm/i915/SDVO: For sysfs link put directory and target in correct orderEgbert Eich1-2/+2
2014-05-07drm/i915: use lane count and link rate from VBT as minimums for eDPJani Nikula1-7/+23
2014-05-07drm/i915: clean up VBT eDP link param decodingJani Nikula1-14/+38
2014-05-07drm/i915: consider the source max DP lane count tooPaulo Zanoni1-2/+18
2014-05-07Merge branch 'mullins' of git://people.freedesktop.org/~deathsimple/linux into drm-fixesDave Airlie10-31/+187
2014-05-07Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-fixesDave Airlie4-9/+10
2014-05-07Merge tag 'topc/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-intel into drm-fixesDave Airlie4-20/+44
2014-05-06drm/radeon: add Mullins VCE supportLeo Liu1-0/+1
2014-05-06drm/radeon: modesetting updates for Mullins.Samuel Li1-2/+3
2014-05-06drm/radeon: dpm updates for KV/KBAlex Deucher1-20/+97
2014-05-06drm/radeon: add Mullins dpm support.Samuel Li2-10/+11
2014-05-06drm/radeon: add Mullins UVD support.Samuel Li1-0/+1
2014-05-06drm/radeon: update cik init for Mullins.Samuel Li2-0/+72
2014-05-06drm/radeon: add Mullins chip familySamuel Li3-0/+3
2014-05-06drm/radeon: lower the ref * post PLL maximumChristian König1-1/+1
2014-05-06drm/radeon: check that we have a clock before PLL setupChristian König1-0/+3
2014-05-06drm/radeon: drm/radeon: add missing radeon_semaphore_free to error pathMaarten Lankhorst7-0/+7
2014-05-06drm/radeon: Fix num_banks calculation for SIMichel Dänzer1-15/+31
2014-05-02drm/gm107/gr: bump attrib cb size quite a bitBen Skeggs1-1/+3
2014-05-02drm/nouveau: fix another lock unbalance in nouveau_crtc_page_flipMaarten Lankhorst1-1/+1
2014-05-02drm/nouveau/bios: fix shadowing from PROM on big-endian systemsBen Skeggs1-4/+6
2014-05-02drm/nouveau/acpi: allow non-optimus setups to load vbios from acpiIlia Mirkin1-3/+0
2014-05-01drm/radeon/dp: check for errors in dpcd readsAlex Deucher1-19/+25
2014-05-01drm/radeon: avoid high jitter with small frac divsChristian König1-2/+12
2014-05-01drm/radeon: check buffer relocation offsetLeo Liu1-0/+4
2014-05-01drm/radeon: use pflip irq on R600+ v2Christian König7-17/+147
2014-05-01drm/radeon/uvd: use lower clocks on old UVD to boot v2Christian König1-2/+8
2014-04-30drm/i915: don't try DP_LINK_BW_5_4 on HSW ULXPaulo Zanoni2-1/+5
2014-04-30drm/exynos: use %pad for dma_addr_tJingoo Han2-2/+2
2014-04-30drm/exynos: dsi: use IS_ERR() to check devm_ioremap_resource() resultsJingoo Han1-2/+2