summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2016-05-06drm/i915: Added debugfs interface to scheduler tuning parametersJohn Harrison1-0/+187
2016-05-06drm/i915: Added scheduler queue throttling by DRM file handleJohn Harrison4-0/+126
2016-05-06drm/i915: Added trace points to schedulerJohn Harrison4-2/+219
2016-05-06drm/i915: Defer seqno allocation until actual hardware submission timeJohn Harrison4-1/+51
2016-05-06drm/i915: Support for 'unflushed' ring idleJohn Harrison4-5/+34
2016-05-06drm/i915: Added a module parameter to allow the scheduler to be disabledJohn Harrison3-1/+9
2016-05-06drm/i915: Add scheduler hook to GPU resetJohn Harrison3-0/+14
2016-05-06drm/i915: Added scheduler flush calls to ring throttle and idle functionsJohn Harrison3-0/+203
2016-05-06drm/i915: Added scheduler support to page fault handlerJohn Harrison1-2/+7
2016-05-06drm/i915: Added scheduler support to __wait_request() callsJohn Harrison6-15/+81
2016-05-06drm/i915: Hook scheduler node clean up into retire requestsJohn Harrison1-0/+3
2016-05-06drm/i915: Added tracking/locking of batch buffer objectsJohn Harrison2-2/+58
2016-05-06drm/i915: Keep the reserved space mechanism happyJohn Harrison3-8/+29
2016-05-06drm/i915: Redirect execbuffer_final() via schedulerJohn Harrison2-19/+11
2016-05-06drm/i915: Added deferred work handler for schedulerJohn Harrison4-2/+39
2016-05-06drm/i915: Added scheduler hook into i915_gem_request_notify()John Harrison1-0/+17
2016-05-06drm/i915: Added scheduler hook when closing DRM file handlesJohn Harrison3-0/+48
2016-05-06drm/i915: Force MMIO flips when scheduler enabledJohn Harrison1-0/+3
2016-05-06drm/i915: Disable hardware semaphores when GPU scheduler is enabledJohn Harrison2-0/+13
2016-05-06drm/i915: Start of GPU schedulerJohn Harrison6-0/+995
2016-05-06drm/i915: Re-instate request->uniq because it is extremely usefulJohn Harrison3-11/+30
2016-05-06drm/i915: Cache request pointer in *_submission_final()Dave Gordon2-13/+15
2016-05-06drm/i915: Split i915_dem_do_execbuffer() in halfJohn Harrison5-47/+137
2016-05-06drm/i915: Prelude to splitting i915_gem_do_execbuffer in twoJohn Harrison2-21/+38
2016-05-06drm/i915: Add total count to context status debugfs outputJohn Harrison1-1/+4
2016-05-06SetEndJohn Harrison1-2/+0
2016-05-06drm/i915: Cache last IRQ seqno to reduce IRQ overheadJohn Harrison2-4/+23
2016-05-06drm/i915: Updated request structure tracingJohn Harrison3-8/+16
2016-05-06drm/i915: Interrupt driven fencesJohn Harrison6-24/+241
2016-05-06drm/i915: Delay the freeing of requests until retire timeJohn Harrison7-25/+51
2016-05-06drm/i915: Fix clean up of file client list on execbuff failureJohn Harrison3-4/+8
2016-05-06drm/i915: Add per context timelines to fence objectJohn Harrison5-17/+114
2016-05-06drm/i915: Removed now redudant parameter to i915_gem_request_completed()John Harrison5-13/+12
2016-05-06drm/i915: Convert requests to use struct fenceJohn Harrison6-39/+94
2016-05-06SetStart: Big squash of struct fence stuffJohn Harrison1-0/+2
2016-04-13Merge remote-tracking branch 'origin/topic/drm-misc' into drm-intel-nightlyJani Nikula1-9/+9
2016-04-13Merge remote-tracking branch 'drm-upstream/drm-next' into drm-intel-nightlyJani Nikula39-3391/+3927
2016-04-13Merge remote-tracking branch 'origin/drm-intel-next-queued' into drm-intel-ni...Jani Nikula72-8317/+11166
2016-04-13drm/i915/opregion: remove unnecessary ifdefs on CONFIG_ACPIJani Nikula1-6/+0
2016-04-13drm/i915: Adjust size of PIPE_CONTROL used for gen8 render seqno writeMichał Winiarski1-2/+8
2016-04-13drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revsMika Kuoppala1-2/+3
2016-04-13drm/i915/skl: Fix rc6 based gpu/system hangMika Kuoppala1-2/+3
2016-04-13drm/i915: add INTEL_GEN() helper shorthand for INTEL_INFO()->genJani Nikula1-0/+1
2016-04-13drm/i915: Use new i915_gem_object_pin_map for LRCTvrtko Ursulin3-39/+52
2016-04-13drm/i915: Split execlists hardware status page initialisation from setupTvrtko Ursulin1-23/+27
2016-04-12drm/i915: Don't read out port_clock on CHV when DPLL is disabledVille Syrjälä1-2/+6
2016-04-12drm/i915: Dump pfit PGM_RATIOS as hexVille Syrjälä1-1/+1
2016-04-12drm/i915: Fix CHV DSI PLL refclk during state readoutVille Syrjälä1-1/+1
2016-04-12drm/i915: Power down the DSI PLL before reconfiguring itVille Syrjälä2-8/+6
2016-04-12drm/i915: Change lfsr_converts[] to u16Ville Syrjälä1-1/+1