summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_uc.c
AgeCommit message (Expand)AuthorFilesLines
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 symme...Sagar 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
2017-12-14drm/i915/guc: Move shared data allocation away from submission pathMichał Winiarski1-4/+6
2017-12-06drm/i915/huc: Load HuC only if requestedMichal Wajdeczko1-5/+23
2017-12-06drm/i915/guc: Combine enable_guc_loading|submission modparamsMichal Wajdeczko1-44/+65
2017-12-06drm/i915/uc: Don't fetch GuC firmware if no plan to use GuCMichal Wajdeczko1-0/+6
2017-12-06drm/i915/guc: Introduce USES_GUC_xxx helper macrosMichal Wajdeczko1-12/+11
2017-12-06drm/i915/guc: Move firmware selection to init_earlyMichal Wajdeczko1-1/+1
2017-12-06drm/i915/huc: Move firmware selection to init_earlyMichal Wajdeczko1-3/+1
2017-11-16drm/i915/guc: Rename i915_guc_submission.c|h to intel_guc_submission.c|hSagar Arun Kamble1-1/+1
2017-11-16drm/i915/guc: Update name and prototype of GuC submission interface functionsSagar Arun Kamble1-7/+9
2017-11-02drm/i915/guc: Rename the function that resets the GuCMichel Thierry1-2/+2
2017-10-16drm/i915/guc: Update Guc messages on load failureMichal Wajdeczko1-4/+5
2017-10-16drm/i915/guc: Pick better place for Guc final status messageMichal Wajdeczko1-0/+6
2017-10-16drm/i915/guc: Rename intel_guc_loader.c to intel_guc_fw.cMichal Wajdeczko1-2/+2
2017-10-16drm/i915/guc: Move GuC boot param initialization out of xferMichal Wajdeczko1-0/+1
2017-10-06drm/i915/uc: Fix includes orderMichal Wajdeczko1-2/+1
2017-10-06drm/i915/guc: Move GuC core definitions into dedicated filesMichal Wajdeczko1-144/+2
2017-10-06drm/i915/guc: Move GuC submission declarations into dedicated headerMichal Wajdeczko1-0/+1
2017-10-04drm/i915/guc: Move Guc early init into own functionMichal Wajdeczko1-3/+6
2017-10-04drm/i915/uc: Move uC fw helper code into dedicated filesMichal Wajdeczko1-155/+4
2017-10-04drm/i915/uc: Create intel_uc_init_mmioSagar Arun Kamble1-2/+13
2017-09-26drm/i915/huc: Reorganize HuC authenticationSagar Arun Kamble1-1/+22
2017-09-22drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko1-25/+26
2017-08-12drm/i915/guc: Rename GuC irq trigger functionMichal Wajdeczko1-2/+2
2017-06-08drm/i915/guc: Clear enable_guc_loading in case of init failureMichel Thierry1-2/+5
2017-05-26drm/i915/guc: capture GuC logs if FW fails to loadDaniele Ceraolo Spurio1-2/+23
2017-05-26drm/i915/guc: Introduce buffer based cmd transportMichal Wajdeczko1-1/+18
2017-05-26drm/i915/guc: Disable send function on finiMichal Wajdeczko1-1/+6
2017-05-19drm/i915/guc: Remove action status and statistics from debugfsMichal Wajdeczko1-7/+0
2017-05-11drm/i915/guc: Make scratch register base and count flexibleMichal Wajdeczko1-7/+34
2017-05-11drm/i915/guc: Move notification code into virtual functionMichal Wajdeczko1-1/+9
2017-05-02drm/i915/guc: Enable send function only after successful initMichal Wajdeczko1-1/+26
2017-04-13drm/i915/guc: write wopcm related register once during uc initdaniele.ceraolospurio@intel.com1-0/+5
2017-04-07drm/i915/guc: Use wait_for_register_fw() while waiting for MMIO responseMichal Wajdeczko1-19/+7
2017-03-31drm/i915/uc: Move fw path check to fetch_uc_fw()Michal Wajdeczko1-5/+5
2017-03-31drm/i915/uc: Add intel_uc_fw_fini()Michal Wajdeczko1-15/+15
2017-03-31drm/i915/uc: Add intel_uc_fw_type_repr()Michal Wajdeczko1-2/+4
2017-03-30drm/i915/guc: Take enable_guc_loading check out of GEM core codeOscar Mateo1-0/+6
2017-03-27drm/i915/uc: Make intel_uc_prepare_fw() staticMichal Wajdeczko1-135/+135
2017-03-24drm/i915/guc: limit forcewake to blitter domain in guc_sendDaniele Ceraolo Spurio1-2/+2
2017-03-23drm/i915/guc: A little bit more of doorbell sanitizationOscar Mateo1-9/+12
2017-03-23drm/i915/guc: Make intel_guc_send a function pointerOscar Mateo1-5/+11
2017-03-23drm/i915/guc: Add onion teardown to the GuC setupOscar Mateo1-14/+41