summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/guc: Split relay control and GuC log levelMichał Winiarski2018-03-196-84/+84
* drm/i915/guc: Flush directly in log unregisterMichał Winiarski2018-03-191-22/+16
* drm/i915/guc: Merge log relay file and channel creationMichał Winiarski2018-03-191-60/+5
* drm/i915/guc: Log runtime should consist of both mapping and relayMichał Winiarski2018-03-192-90/+38
* drm/i915/guc: Keep GuC interrupts enabled when using GuCMichał Winiarski2018-03-194-36/+36
* drm/i915/dp: Write to SET_POWER dpcd to enable MST hub.Dhinakaran Pandiyan2018-03-191-5/+2
* drm/i915: Kill the remaining CHV HBR2 leftoversVille Syrjälä2018-03-162-18/+4
* i915: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-03-162-77/+12
* drm/i915: Don't initialize plane_to_crtc_mapping[] on SKL+Ville Syrjälä2018-03-161-4/+11
* drm/i915/stolen: Deduce base of reserved portion as top-size on vlvChris Wilson2018-03-161-47/+56
* drm/i915/stolen: Checkpatch cleansingChris Wilson2018-03-161-12/+28
* drm/i915/stolen: Switch from DEBUG_KMS to DEBUG_DRIVERChris Wilson2018-03-161-10/+10
* drm/i915: Stop engines when declaring the machine wedgedChris Wilson2018-03-162-1/+3
* drm/i915: Trace GEM steps between submit and wedgingChris Wilson2018-03-162-0/+37
* drm/i915/guc: Fix build break on config without DEBUG_FSMichal Wajdeczko2018-03-151-0/+2
* drm/i915/guc: Update syntax of GuC log functionsMichal Wajdeczko2018-03-155-111/+126
* drm/i915: Split GPU commands definitions into separate headerMichal Wajdeczko2018-03-153-264/+276
* drm/i915: move gen8 irq shifts to intel_lrc.cDaniele Ceraolo Spurio2018-03-154-14/+16
* drm/i915: use engine->irq_keep_mask when resetting irqsDaniele Ceraolo Spurio2018-03-151-2/+6
* drm/i915: add a selftest for the mmio_bases tableDaniele Ceraolo Spurio2018-03-153-6/+69
* drm/i915: store all mmio bases in intel_enginesDaniele Ceraolo Spurio2018-03-152-29/+50
* drm/i915/cnl: Kill _MMIO_PORT6 macroMahesh Kumar2018-03-141-5/+5
* drm/i915/cnl; Add macro to get PORT_TX registerMahesh Kumar2018-03-141-98/+39
* drm/i915/pmu: Work around compiler warnings on some kernel configsTvrtko Ursulin2018-03-141-19/+13
* drm/i915: Check rq->timeline before deferenceChris Wilson2018-03-141-1/+3
* drm/i915/guc: Check the locking status of GuC WOPCM registersJackie Li2018-03-145-5/+74
* drm/i915: Add HuC firmware size related restriction for Gen9 and CNL A0Jackie Li2018-03-141-2/+25
* drm/i915: Add support to return CNL specific reserved WOPCM sizeJackie Li2018-03-141-0/+4
* drm/i915: Implement dynamic GuC WOPCM offset and size calculationJackie Li2018-03-1414-41/+321
* drm/i915/guc: Rename guc_ggtt_offset to intel_guc_ggtt_offsetJackie Li2018-03-1410-25/+36
* drm/i915/psr: Comment to clarify SRD_DEBUG is called PSR_MASK SKL+Dhinakaran Pandiyan2018-03-131-2/+2
* drm/i915: Show GEM_TRACE when detecting a failed GPU idleChris Wilson2018-03-132-10/+3
* drm/i915: Move CUR SURFLIVE definition to a better place.Rodrigo Vivi2018-03-132-5/+4
* drm/i915/psr: Remove PSR active flag from debugfsDhinakaran Pandiyan2018-03-131-1/+0
* drm/i915/psr: Use more PSR HW tracking.Rodrigo Vivi2018-03-134-3/+13
* drm/i915/frontbuffer: HW tracking for cursor moves to fix PSR lags.Dhinakaran Pandiyan2018-03-131-1/+1
* drm/i915/frontbuffer: Pull frontbuffer_flush out of gem_obj_pin_to_displayDhinakaran Pandiyan2018-03-134-9/+15
* drm/i915: Use sseu size for determining eu_regs[]Chris Wilson2018-03-131-2/+6
* drm/i915: Warn against variable length arraysChris Wilson2018-03-131-1/+1
* drm/i915: Remove variable length arrays from sseu debugfs printersChris Wilson2018-03-131-6/+6
* drm/i915/uc: Sanitize uC together with GEMMichal Wajdeczko2018-03-126-1/+39
* drm/i915/uc: Sanitize uC options earlyMichal Wajdeczko2018-03-123-5/+4
* drm/i915: Remove the impedance mismatch around intel_engine_enable_signalingChris Wilson2018-03-123-14/+15
* drm/i915/psr: Display WA 0884 applied broadly for more HW tracking.Rodrigo Vivi2018-03-122-2/+20
* drm/i915: Move i915_gpu_error into its own headerMichal Wajdeczko2018-03-093-331/+358
* drm/i915: Make header i915_pmu.h more robustMichal Wajdeczko2018-03-092-44/+13
* drm/i915: Change parameters order in i915_gem_batch_pool_initMichal Wajdeczko2018-03-093-51/+17
* drm/i915: Include i915_reg.h in intel_ringbuffer.hMichal Wajdeczko2018-03-091-0/+1
* drm/i915/guc: Move GuC notification handling to separate functionMichal Wajdeczko2018-03-093-31/+40
* drm/i915/guc: Create common entry points for log register/unregisterMichał Winiarski2018-03-095-116/+95