summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_uc.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/guc: Fix runtime suspendChris Wilson2019-05-031-0/+1
* drm/i915: Invert the GEM wakeref hierarchyChris Wilson2019-04-241-1/+1
* drm/i915/guc: Calling guc_disable_communication in all suspend pathsSujaritha Sundaresan2019-02-211-0/+1
* drm/i915/uc: add dev_priv parameter to intel_uc_is_using_* functionsJani Nikula2018-12-311-3/+3
* drm/i915/uc: Fetch uC firmware in init_earlyMichal Wajdeczko2018-03-231-2/+1Star
* drm/i915/guc: Split relay control and GuC log levelMichał Winiarski2018-03-191-2/+0Star
* drm/i915/uc: Sanitize uC together with GEMMichal Wajdeczko2018-03-121-0/+1
* drm/i915/uc: Sanitize uC options earlyMichal Wajdeczko2018-03-121-1/+0Star
* drm/i915/guc: Create common entry points for log register/unregisterMichał Winiarski2018-03-091-0/+2
* drm/i915/uc: Introduce intel_uc_suspend|resumeMichal Wajdeczko2018-03-031-0/+2
* drm/i915/guc: Fix lockdep due to log relay channel handling under struct_mutexSagar Arun Kamble2018-01-241-2/+2
* drm/i915/guc: Extract guc_init from guc_init_hwMichał Winiarski2017-12-141-0/+2
* drm/i915/guc: Move GuC workqueue allocations outside of the mutexMichał Winiarski2017-12-141-0/+2
* drm/i915/guc: Combine enable_guc_loading|submission modparamsMichal Wajdeczko2017-12-061-0/+19
* drm/i915/guc: Move GuC core definitions into dedicated filesMichal Wajdeczko2017-10-061-77/+1Star
* drm/i915/guc: Move GuC submission declarations into dedicated headerMichal Wajdeczko2017-10-061-45/+0Star
* drm/i915/guc: Move GuC log declarations into dedicated headerMichal Wajdeczko2017-10-061-25/+1Star
* drm/i915/huc: Move HuC declarations into dedicated headerMichal Wajdeczko2017-10-041-12/+1Star
* drm/i915/uc: Move uC fw helper code into dedicated filesMichal Wajdeczko2017-10-041-66/+1Star
* drm/i915/uc: Create intel_uc_init_mmioSagar Arun Kamble2017-10-041-0/+1
* drm/i915/uc: Drop unnecessary forward declarationMichal Wajdeczko2017-10-041-2/+0Star
* drm/i915/huc: Reorganize HuC authenticationSagar Arun Kamble2017-09-261-1/+2
* drm/i915/guc: Cleanup adding GuC work itemsMichał Winiarski2017-09-181-4/+0Star
* drm/i915/guc: Simplify GuC doorbell logicMichał Winiarski2017-09-181-1/+0Star
* drm/i915/guc: Submit GuC workitems containing coalesced requestsMichał Winiarski2017-09-181-11/+0Star
* drm/i915/guc: Remove obsolete comments and remove unused variableMichał Winiarski2017-09-181-4/+0Star
* BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie2017-06-161-0/+4
|\
| * drm/i915/guc: Remove stale comment for q_failMichal Wajdeczko2017-06-071-2/+0Star
* | drm/i915/guc: capture GuC logs if FW fails to loadDaniele Ceraolo Spurio2017-05-261-0/+3
* | drm/i915/guc: Introduce buffer based cmd transportMichal Wajdeczko2017-05-261-1/+2
* | drm/i915/guc: Remove action status and statistics from debugfsMichal Wajdeczko2017-05-191-10/+0Star
* | drm/i915/guc: Remove last submission result from debugfsMichal Wajdeczko2017-05-191-2/+0Star
* | drm/i915/guc: Remove failed doorbell stat from debugfsMichal Wajdeczko2017-05-191-4/+0Star
* | drm/i915/guc: Remove stale comment for q_failMichal Wajdeczko2017-05-191-2/+0Star
* | drm/i915/guc: Make scratch register base and count flexibleMichal Wajdeczko2017-05-111-0/+7
* | drm/i915/guc: Move notification code into virtual functionMichal Wajdeczko2017-05-111-0/+9
* | drm/i915/guc: Enable send function only after successful initMichal Wajdeczko2017-05-021-0/+1
* | drm/i915/huc: Simplify intel_huc_init_hw()Michal Wajdeczko2017-04-041-1/+1
|/
* drm/i915/uc: Drop use of MISSING_CASE on trivial enumsMichal Wajdeczko2017-03-311-6/+2Star
* drm/i915/huc: Remove unused intel_huc_fini()Michal Wajdeczko2017-03-311-1/+0Star
* drm/i915/uc: Add intel_uc_fw_type_repr()Michal Wajdeczko2017-03-311-0/+14
* drm/i915/uc: Move intel_uc_fw_status_repr() to intel_uc.hMichal Wajdeczko2017-03-311-1/+19
* drm/i915/uc: Make intel_uc_prepare_fw() staticMichal Wajdeczko2017-03-271-2/+0Star
* drm/i915/guc: Refactor the concept "GuC context descriptor" into "GuC stage d...Oscar Mateo2017-03-231-4/+4
* drm/i915/guc: Improve the GuC documentation & comments about proxy submissionsOscar Mateo2017-03-231-2/+4
* drm/i915/guc: Make intel_guc_send a function pointerOscar Mateo2017-03-231-1/+8
* drm/i915/guc: Break out the GuC log extras into their own "runtime" structOscar Mateo2017-03-231-5/+7
* drm/i915/guc: Add onion teardown to the GuC setupOscar Mateo2017-03-231-3/+5
* drm/i915/guc: Keep the ctx_pool_vaddr mapped, for easy accessOscar Mateo2017-03-231-1/+2
* drm/i915/guc: Sanitize GuC client initializationJoonas Lahtinen2017-03-231-6/+5Star