summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Remove unnecessary goto in intel_primary_plane_disable()Ander Conselvan de Oliveira2014-12-031-6/+4Star
* drm/i915: Only init engines onceDaniel Vetter2014-12-033-13/+10Star
* drm/i915: Move intel_init_pipe_control out of engine->init_hwDaniel Vetter2014-12-032-12/+18
* drm/i915: s/init()/init_hw()/ in intel_engine_csDaniel Vetter2014-12-033-14/+14
* drm/i915: Consolidate ring freespace calculationsDave Gordon2014-12-033-38/+30Star
* drm/i915: Make ring freespace calculation more robustDave Gordon2014-12-031-3/+3
* drm/i915/dsi: add ports to intel_dsi to describe the ports being drivenJani Nikula2014-12-032-2/+8
* drm/i915/dsi: clean up MIPI DSI pipe vs. port usageJani Nikula2014-12-034-254/+277
* drm/i915: Deal with video overlay on GPU resetVille Syrjälä2014-12-033-0/+21
* drm/i915: Convert 'trace_irq' to use requests rather than seqnosJohn Harrison2014-12-034-12/+12
* drm/i915: Remove redundant flip_work->flip_queued_ringDaniel Vetter2014-12-033-12/+9Star
* drm/i915: Remove the now redundant 'obj->ring'John Harrison2014-12-036-23/+33
* drm/i915: Convert 'i915_seqno_passed' calls into 'i915_gem_request_completed'John Harrison2014-12-035-27/+29
* drm/i915: Connect requests to rings at creation not submissionJohn Harrison2014-12-033-1/+2
* drm/i915: Convert 'ring_idle()' to use requests not seqnosJohn Harrison2014-12-031-6/+7
* drm/i915: Convert trace functions from seqno to requestJohn Harrison2014-12-033-30/+33
* drm/i915: Convert 'flip_queued_seqno' into 'flip_queued_request'John Harrison2014-12-033-11/+20
* drm/i915: Remove obsolete seqno parameter from 'i915_add_request'John Harrison2014-12-037-15/+11Star
* drm/i915: Convert __wait_seqno() to __wait_request()John Harrison2014-12-033-30/+24Star
* drm/i915: Convert mmio_flip::seqno to struct requestJohn Harrison2014-12-032-15/+17
* drm/i915: Check locking in i915_gem_request_unreferenceDaniel Vetter2014-12-031-0/+1
* drm/i915: Convert i915_wait_seqno to i915_wait_requestDaniel Vetter2014-12-035-55/+31Star
* drm/i915: Convert 'last_flip_req' to be a request not a seqnoJohn Harrison2014-12-031-8/+15
* drm/i915: Make 'i915_gem_check_olr' actually check by request not seqnoJohn Harrison2014-12-032-18/+28
* drm/i915: Remove 'outstanding_lazy_seqno'John Harrison2014-12-036-62/+49Star
* drm/i915: Ensure requests stick around during waitsJohn Harrison2014-12-031-3/+18
* drm/i915: Convert i915_gem_ring_throttle to use requestsJohn Harrison2014-12-031-7/+6Star
* drm/i915: Replace last_[rwf]_seqno with last_[rwf]_reqJohn Harrison2014-12-039-50/+64
* drm/i915: Add helper functions to aid seqno -> request transitionJohn Harrison2014-12-032-0/+19
* drm/i915: Add reference count to request structureJohn Harrison2014-12-034-8/+48
* drm/i915: Ensure OLS & PLR are always in syncJohn Harrison2014-12-032-30/+54
* drm/i915: Fix short description of intel_display_power_is_enabled()Damien Lespiau2014-12-031-1/+1
* drm/i915: Assert that we successfully downclock the GPU before suspendChris Wilson2014-12-031-0/+5
* drm/i915: Remove user pinning codeDaniel Vetter2014-12-036-123/+17Star
* drm/i915: Don't read 'HEAD' MMIO register in LRC modeDave Gordon2014-12-031-1/+0Star
* drm/i915: Check for matching ringbuffer in logical_ring_wait_request()Dave Gordon2014-12-031-0/+10
* drm/i915: Enable PSR for Baytrail and Braswell.Rodrigo Vivi2014-12-032-1/+6
* drm/i915: VLV/CHV PSR debugfs.Rodrigo Vivi2014-12-031-5/+29
* drm/i915: VLV/CHV PSR Software timer modeRodrigo Vivi2014-12-031-13/+84
* drm/i915: PSR VLV/CHV: Introduce setup, enable and disable functionsRodrigo Vivi2014-12-031-25/+130
* drm/i915: Add PSR registers for PSR VLV/CHV.Rodrigo Vivi2014-12-031-0/+36
* drm/i915: Remove intel_psr_is_enabled function.Rodrigo Vivi2014-12-033-18/+2Star
* drm/i915: remove PSR BDW single frame update.Rodrigo Vivi2014-12-031-1/+0Star
* drm/i915: PSR get full link off x standby from VBTRodrigo Vivi2014-12-031-1/+1
* drm/i915: HSW/BDW PSR Set idle_frames = VBT + 1Rodrigo Vivi2014-12-031-1/+6
* drm/i915: Parse VBT PSR block.Rodrigo Vivi2014-12-033-1/+82
* drm/i915/skl: Implement the skl version of MMIO flipsDamien Lespiau2014-12-031-7/+57
* drm/i915/skl: Read out crtl1 for eDP/DPLL0Damien Lespiau2014-12-031-1/+10
* drm/i915: Reject modeset when the same digital port is used more than onceVille Syrjälä2014-12-031-0/+47
* drm/i915: mask RPS IRQs properly when disabling RPSImre Deak2014-12-031-7/+20