summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_uc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/guc: enable guc interrupts unconditionally in uc_resumeMichel Thierry2018-03-291-2/+1
* drm/i915/guc: Make event handler a virtual functionMichal Wajdeczko2018-03-281-0/+2
* drm/i915/uc: Fetch uC firmware in init_earlyMichal Wajdeczko2018-03-231-19/+18
* drm/i915/guc: Unify parameters of public CT functionsMichal Wajdeczko2018-03-211-2/+2
* drm/i915/guc: Don't try to enable GuC logging when we're not using GuCMichał Winiarski2018-03-201-12/+11
* drm/i915/guc: Default to non-verbose GuC loggingMichał Winiarski2018-03-191-1/+1
* drm/i915/guc: Allow user to control default GuC loggingMichał Winiarski2018-03-191-5/+9
* drm/i915/guc: Split relay control and GuC log levelMichał Winiarski2018-03-191-22/+0
* drm/i915/guc: Keep GuC interrupts enabled when using GuCMichał Winiarski2018-03-191-9/+5
* drm/i915/guc: Update syntax of GuC log functionsMichal Wajdeczko2018-03-151-2/+2
* drm/i915/guc: Check the locking status of GuC WOPCM registersJackie Li2018-03-141-5/+0
* drm/i915: Implement dynamic GuC WOPCM offset and size calculationJackie Li2018-03-141-2/+4
* drm/i915/uc: Sanitize uC together with GEMMichal Wajdeczko2018-03-121-1/+18
* drm/i915/uc: Sanitize uC options earlyMichal Wajdeczko2018-03-121-2/+4
* drm/i915/guc: Create common entry points for log register/unregisterMichał Winiarski2018-03-091-17/+24
* drm/i915/uc: Introduce intel_uc_suspend|resumeMichal Wajdeczko2018-03-021-0/+45
* drm/i915/uc: Make GuC/HuC fw fetch and loading functions/file structure symme...Sagar Arun Kamble2018-03-021-1/+1
* drm/i915/guc: Don't forget to free GuC error logMichal Wajdeczko2018-02-011-2/+4
* drm/i915/guc: Fix lockdep due to log relay channel handling under struct_mutexSagar Arun Kamble2018-01-241-5/+21
* drm/i915/guc: Redefine guc_log_level modparam valuesMichal Wajdeczko2018-01-181-6/+54
* drm/i915/guc: Add uc_fini_wq in gem_init unwind pathSagar Arun Kamble2018-01-101-2/+0
* drm/i915/guc: Extract guc_init from guc_init_hwMichał Winiarski2017-12-141-25/+46
* drm/i915/guc: Move GuC workqueue allocations outside of the mutexMichał Winiarski2017-12-141-0/+26
* drm/i915/guc: Move shared data allocation away from submission pathMichał Winiarski2017-12-141-4/+6
* drm/i915/huc: Load HuC only if requestedMichal Wajdeczko2017-12-061-5/+23
* drm/i915/guc: Combine enable_guc_loading|submission modparamsMichal Wajdeczko2017-12-061-44/+65
* drm/i915/uc: Don't fetch GuC firmware if no plan to use GuCMichal Wajdeczko2017-12-061-0/+6
* drm/i915/guc: Introduce USES_GUC_xxx helper macrosMichal Wajdeczko2017-12-061-12/+11
* drm/i915/guc: Move firmware selection to init_earlyMichal Wajdeczko2017-12-061-1/+1
* drm/i915/huc: Move firmware selection to init_earlyMichal Wajdeczko2017-12-061-3/+1
* drm/i915/guc: Rename i915_guc_submission.c|h to intel_guc_submission.c|hSagar Arun Kamble2017-11-161-1/+1
* drm/i915/guc: Update name and prototype of GuC submission interface functionsSagar Arun Kamble2017-11-161-7/+9
* drm/i915/guc: Rename the function that resets the GuCMichel Thierry2017-11-021-2/+2
* drm/i915/guc: Update Guc messages on load failureMichal Wajdeczko2017-10-161-4/+5
* drm/i915/guc: Pick better place for Guc final status messageMichal Wajdeczko2017-10-161-0/+6
* drm/i915/guc: Rename intel_guc_loader.c to intel_guc_fw.cMichal Wajdeczko2017-10-161-2/+2
* drm/i915/guc: Move GuC boot param initialization out of xferMichal Wajdeczko2017-10-161-0/+1
* drm/i915/uc: Fix includes orderMichal Wajdeczko2017-10-061-2/+1
* drm/i915/guc: Move GuC core definitions into dedicated filesMichal Wajdeczko2017-10-061-144/+2
* drm/i915/guc: Move GuC submission declarations into dedicated headerMichal Wajdeczko2017-10-061-0/+1
* drm/i915/guc: Move Guc early init into own functionMichal Wajdeczko2017-10-041-3/+6
* drm/i915/uc: Move uC fw helper code into dedicated filesMichal Wajdeczko2017-10-041-155/+4
* drm/i915/uc: Create intel_uc_init_mmioSagar Arun Kamble2017-10-041-2/+13
* drm/i915/huc: Reorganize HuC authenticationSagar Arun Kamble2017-09-261-1/+22
* drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko2017-09-221-25/+26
* drm/i915/guc: Rename GuC irq trigger functionMichal Wajdeczko2017-08-121-2/+2
* drm/i915/guc: Clear enable_guc_loading in case of init failureMichel Thierry2017-06-081-2/+5
* drm/i915/guc: capture GuC logs if FW fails to loadDaniele Ceraolo Spurio2017-05-261-2/+23
* drm/i915/guc: Introduce buffer based cmd transportMichal Wajdeczko2017-05-261-1/+18
* drm/i915/guc: Disable send function on finiMichal Wajdeczko2017-05-261-1/+6
OpenPOWER on IntegriCloud