summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drm/i915: Avoid context dereference inside execlists_submission_taskletChris Wilson2017-12-192-4/+4
| * | | drm/i915: Remove pointer indirection for hangcheck_state localChris Wilson2017-12-191-5/+5
| * | | drm/i915: Show if we consider the engine is idle in the GPU error stateChris Wilson2017-12-192-0/+3
| * | | drm/i915: Implement WaDisableEarlyEOT.Rafael Antognolli2017-12-192-0/+4
| * | | drm/i915: Implement WaDisableVFclkgate.Rafael Antognolli2017-12-192-0/+8
| * | | drm/i915: Add pretty printer for modparamsMichal Wajdeczko2017-12-194-41/+42
| * | | drm/i915: Convert intel_device_info_dump into pretty printerMichal Wajdeczko2017-12-193-14/+17
| * | | drm/i915: Add pretty printer for device info flagsMichal Wajdeczko2017-12-194-10/+23
| * | | drm/i915: Fix indentation for intel_ddi_clk_selectChris Wilson2017-12-191-2/+2
| * | | drm/i915: Add a strong mb to resetting the has-CS-interrupt bitChris Wilson2017-12-191-1/+6
| * | | drm/i915/cnl: Add support for horizontal plane flippingJoonas Lahtinen2017-12-182-5/+36
| * | | drm/i915: Protect DDI port to DPLL map from theoretical race.Rodrigo Vivi2017-12-181-0/+4
| * | | 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