summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Rename drm_gem_object_unreference in preparation for lockless freeChris Wilson2016-07-2018-54/+65
* drm/i915: Wrap drm_gem_object_reference in i915_gem_object_getChris Wilson2016-07-208-12/+20
* drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookupChris Wilson2016-07-205-39/+56
* drm/i915: Rename i915_gem_context_reference/unreference()Chris Wilson2016-07-206-25/+24
* drm/i915: Rename request reference/unreference to get/putChris Wilson2016-07-208-27/+25
* drm/i915: Wait on external rendering for GEM objectsChris Wilson2016-07-201-16/+28
* drm/i915: Mark imported dma-buf objects as being coherentChris Wilson2016-07-201-0/+10
* drm/i915: Disable waitboosting for mmioflips/semaphoresChris Wilson2016-07-205-13/+3
* drm/i915: Disable waitboosting for fence_wait()Chris Wilson2016-07-202-3/+7
* drm/i915: Derive GEM requests from dma-fenceChris Wilson2016-07-2011-46/+150
* drm/i915: Mark all current requests as complete before resetting themChris Wilson2016-07-201-2/+6
* drm/i915: Retire oldest completed request before allocating nextChris Wilson2016-07-201-0/+8
* drm/i915: Move GEM request routines to i915_gem_request.cChris Wilson2016-07-205-856/+905
* drm/i915/guc: Revert "drm/i915/guc: enable GuC loading & submission by default"Rodrigo Vivi2016-07-201-4/+4
* drm/i915: Give proper names to MOCS entriesImre Deak2016-07-191-6/+7
* drm/i915/bxt: Fix inadvertent CPU snooping due to incorrect MOCS configImre Deak2016-07-191-2/+2
* drm/i915/gen9: Clean up MOCS table definitionsImre Deak2016-07-191-27/+61
* drm/i915: Update missing kerneldocDaniel Vetter2016-07-194-3/+5
* drm/i915: Clean up kerneldoc for intel_lrc.cDaniel Vetter2016-07-191-69/+30
* drm/i915: Fixup kerneldoc code snippets in intel_uncore.cDaniel Vetter2016-07-191-4/+8
* drm/i915: Handle ENOSPC after failing to insert a mappable nodeChris Wilson2016-07-191-1/+1
* drm/i915: refactor eb_get_batch()Dave Gordon2016-07-191-20/+29
* drm/i915: compile-time consistency check on __EXEC_OBJECT flagsDave Gordon2016-07-191-4/+8
* drm/i915: Set legacy properties when using legacy gamma set IOCTL. (v2)Bob Paauwe2016-07-181-1/+43
* drm/i915: Treat eDP as always connected, againVille Syrjälä2016-07-181-1/+1
* drm/i915: Flush logical context image out to memory upon suspendChris Wilson2016-07-153-3/+37
* drm/i915/evict: Always switch away from the current contextChris Wilson2016-07-153-33/+32
* drm/i915/fbdev: Check for the framebuffer before useChris Wilson2016-07-141-14/+11
* drm/i915/fbdev: Drain the suspend worker on retiringChris Wilson2016-07-141-1/+1
* drm/i915: add missing condition for committing planes on crtcLionel Landwerlin2016-07-141-0/+6
* drm/i915: Enable polling when we don't have hpdLyude2016-07-145-12/+88
* drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()Lyude2016-07-143-0/+47
* drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init()Lyude2016-07-143-2/+9
* drm/i915/vlv: Make intel_crt_reset() per-encoderLyude2016-07-141-5/+5
* drm/i915: Hide gen6_update_ring_freq()Chris Wilson2016-07-142-15/+4
* drm/i915: Defer enabling rc6 til after we submit the first batch/contextChris Wilson2016-07-147-64/+94
* drm/i915: Remove superfluous powersave work flushingChris Wilson2016-07-142-66/+16
* drm/i915: Define a separate variable and control for RPS waitboost frequencyChris Wilson2016-07-145-5/+50
* drm/i915: Move overclocking detection to alongside RPS frequency detectionChris Wilson2016-07-141-9/+15
* drm/i915: Perform static RPS frequency setup before userspaceChris Wilson2016-07-141-67/+31
* drm/i915: Preserve current RPS frequency across initChris Wilson2016-07-141-26/+20
* drm/i915: Flush GT idle status upon resetChris Wilson2016-07-141-0/+3
* drm/i915: remove superfluous i915_gem_object_free_mmap_offset callMatthew Auld2016-07-141-1/+0
* drm/i915: Ignore panel type from OpRegion on SKLVille Syrjälä2016-07-141-0/+11
* drm/i915: Pull out some more common engine init codeTvrtko Ursulin2016-07-144-29/+56
* drm/i915: Move common engine setup into intel_engine_cs.cTvrtko Ursulin2016-07-145-140/+168
* drm/i915: Simplify intel_init_ring_buffer prototypeTvrtko Ursulin2016-07-141-10/+8
* drm/i915: Make more use of the shared engine irq setupTvrtko Ursulin2016-07-141-15/+5
* drm/i915: Unify engine init loopTvrtko Ursulin2016-07-146-105/+50
* drm/i915: Prepare for engine init unificationTvrtko Ursulin2016-07-141-49/+54