summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2016-03-22drm/radeon: make dpcd parameters constAlex Deucher2-5/+5
2016-03-09drm/radeon/pm: update current crtc info after setting the powerstateAlex Deucher1-4/+4
2016-03-09drm/ast: Fix incorrect register check for DRAM widthTimothy Pearson1-1/+1
2016-03-08drm/radeon/pm: adjust display configuration after powerstateAlex Deucher1-2/+3
2016-03-04drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_commandGerd Hoffmann1-1/+2
2016-03-04drm/radeon: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-03-04drm/radeon: hold reference to fences in radeon_sa_bo_newNicolai Hähnle1-0/+5
2016-02-28drm/i915/dsi: don't pass arbitrary data to sidebandJani Nikula1-1/+1
2016-02-28drm/i915/dsi: defend gpio table against out of bounds accessJani Nikula1-0/+6
2016-02-15drm/i915: Take all modeset locks for DP MST hotplugDaniel Vetter1-6/+6
2016-02-15drm/radeon: Take all modeset locks for DP MST hotplugDaniel Vetter1-4/+4
2016-02-15drm/dp/mst: fixup handling hotplug on port removal.Dave Airlie1-10/+26
2016-02-15drm/dp/mst: Remove port after removing connector.Maarten Lankhorst1-6/+13
2016-02-15drm/dp/mst: Calculate MST PBN with 31.32 fixed pointHarry Wentland1-28/+39
2016-02-15drm: fix missing reference counting decreaseInsu Yun1-0/+1
2016-02-15drm/radeon: mask out WC from BO on unsupported archesOded Gabbay1-0/+7
2016-02-15drm/radeon: Always disable RADEON_GEM_GTT_UC along with RADEON_GEM_GTT_WCMichel Dänzer1-2/+2
2016-02-15drm/i915/dp: fall back to 18 bpp when sink capability is unknownJani Nikula1-5/+15
2016-02-15drm/vmwgfx: respect 'nomodeset'Rob Clark1-0/+7
2016-02-15drm/radeon: fix DP audio support for APU with DCE4.1 display engineSlava Grigorev3-8/+44
2016-02-15drm/radeon: Add a common function for DFS handlingSlava Grigorev3-10/+15
2016-02-15drm/radeon: cleaned up VCO output settings for DP audioSlava Grigorev4-14/+10
2016-02-15drm/radeon: rework audio modeset to handle non-audio hdmi featuresAlex Deucher2-29/+41
2016-02-03drm/i915: Restore inhibiting the load of the default contextChris Wilson1-1/+5
2016-02-03drm/nouveau/kms: take mode_config mutex in connector hotplug pathBen Skeggs1-0/+3
2016-02-01drm/dp/mst: fix in RAD element accessMykola Lysenko1-2/+2
2016-02-01drm/dp/mst: fix in MSTB RAD initializationMykola Lysenko1-6/+6
2016-02-01drm/dp/mst: always send reply for UP requestMykola Lysenko1-19/+11
2016-02-01drm/dp/mst: process broadcast messages correctlyMykola Lysenko1-11/+84
2016-02-01drm/radeon: clean up fujitsu quirksAlex Deucher1-9/+3
2016-02-01drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addrFelix Kuehling1-6/+6
2016-02-01drm/radeon: Fix "slow" audio over DP on DCE8+Slava Grigorev4-0/+29
2016-02-01drm: Don't overwrite UNVERFIED mode status to OKVille Syrjälä1-1/+2
2016-02-01drm/radeon: call hpd_irq_event on resumeAlex Deucher1-0/+1
2015-11-10drm/vmwgfx: Fix up user_dmabuf refcountingThomas Hellstrom7-17/+43
2015-11-10drm/radeon: move bl encoder assignment into bl initAlex Deucher3-1/+2
2015-11-10drm/radeon: fix dpms when driver backlight control is disabledAlex Deucher1-4/+14
2015-11-10drm/radeon: don't try to recreate sysfs entries on resumeAlex Deucher2-14/+22
2015-11-10drm/i915: Deny wrapping an userptr into a framebufferChris Wilson2-1/+9
2015-11-10drm/i915: Restore lost DPLL register write on gen2-4Ville Syrjälä1-0/+2
2015-11-10drm/i915: Flush pipecontrol post-sync writesChris Wilson2-0/+3
2015-11-10drm/radeon/dpm: don't add pwm attributes if DPM is disabledAlex Deucher1-2/+6
2015-11-10drm/nouveau/gem: return only valid domain when there's only oneIlia Mirkin1-2/+3
2015-11-10drm: fix mutex leak in drm_dp_get_mst_branch_deviceAdam Richter1-3/+4
2015-10-27drm/radeon: add pm sysfs files lateAlex Deucher2-37/+40
2015-10-27drm/radeon: attach tile property to mst connectorDave Airlie1-0/+1
2015-10-27drm/dp/mst: make mst i2c transfer code more robust.Dave Airlie1-1/+2
2015-10-27drm/nouveau/fbcon: take runpm reference when userspace has an open fdBen Skeggs1-0/+24
2015-10-27drm: Fix locking for sysfs dpms fileDaniel Vetter1-9/+3
2015-10-23drm/dp/mst: drop cancel work sync in the mstb destroy path (v2)Dave Airlie1-2/+3