summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* 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-2413-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/+1Star
* | 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-201-3/+15
* | drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)Mario Kleiner2016-02-201-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/+41Star
* 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/+0Star
| * drm/vc4: Fix -ERESTARTSYS error return from BO waits.Eric Anholt2016-02-161-4/+2Star
| * drm/vc4: Return an ERR_PTR from BO creation instead of NULL.Eric Anholt2016-02-165-15/+15
| * drm/vc4: Fix the clear color for the first tile rendered.Eric Anholt2016-02-161-9/+9
| * drm/vc4: Validate that WAIT_BO padding is cleared.Eric Anholt2016-02-161-0/+3
* | Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-02-192-2/+2
|\ \
| * | drm/radeon: use post-decrement in error handlingRasmus Villemoes2016-02-161-1/+1
| * | drm/amdgpu: use post-decrement in error handlingRasmus Villemoes2016-02-161-1/+1
* | | Merge tag 'drm-intel-fixes-2016-02-18' of git://anongit.freedesktop.org/drm-i...Dave Airlie2016-02-192-14/+15
|\ \ \
| * | | drm/i915: Fix hpd live status bits for g4xVille Syrjälä2016-02-172-14/+15
| |/ /
* | | drm/qxl: fix erroneous return valueAnton Protopopov2016-02-171-1/+1
* | | drm/nouveau/display: Enable vblank irqs after display engine is on again.Mario Kleiner2016-02-171-4/+4
* | | drm/radeon/pm: Handle failure of drm_vblank_get.Mario Kleiner2016-02-171-2/+6
* | | drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)Mario Kleiner2016-02-171-2/+1Star
* | | drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4Mario Kleiner2016-02-171-0/+16
* | | drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)Mario Kleiner2016-02-171-0/+43
* | | drm: No-Op redundant calls to drm_vblank_off() (v2)Mario Kleiner2016-02-171-1/+10