summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-16drm/i915: Restore the kernel context after a GPU reset on an idle engineChris Wilson1-0/+19
2017-12-16drm/i915: Skip an engine reset if it recovered before our preparationsChris Wilson1-7/+7
2017-12-16x86/gpu: add CFL to early quirksLucas De Marchi2-0/+7
2017-12-15drm/i915/lpe: Remove double-encapsulation of info stringChris Wilson1-1/+1
2017-12-15drm/i915: Allow internal page allocations to failChris Wilson1-1/+3
2017-12-14drm/i915: Update DRIVER_DATE to 20171214Rodrigo Vivi1-2/+2
2017-12-14Merge tag 'gvt-next-2017-12-14' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi10-167/+181
2017-12-14drm/i915: properly init lockdep classSebastian Andrzej Siewior1-4/+1
2017-12-14drm/i915: Show engine state when hangcheck detects a stallChris Wilson1-1/+6
2017-12-14drm/i915: make CS frequency read support missing more obviousLionel Landwerlin1-1/+1
2017-12-14drm/i915/guc: Extract doorbell verification into a functionMichał Winiarski1-5/+14
2017-12-14drm/i915/guc: Extract clients allocation to submission_initMichał Winiarski1-22/+11
2017-12-14drm/i915/guc: Extract doorbell creation from client allocationMichał Winiarski2-173/+88
2017-12-14drm/i915/guc: Call invalidate after changing the vfuncMichał Winiarski1-0/+4
2017-12-14drm/i915/guc: Extract guc_init from guc_init_hwMichał Winiarski4-26/+56
2017-12-14drm/i915/guc: Move GuC workqueue allocations outside of the mutexMichał Winiarski9-77/+110
2017-12-14drm/i915/guc: Move shared data allocation away from submission pathMichał Winiarski4-40/+60
2017-12-13drm/i915: Unwind i915_gem_init() failureChris Wilson1-14/+66
2017-12-13drm/i915: Ratelimit request allocation under oomChris Wilson1-4/+15
2017-12-13drm/i915: Allow fence allocations to failChris Wilson4-5/+7
2017-12-13drm/i915: Mark up potential allocation paths within i915_sw_fence as might_sleepChris Wilson1-0/+3
2017-12-13drm/i915: Don't check #active_requests from i915_gem_wait_for_idle()Chris Wilson2-6/+2
2017-12-13drm/i915/fence: Use rcu to defer freeing of irq_workChris Wilson1-1/+2
2017-12-13drm/i915: Dump the engine state before declaring wedged from wait_for_engines()Chris Wilson1-1/+12
2017-12-13drm/i915: Bump timeout for wait_for_engines()Chris Wilson2-2/+4
2017-12-13drm/i915: Downgrade misleading "Memory usable" messageChris Wilson1-3/+2
2017-12-13drm/i915: Print an error message for a reset failure on gen2Chris Wilson1-1/+4
2017-12-12docs: fix, intel_guc_loader.c has been moved to intel_guc_fw.cMarkus Heiser1-3/+0
2017-12-12drm/i915: prefer resource_size_t for everything stolenMatthew Auld8-45/+46
2017-12-12drm/i915: give stolen_usable_size a more suitable homeMatthew Auld5-18/+16
2017-12-12drm/i915: make mappable struct resource centricMatthew Auld12-28/+37
2017-12-12drm/i915: make reserved struct resource centricMatthew Auld4-14/+12
2017-12-12drm/i915: make dsm struct resource centricMatthew Auld8-88/+89
2017-12-12drm/i915: nuke the duplicated stolen discoveryMatthew Auld2-155/+5
2017-12-12x86/early-quirks: replace the magical increment start valuesMatthew Auld1-3/+3
2017-12-12x86/early-quirks: export the stolen region as a resourceMatthew Auld2-2/+12
2017-12-12x86/early-quirks: Extend Intel graphics stolen memory placement to 64bitJoonas Lahtinen1-37/+38
2017-12-11drm/i915: Only report a wakeup if the waiter was truly asleepChris Wilson1-4/+22
2017-12-11drm/i915: Stop listening to request resubmission from the signaler kthreadChris Wilson1-11/+11
2017-12-11drm/i915/selftests: Free mock_i915->drm.mode_configChris Wilson1-1/+6
2017-12-11agp/intel: Flush all chipset writes after updating the GGTTChris Wilson1-0/+2
2017-12-11drm/i915/gvt/fb_decoder: Fix out-of-bounds readGustavo A. R. Silva1-0/+6
2017-12-11drm/i915/gvt: refine function emulate_mmio_read/writePei Zhang1-21/+15
2017-12-11drm/i915: Stop showing seqno info from debugfs/i915_interrupt_infoChris Wilson2-22/+6
2017-12-11drm/i915: Remove debugfs/i915_seqno_infoChris Wilson1-14/+0
2017-12-08drm/i915: Add is-wedged flag to intel_engine_dump()Chris Wilson1-0/+3
2017-12-08drm/i915: Include the global reset count for intel_engine_dump()Chris Wilson1-2/+3
2017-12-08drm/i915: Include engine state on detecting a missed breadcrumb/seqnoChris Wilson2-11/+20
2017-12-08drm/i915: Make engine state pretty-printer header configurableChris Wilson4-8/+21
2017-12-08drm/i915: Use snprintf to avoid line-break when pretty-printing enginesChris Wilson1-5/+6