aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_uc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-14drm/i915: update with_intel_runtime_pm to use the rpm structureDaniele Ceraolo Spurio1-1/+1
2019-06-09drm/i915/guc: always use Command Transport BuffersDaniele Ceraolo Spurio1-16/+3
2019-05-28drm/i915/guc: Create vfuncs for the GuC interrupts control functionsOscar Mateo1-3/+18
2019-05-28drm/i915/guc: Always ask GuC to update power domain statesMichal Wajdeczko1-4/+4
2019-05-28drm/i915/guc: Reset GuC ADS during sanitizeMichal Wajdeczko1-1/+3
2019-05-28drm/i915/guc: Don't allow GuC submissionMichal Wajdeczko1-0/+12
2019-05-28drm/i915/guc: Change platform default GuC modeMichal Wajdeczko1-4/+2
2019-05-23drm/i915/uc: Skip reset preparation if GuC is already deadMichal Wajdeczko1-1/+1
2019-05-23drm/i915/uc: Stop talking with GuC when resettingMichal Wajdeczko1-1/+12
2019-05-23drm/i915/uc: Skip GuC HW unwinding if GuC is already deadMichal Wajdeczko1-1/+1
2019-05-23drm/i915/uc: Use GuC firmware status helperMichal Wajdeczko1-6/+3
2019-05-23drm/i915/uc: Explicitly sanitize GuC/HuC on failure and finishMichal Wajdeczko1-5/+13
2019-05-03drm/i915/guc: Fix runtime suspendChris Wilson1-8/+17
2019-04-24drm/i915: Invert the GEM wakeref hierarchyChris Wilson1-13/+9
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson1-1/+1
2019-04-20drm/i915/uc: Place uC firmware in upper range of GGTTFernando Pacheco1-4/+19
2019-03-30drm/i915/guc: Retry GuC load for all load failuresRobert M. Fosha1-1/+1
2019-02-20drm/i915/guc: Calling guc_disable_communication in all suspend pathsSujaritha Sundaresan1-4/+19
2019-01-16drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson1-0/+1
2018-12-31drm/i915/uc: add dev_priv parameter to intel_uc_is_using_* functionsJani Nikula1-6/+6
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi1-1/+1
2018-10-17drm/i915/guc: Fix Gen9 GuC loading workaroundsMichal Wajdeczko1-1/+1
2018-09-10drm/i915/guc: Update GuC power domain statesMichal Wajdeczko1-0/+4
2018-06-28drm/i915/uc: Fetch GuC/HuC firmwares from guc/huc specific initMichal Wajdeczko1-13/+15
2018-06-28drm/i915/guc: Use intel_guc_init_misc to hide GuC internalsMichal Wajdeczko1-4/+2
2018-06-12drm/i915/guc: Don't store runtime GuC log level in modparamPiotr Piórkowski1-1/+1
2018-05-25drm/i915/uc: Trivial s/dev_priv/i915 in intel_uc.cMichal Wajdeczko1-65/+64
2018-03-29drm/i915/guc: enable guc interrupts unconditionally in uc_resumeMichel Thierry1-2/+1
2018-03-28drm/i915/guc: Make event handler a virtual functionMichal Wajdeczko1-0/+2
2018-03-23drm/i915/uc: Fetch uC firmware in init_earlyMichal Wajdeczko1-19/+18
2018-03-21drm/i915/guc: Unify parameters of public CT functionsMichal Wajdeczko1-2/+2
2018-03-20drm/i915/guc: Don't try to enable GuC logging when we're not using GuCMichał Winiarski1-12/+11
2018-03-19drm/i915/guc: Default to non-verbose GuC loggingMichał Winiarski1-1/+1
2018-03-19drm/i915/guc: Allow user to control default GuC loggingMichał Winiarski1-5/+9
2018-03-19drm/i915/guc: Split relay control and GuC log levelMichał Winiarski1-22/+0
2018-03-19drm/i915/guc: Keep GuC interrupts enabled when using GuCMichał Winiarski1-9/+5
2018-03-15drm/i915/guc: Update syntax of GuC log functionsMichal Wajdeczko1-2/+2
2018-03-14drm/i915/guc: Check the locking status of GuC WOPCM registersJackie Li1-5/+0
2018-03-14drm/i915: Implement dynamic GuC WOPCM offset and size calculationJackie Li1-2/+4
2018-03-12drm/i915/uc: Sanitize uC together with GEMMichal Wajdeczko1-1/+18
2018-03-12drm/i915/uc: Sanitize uC options earlyMichal Wajdeczko1-2/+4
2018-03-09drm/i915/guc: Create common entry points for log register/unregisterMichał Winiarski1-17/+24
2018-03-02drm/i915/uc: Introduce intel_uc_suspend|resumeMichal Wajdeczko1-0/+45
2018-03-02drm/i915/uc: Make GuC/HuC fw fetch and loading functions/file structure symmetricSagar Arun Kamble1-1/+1
2018-02-01drm/i915/guc: Don't forget to free GuC error logMichal Wajdeczko1-2/+4
2018-01-24drm/i915/guc: Fix lockdep due to log relay channel handling under struct_mutexSagar Arun Kamble1-5/+21
2018-01-18drm/i915/guc: Redefine guc_log_level modparam valuesMichal Wajdeczko1-6/+54
2018-01-10drm/i915/guc: Add uc_fini_wq in gem_init unwind pathSagar Arun Kamble1-2/+0
2017-12-14drm/i915/guc: Extract guc_init from guc_init_hwMichał Winiarski1-25/+46
2017-12-14drm/i915/guc: Move GuC workqueue allocations outside of the mutexMichał Winiarski1-0/+26