summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-03-21drm/i915/guc: Drop union guc_log_controlMichal Wajdeczko2-19/+10
2018-03-21drm/i915/guc: Unify naming of private GuC action functionsMichal Wajdeczko1-9/+9
2018-03-21drm/i915/huc: Check HuC status in dedicated functionMichal Wajdeczko3-3/+29
2018-03-21drm/i915/icl: Added ICL 11 slice, subslice and EU fuse detectionKelvin Gardiner3-2/+51
2018-03-20drm/i915: Add control flags to i915_handle_error()Chris Wilson8-55/+62
2018-03-20drm/i915: Specify which engines to reset following semaphore/event lockupsChris Wilson1-2/+2
2018-03-20drm/i915/guc: Don't try to enable GuC logging when we're not using GuCMichał Winiarski4-23/+23
2018-03-20drm/i915/icl: Update subslice define for ICL 11Kelvin Gardiner3-5/+23
2018-03-20drm/i915/icl: Enable the extra video decode and enhancement boxes for Icelake 11Oscar Mateo1-0/+1
2018-03-20drm/i915/icl: Check for fused-off VDBOX and VEBOX instancesOscar Mateo6-0/+115
2018-03-20drm/i915: Select STACKDEPOT for DRM_I915_DEBUGDaniel Vetter1-0/+1
2018-03-19drm/i915: Trim error mask to known enginesChris Wilson1-0/+1
2018-03-19drm/i915: Prefer memset64() when filling the iomapChris Wilson1-3/+4
2018-03-19drm/i915/guc: Demote GuC error messagesMichał Winiarski2-5/+6
2018-03-19drm/i915/guc: Default to non-verbose GuC loggingMichał Winiarski2-2/+2
2018-03-19drm/i915/guc: Allow user to control default GuC loggingMichał Winiarski5-27/+49
2018-03-19drm/i915/guc: Don't print out relay statistics when relay is disabledMichał Winiarski4-38/+52
2018-03-19drm/i915/guc: Always print log stats in i915_guc_info when using GuCMichał Winiarski1-6/+9
2018-03-19drm/i915/guc: Get rid of GuC log runtimeMichał Winiarski4-45/+45
2018-03-19drm/i915/guc: Move check for fast memcpy_wc to relay creationMichał Winiarski1-10/+10
2018-03-19drm/i915/guc: Split relay control and GuC log levelMichał Winiarski6-84/+84
2018-03-19drm/i915/guc: Flush directly in log unregisterMichał Winiarski1-22/+16
2018-03-19drm/i915/guc: Merge log relay file and channel creationMichał Winiarski1-60/+5
2018-03-19drm/i915/guc: Log runtime should consist of both mapping and relayMichał Winiarski2-90/+38
2018-03-19drm/i915/guc: Keep GuC interrupts enabled when using GuCMichał Winiarski4-36/+36
2018-03-19drm/i915/dp: Write to SET_POWER dpcd to enable MST hub.Dhinakaran Pandiyan1-5/+2
2018-03-16drm/i915: Kill the remaining CHV HBR2 leftoversVille Syrjälä2-18/+4
2018-03-16i915: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2-77/+12
2018-03-16drm/i915: Don't initialize plane_to_crtc_mapping[] on SKL+Ville Syrjälä1-4/+11
2018-03-16drm/i915/stolen: Deduce base of reserved portion as top-size on vlvChris Wilson1-47/+56
2018-03-16drm/i915/stolen: Checkpatch cleansingChris Wilson1-12/+28
2018-03-16drm/i915/stolen: Switch from DEBUG_KMS to DEBUG_DRIVERChris Wilson1-10/+10
2018-03-16drm/i915: Stop engines when declaring the machine wedgedChris Wilson2-1/+3
2018-03-16drm/i915: Trace GEM steps between submit and wedgingChris Wilson2-0/+37
2018-03-15drm/i915/guc: Fix build break on config without DEBUG_FSMichal Wajdeczko1-0/+2
2018-03-15drm/i915/guc: Update syntax of GuC log functionsMichal Wajdeczko5-111/+126
2018-03-15drm/i915: Split GPU commands definitions into separate headerMichal Wajdeczko3-264/+276
2018-03-15drm/i915: move gen8 irq shifts to intel_lrc.cDaniele Ceraolo Spurio4-14/+16
2018-03-15drm/i915: use engine->irq_keep_mask when resetting irqsDaniele Ceraolo Spurio1-2/+6
2018-03-15drm/i915: add a selftest for the mmio_bases tableDaniele Ceraolo Spurio3-6/+69
2018-03-15drm/i915: store all mmio bases in intel_enginesDaniele Ceraolo Spurio2-29/+50
2018-03-14drm/i915/cnl: Kill _MMIO_PORT6 macroMahesh Kumar1-5/+5
2018-03-14drm/i915/cnl; Add macro to get PORT_TX registerMahesh Kumar1-98/+39
2018-03-14drm/i915/pmu: Work around compiler warnings on some kernel configsTvrtko Ursulin1-19/+13
2018-03-14drm/i915: Check rq->timeline before deferenceChris Wilson1-1/+3
2018-03-14drm/i915/guc: Check the locking status of GuC WOPCM registersJackie Li5-5/+74
2018-03-14drm/i915: Add HuC firmware size related restriction for Gen9 and CNL A0Jackie Li1-2/+25
2018-03-14drm/i915: Add support to return CNL specific reserved WOPCM sizeJackie Li1-0/+4
2018-03-14drm/i915: Implement dynamic GuC WOPCM offset and size calculationJackie Li14-41/+321
2018-03-14drm/i915/guc: Rename guc_ggtt_offset to intel_guc_ggtt_offsetJackie Li10-25/+36