summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/selftests: Fix up igt_reset_engineChris Wilson2017-12-181-64/+251
* drm/i915/trace: add hw_id to gem requests trace pointsLionel Landwerlin2017-12-181-14/+22
* drm/i915: reorder field in gem_request tracepointsLionel Landwerlin2017-12-181-2/+2
* drm/i915: Show IPEIR and IPEHR in the engine dumpChris Wilson2017-12-181-0/+18
* drm/i915: prefer i915_gem_object_has_pages()Matthew Auld2017-12-182-2/+2
* drm/i915: Re-enable GGTT earlier after GPU resetChris Wilson2017-12-181-3/+3
* drm/i915: Unifying debugfs return codes for unsupported featuresMichal Wajdeczko2017-12-171-45/+31
* drm/i915: Restore the kernel context after a GPU reset on an idle engineChris Wilson2017-12-161-0/+19
* drm/i915: Skip an engine reset if it recovered before our preparationsChris Wilson2017-12-161-7/+7
* drm/i915/lpe: Remove double-encapsulation of info stringChris Wilson2017-12-151-1/+1
* drm/i915: Allow internal page allocations to failChris Wilson2017-12-151-1/+3
* drm/i915: Update DRIVER_DATE to 20171214Rodrigo Vivi2017-12-141-2/+2
* Merge tag 'gvt-next-2017-12-14' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi2017-12-1410-167/+181
|\
| * drm/i915/gvt/fb_decoder: Fix out-of-bounds readGustavo A. R. Silva2017-12-111-0/+6
| * drm/i915/gvt: refine function emulate_mmio_read/writePei Zhang2017-12-111-21/+15
| * drm/i915/gvt: Refine dmabuf_obj cleanup processTina Zhang2017-12-081-8/+7
| * drm/i915/gvt/kvmgt: fill info for ROM/VGA regionPei Zhang2017-12-081-1/+5
| * drm/i915/gvt: Rename file render.{c, h} to mmio_context.{c, h}Changbin Du2017-12-084-2/+2
| * drm/i915/gvt: Remove MMIO barrier in MMIO switchChangbin Du2017-12-081-12/+0
| * drm/i915/gvt: Select appropriate mmio list at initialization timeChangbin Du2017-12-084-33/+40
| * drm/i915/gvt: Refine the ring mmio list definitionChangbin Du2017-12-081-90/+104
| * drm/i915/gvt: fix off-by-one comparison of ring_idColin Ian King2017-12-051-2/+2
| * drm/i915/gvt: Add missing breaks in switch statementColin Ian King2017-12-051-0/+2
* | drm/i915: properly init lockdep classSebastian Andrzej Siewior2017-12-141-4/+1
* | drm/i915: Show engine state when hangcheck detects a stallChris Wilson2017-12-141-1/+6
* | drm/i915: make CS frequency read support missing more obviousLionel Landwerlin2017-12-141-1/+1
* | drm/i915/guc: Extract doorbell verification into a functionMichał Winiarski2017-12-141-5/+14
* | drm/i915/guc: Extract clients allocation to submission_initMichał Winiarski2017-12-141-22/+11
* | drm/i915/guc: Extract doorbell creation from client allocationMichał Winiarski2017-12-142-173/+88
* | drm/i915/guc: Call invalidate after changing the vfuncMichał Winiarski2017-12-141-0/+4
* | drm/i915/guc: Extract guc_init from guc_init_hwMichał Winiarski2017-12-144-26/+56
* | drm/i915/guc: Move GuC workqueue allocations outside of the mutexMichał Winiarski2017-12-149-77/+110
* | drm/i915/guc: Move shared data allocation away from submission pathMichał Winiarski2017-12-144-40/+60
* | drm/i915: Unwind i915_gem_init() failureChris Wilson2017-12-131-14/+66
* | drm/i915: Ratelimit request allocation under oomChris Wilson2017-12-131-4/+15
* | drm/i915: Allow fence allocations to failChris Wilson2017-12-134-5/+7
* | drm/i915: Mark up potential allocation paths within i915_sw_fence as might_sleepChris Wilson2017-12-131-0/+3
* | drm/i915: Don't check #active_requests from i915_gem_wait_for_idle()Chris Wilson2017-12-132-6/+2
* | drm/i915/fence: Use rcu to defer freeing of irq_workChris Wilson2017-12-131-1/+2
* | drm/i915: Dump the engine state before declaring wedged from wait_for_engines()Chris Wilson2017-12-121-1/+12
* | drm/i915: Bump timeout for wait_for_engines()Chris Wilson2017-12-122-2/+4
* | drm/i915: Downgrade misleading "Memory usable" messageChris Wilson2017-12-121-3/+2
* | drm/i915: Print an error message for a reset failure on gen2Chris Wilson2017-12-121-1/+4
* | drm/i915: prefer resource_size_t for everything stolenMatthew Auld2017-12-127-44/+45
* | drm/i915: give stolen_usable_size a more suitable homeMatthew Auld2017-12-125-18/+16
* | drm/i915: make mappable struct resource centricMatthew Auld2017-12-1212-28/+37
* | drm/i915: make reserved struct resource centricMatthew Auld2017-12-124-14/+12
* | drm/i915: make dsm struct resource centricMatthew Auld2017-12-127-87/+89
* | drm/i915: nuke the duplicated stolen discoveryMatthew Auld2017-12-122-155/+5
* | drm/i915: Only report a wakeup if the waiter was truly asleepChris Wilson2017-12-111-4/+22