aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-11drm/i915/execlists: Avoid putting the error pointerChris Wilson1-4/+2
2018-06-11drm/i915: Wrap around the tail offset before setting ring->tailChris Wilson3-8/+24
2018-06-11drm/i915/ringbuffer: Fix context restore upon resetChris Wilson8-156/+66
2018-06-11drm/i915/ringbuffer: Brute force context restoreChris Wilson1-0/+27
2018-06-11drm/i915/skl: Add warn about unsupported CDCLK ratesImre Deak1-0/+10
2018-06-11drm/i915/perf: fix gen11 engine class shiftMichel Thierry1-6/+3
2018-06-11drm/i915/perf: use the lrc_desc to get the ctx hw id in gen8-10Michel Thierry1-1/+4
2018-06-11drm/i915: Apply batch location restrictions before pinningChris Wilson1-22/+27
2018-06-11drm/i915: Refactor unsettting obj->mm.pagesChris Wilson1-31/+37
2018-06-11drm/i915: Squash GEM load failure message (again)Chris Wilson3-17/+19
2018-06-11drm/i915: fix PCH_NOP setting for non-PCH platformsJani Nikula1-8/+11
2018-06-11drm/i915: be more strict about HAS_PCH_NOP() usageJani Nikula2-2/+2
2018-06-11drm/i915: clean up virtual PCH special case handlingJani Nikula1-7/+6
2018-06-11drm/i915: document PCH_NOPLucas De Marchi1-1/+1
2018-06-11drm/i915: fix guest virtual PCH detection on non-PCH systemsJani Nikula1-1/+1
2018-06-09drm/i915/gtt: Reorder aliasing_ppgtt finiChris Wilson1-6/+4
2018-06-08drm/i915/gtt: Remove vgpu check for gen6Chris Wilson1-1/+1
2018-06-08drm/i915/gtt: Remove redundant hsw_mm_switch()Chris Wilson1-24/+0
2018-06-08drm/i915/gtt: Fix unwind length passed to gen6_ppgtt_clear_rangeChris Wilson1-1/+1
2018-06-08drm/i915: Fix sprite destination colorkeying on SKL+Ville Syrjälä1-3/+61
2018-06-08drm/i915: Mark the GPU as wedged without error on fault injectionChris Wilson1-0/+2
2018-06-08drm/i915: Add WaKBLVECSSemaphoreWaitPollMika Kuoppala3-0/+16
2018-06-08drm/i915: Cancel reset preparations on failed resetsMika Kuoppala1-5/+9
2018-06-07drm/i915/gtt: Push allocation to hw ppgtt constructorChris Wilson2-73/+83
2018-06-07drm/i915: Decouple vma vfuncs from vmChris Wilson5-48/+66
2018-06-07drm/i915: Prepare for non-object vmaChris Wilson4-43/+65
2018-06-07drm/i915: Change i915_gem_fault() to return vm_fault_tChris Wilson2-15/+9
2018-06-07drm/i915: Use GEM suspend when aborting initialisationChris Wilson1-2/+6
2018-06-06drm/i915: Update DRIVER_DATE to 20180606Rodrigo Vivi1-2/+2
2018-06-06drm/i915/gtt: Fix typo in fill_px() macroChris Wilson1-2/+2
2018-06-06drm/i915: Mark i915.inject_load_failure as being hitChris Wilson1-5/+5
2018-06-05drm/i915/gtt: Rename i915_hw_ppgtt base memberChris Wilson32-390/+390
2018-06-05drm/i915/error: Fixup inactive/active countingChris Wilson1-2/+2
2018-06-05drm/i915/guc: Don't leak stage descriptor pool on init failureMichal Wajdeczko1-1/+4
2018-06-05drm/i915/pmu: Do not assume fixed hrtimer periodTvrtko Ursulin2-20/+55
2018-06-05drm/i915/trace: Context field needs to be 64-bit wideTvrtko Ursulin1-10/+10
2018-06-05drm/i915/trace: Remove engine out of the context sandwichTvrtko Ursulin1-15/+15
2018-06-05drm/i915/trace: Describe engines as class:instance pairsTvrtko Ursulin1-42/+65
2018-06-05drm/i915: Swap magics and use SZ_1MChris Wilson1-1/+1
2018-06-05drm/i915: Correctly handle error path in i915_gem_init_hwMichal Wajdeczko1-0/+6
2018-06-05drm/i915/vma: Move the bind_count vs pin_count assertion to a helperChris Wilson1-2/+14
2018-06-05drm/i915/gtt: Teach restore-gtt to walk the ggtt vma list not the object listChris Wilson1-13/+10
2018-06-05drm/i915/ringbuffer: Make context pin/unpin symmetricChris Wilson1-24/+43
2018-06-05drm/i915: Add new vGPU cap info bit VGT_CAPS_HUGE_GTTChangbin Du3-6/+9
2018-06-04drm/i915/icl: Don't update enabled dbuf slices struct until updated in hwMahesh Kumar1-1/+0
2018-06-04drm/i915/perf: fix ctx_id read with GuC & ICLLionel Landwerlin3-32/+97
2018-06-04drm/i915: drop one bit on the hw_id when using gucLionel Landwerlin3-4/+14
2018-06-04drm/i915/gtt: Remove obsolete switch_mm hooks for gen8+Chris Wilson1-49/+0
2018-06-04drm/i915: Move i915_gem_fini to i915_gem.cMichal Wajdeczko3-22/+23
2018-06-01drm/i915/icl: Calculate link clock using the new registersArkadiusz Hiler1-2/+7