aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-03drm/i915/dsi: add ports to intel_dsi to describe the ports being drivenJani Nikula2-2/+8
2014-12-03drm/i915/dsi: clean up MIPI DSI pipe vs. port usageJani Nikula4-254/+277
2014-12-03drm/i915: Deal with video overlay on GPU resetVille Syrjälä3-0/+21
2014-12-03drm/i915: Convert 'trace_irq' to use requests rather than seqnosJohn Harrison4-12/+12
2014-12-03drm/i915: Remove redundant flip_work->flip_queued_ringDaniel Vetter3-12/+9
2014-12-03drm/i915: Remove the now redundant 'obj->ring'John Harrison6-23/+33
2014-12-03drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed'John Harrison5-27/+29
2014-12-03drm/i915: Connect requests to rings at creation not submissionJohn Harrison3-1/+2
2014-12-03drm/i915: Convert 'ring_idle()' to use requests not seqnosJohn Harrison1-6/+7
2014-12-03drm/i915: Convert trace functions from seqno to requestJohn Harrison3-30/+33
2014-12-03drm/i915: Convert 'flip_queued_seqno' into 'flip_queued_request'John Harrison3-11/+20
2014-12-03drm/i915: Remove obsolete seqno parameter from 'i915_add_request'John Harrison7-15/+11
2014-12-03drm/i915: Convert __wait_seqno() to __wait_request()John Harrison3-30/+24
2014-12-03drm/i915: Convert mmio_flip::seqno to struct requestJohn Harrison2-15/+17
2014-12-03drm/i915: Check locking in i915_gem_request_unreferenceDaniel Vetter1-0/+1
2014-12-03drm/i915: Convert i915_wait_seqno to i915_wait_requestDaniel Vetter5-55/+31
2014-12-03drm/i915: Convert 'last_flip_req' to be a request not a seqnoJohn Harrison1-8/+15
2014-12-03drm/i915: Make 'i915_gem_check_olr' actually check by request not seqnoJohn Harrison2-18/+28
2014-12-03drm/i915: Remove 'outstanding_lazy_seqno'John Harrison6-62/+49
2014-12-03drm/i915: Ensure requests stick around during waitsJohn Harrison1-3/+18
2014-12-03drm/i915: Convert i915_gem_ring_throttle to use requestsJohn Harrison1-7/+6
2014-12-03drm/i915: Replace last_[rwf]_seqno with last_[rwf]_reqJohn Harrison9-50/+64
2014-12-03drm/i915: Add helper functions to aid seqno -> request transitionJohn Harrison2-0/+19
2014-12-03drm/i915: Add reference count to request structureJohn Harrison4-8/+48
2014-12-03drm/i915: Ensure OLS & PLR are always in syncJohn Harrison2-30/+54
2014-12-03drm/i915: Fix short description of intel_display_power_is_enabled()Damien Lespiau1-1/+1
2014-12-03drm/i915: Assert that we successfully downclock the GPU before suspendChris Wilson1-0/+5
2014-12-03drm/i915: Remove user pinning codeDaniel Vetter6-123/+17
2014-12-03drm/i915: Don't read 'HEAD' MMIO register in LRC modeDave Gordon1-1/+0
2014-12-03drm/i915: Check for matching ringbuffer in logical_ring_wait_request()Dave Gordon1-0/+10
2014-12-03drm/i915: Enable PSR for Baytrail and Braswell.Rodrigo Vivi2-1/+6
2014-12-03drm/i915: VLV/CHV PSR debugfs.Rodrigo Vivi1-5/+29
2014-12-03drm/i915: VLV/CHV PSR Software timer modeRodrigo Vivi1-13/+84
2014-12-03drm/i915: PSR VLV/CHV: Introduce setup, enable and disable functionsRodrigo Vivi1-25/+130
2014-12-03drm/i915: Add PSR registers for PSR VLV/CHV.Rodrigo Vivi1-0/+36
2014-12-03drm/i915: Remove intel_psr_is_enabled function.Rodrigo Vivi3-18/+2
2014-12-03drm/i915: remove PSR BDW single frame update.Rodrigo Vivi1-1/+0
2014-12-03drm/i915: PSR get full link off x standby from VBTRodrigo Vivi1-1/+1
2014-12-03drm/i915: HSW/BDW PSR Set idle_frames = VBT + 1Rodrigo Vivi1-1/+6
2014-12-03drm/i915: Parse VBT PSR block.Rodrigo Vivi3-1/+82
2014-12-03drm/i915/skl: Implement the skl version of MMIO flipsDamien Lespiau1-7/+57
2014-12-03drm/i915/skl: Read out crtl1 for eDP/DPLL0Damien Lespiau1-1/+10
2014-12-03drm/i915: Reject modeset when the same digital port is used more than onceVille Syrjälä1-0/+47
2014-12-03drm/i915: mask RPS IRQs properly when disabling RPSImre Deak1-7/+20
2014-12-03drm/i915: Tune down spurious CRC interrupt warningDaniel Vetter1-1/+1
2014-12-03drm/i915: Fix context object leak for legacy contextsThomas Daniel1-4/+6
2014-12-03drm/i915/skl: Update in Gen9 multi-engine forcewake rangeAkash Goel1-4/+8
2014-12-03drm/i915/eDP: When enabling panel VDD cancel pending disable workerEgbert Eich1-0/+1
2014-12-03drm/i915: Handle runtime pm in the CRC setup codeDaniel Vetter1-0/+5
2014-12-03drm/i915: Disable crtcs gracefully before GPU reset on gen3/4Ville Syrjälä2-2/+12