aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-fixes-2016-03-03' of git://anongit.freedesktop.org/drm-i...Dave Airlie2016-03-041-3/+3
|\
| * drm/i915: Balance assert_rpm_wakelock_held() for !IS_ENABLED(CONFIG_PM)Chris Wilson2016-03-021-14/+12
| * drm/i915/skl: Fix power domain suspend sequenceImre Deak2016-03-021-3/+3
* | Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-03-0310-17/+34
|\ \
| * | drm/amdgpu: return from atombios_dp_get_dpcd only when errorArindam Nath2016-03-021-1/+1
| * | drm/amdgpu/cz: remove commented out call to enable vce pgAlex Deucher2016-03-021-2/+1
| * | drm/amdgpu/powerplay/cz: enable/disable vce dpm independent of vce pgAlex Deucher2016-03-021-1/+1
| * | drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabledAlex Deucher2016-03-021-3/+1
| * | drm/amdgpu/gfx8: specify which engine to wait before vm flushChunming Zhou2016-03-021-1/+2
| * | drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as wellChristian König2016-03-021-0/+13
| * | drm/amd/powerplay: send event to notify powerplay all modules are initialized.Rex Zhu2016-03-021-1/+3
| * | drm/amd/powerplay: export AMD_PP_EVENT_COMPLETE_INIT task to amdgpu.Rex Zhu2016-03-022-1/+5
| * | drm/radeon/pm: update current crtc info after setting the powerstateAlex Deucher2016-03-021-4/+4
| * | drm/amdgpu/pm: update current crtc info after setting the powerstateAlex Deucher2016-03-021-3/+3
* | | drm/ast: Fix incorrect register check for DRAM widthTimothy Pearson2016-03-021-1/+1
* | | drm/i915: Balance assert_rpm_wakelock_held() for !IS_ENABLED(CONFIG_PM)Chris Wilson2016-03-011-14/+12
| |/ |/|
* | drm/nouveau/disp/dp: ensure sink is powered up before attempting link trainingBen Skeggs2016-02-252-0/+16
* | drm/nouveau: platform: Fix deferred probeThierry Reding2016-02-252-12/+30
* | Merge tag 'drm-intel-fixes-2016-02-22' of git://anongit.freedesktop.org/drm-i...Dave Airlie2016-02-2513-93/+367
|\ \ | |/ |/|
| * drm/i915/gen9: Verify and enforce dc6 state writesMika Kuoppala2016-02-221-2/+39
| * drm/i915/gen9: Check for DC state mismatchPatrik Jakobsson2016-02-223-0/+11
| * drm/i915/skl: Ensure HW is powered during DDB HW state readoutImre Deak2016-02-221-1/+6
| * drm/i915/lvds: Ensure the HW is powered during HW state readoutImre Deak2016-02-221-3/+11
| * drm/i915/hdmi: Ensure the HW is powered during HW state readoutImre Deak2016-02-221-3/+11
| * drm/i915/dsi: Ensure the HW is powered during HW state readoutImre Deak2016-02-221-3/+10
| * drm/i915/dp: Ensure the HW is powered during HW state readoutImre Deak2016-02-221-4/+14
| * drm/i915: Ensure the HW is powered when accessing the CRC HW blockImre Deak2016-02-221-7/+21
| * drm/i915/ddi: Ensure the HW is powered during HW state readoutImre Deak2016-02-221-33/+79
| * drm/i915/crt: Ensure the HW is powered during HW state readoutImre Deak2016-02-221-3/+10
| * drm/i915: Ensure the HW is powered during HW access in assert_pipeImre Deak2016-02-221-4/+7
| * drm/i915: Ensure the HW is powered when disabling VGAImre Deak2016-02-221-1/+3
| * drm/i915/ibx: Ensure the HW is powered during PLL HW readoutImre Deak2016-02-221-1/+3
| * drm/i915: Ensure the HW is powered during display pipe HW readoutImre Deak2016-02-221-19/+48
| * drm/i915: Add helper to get a display power ref if it was already enabledImre Deak2016-02-222-9/+94
* | drm/amdgpu: disable direct VM updates when vm_debug is setChristian König2016-02-241-1/+2
* | amdgpu: fix NULL pointer dereference at tonga_check_states_equalBradley Pankow2016-02-241-2/+2
* | drm/radeon/pm: adjust display configuration after powerstateAlex Deucher2016-02-221-2/+3
* | drm/amdgpu/pm: adjust display configuration after powerstateAlex Deucher2016-02-221-2/+3
* | drm/amdgpu/pm: add some checks for PXAlex Deucher2016-02-221-1/+20
* | drm/amdgpu: fix locking in force performance levelAlex Deucher2016-02-221-2/+1
* | drm/amdgpu/gfx8: fix priv reg interrupt enableAlex Deucher2016-02-221-1/+1
* | drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.Mario Kleiner2016-02-191-3/+15
* | drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)Mario Kleiner2016-02-191-2/+15
|/
* drm/nouveau: use post-decrement in error handlingRasmus Villemoes2016-02-191-1/+1
* drm/atomic: Allow for holes in connector state, v2.Maarten Lankhorst2016-02-193-54/+41
* Merge tag 'drm-vc4-fixes-2016-02-17' of github.com:anholt/linux into drm-fixesDave Airlie2016-02-197-52/+118
|\
| * drm/vc4: Use runtime PM to power cycle the device when the GPU hangs.Eric Anholt2016-02-163-18/+26
| * drm/vc4: Enable runtime PM.Eric Anholt2016-02-163-0/+47
| * drm/vc4: Fix spurious GPU resets due to BO reuse.Eric Anholt2016-02-162-6/+19
| * drm/vc4: Drop error message on seqno wait timeouts.Eric Anholt2016-02-161-3/+0