summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
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-12drm/i915: Dump the engine state before declaring wedged from wait_for_engines()Chris Wilson1-1/+12
2017-12-12drm/i915: Bump timeout for wait_for_engines()Chris Wilson2-2/+4
2017-12-12drm/i915: Downgrade misleading "Memory usable" messageChris Wilson1-3/+2
2017-12-12drm/i915: Print an error message for a reset failure on gen2Chris Wilson1-1/+4
2017-12-12drm/i915: prefer resource_size_t for everything stolenMatthew Auld6-38/+39
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 Auld6-85/+89
2017-12-12drm/i915: nuke the duplicated stolen discoveryMatthew Auld2-155/+5
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-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
2017-12-08Merge airlied/drm-next into drm-intel-next-queuedRodrigo Vivi24-80/+83
2017-12-08drm/i915: Drop fb reference on load_detect_pipe failure pathChris Wilson1-2/+1
2017-12-08intel/atomic: Stop updating legacy fb parametersDaniel Vetter1-28/+3
2017-12-08drm/i915: Restore GT performance in headless mode with DMC loadedTvrtko Ursulin4-0/+23
2017-12-08drm/i915/gvt: Refine dmabuf_obj cleanup processTina Zhang1-8/+7
2017-12-08drm/i915/gvt/kvmgt: fill info for ROM/VGA regionPei Zhang1-1/+5
2017-12-08drm/i915/gvt: Rename file render.{c, h} to mmio_context.{c, h}Changbin Du4-2/+2
2017-12-08drm/i915/gvt: Remove MMIO barrier in MMIO switchChangbin Du1-12/+0
2017-12-08drm/i915/gvt: Select appropriate mmio list at initialization timeChangbin Du4-33/+40
2017-12-08drm/i915/gvt: Refine the ring mmio list definitionChangbin Du1-90/+104