summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_uc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915/guc: Remove action status and statistics from debugfsMichal Wajdeczko2017-05-191-7/+0
* drm/i915/guc: Make scratch register base and count flexibleMichal Wajdeczko2017-05-111-7/+34
* drm/i915/guc: Move notification code into virtual functionMichal Wajdeczko2017-05-111-1/+9
* drm/i915/guc: Enable send function only after successful initMichal Wajdeczko2017-05-021-1/+26
* drm/i915/guc: write wopcm related register once during uc initdaniele.ceraolospurio@intel.com2017-04-131-0/+5
* drm/i915/guc: Use wait_for_register_fw() while waiting for MMIO responseMichal Wajdeczko2017-04-071-19/+7
* drm/i915/uc: Move fw path check to fetch_uc_fw()Michal Wajdeczko2017-03-311-5/+5
* drm/i915/uc: Add intel_uc_fw_fini()Michal Wajdeczko2017-03-311-15/+15
* drm/i915/uc: Add intel_uc_fw_type_repr()Michal Wajdeczko2017-03-311-2/+4
* drm/i915/guc: Take enable_guc_loading check out of GEM core codeOscar Mateo2017-03-301-0/+6
* drm/i915/uc: Make intel_uc_prepare_fw() staticMichal Wajdeczko2017-03-271-135/+135
* drm/i915/guc: limit forcewake to blitter domain in guc_sendDaniele Ceraolo Spurio2017-03-241-2/+2
* drm/i915/guc: A little bit more of doorbell sanitizationOscar Mateo2017-03-231-9/+12
* drm/i915/guc: Make intel_guc_send a function pointerOscar Mateo2017-03-231-5/+11
* drm/i915/guc: Add onion teardown to the GuC setupOscar Mateo2017-03-231-14/+41