summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_uc.c
AgeCommit message (Expand)Author
2018-02-01drm/i915/guc: Add uc_fini_wq in gem_init unwind pathSagar Arun Kamble
2017-12-14drm/i915/guc: Extract guc_init from guc_init_hwMichał Winiarski
2017-12-14drm/i915/guc: Move GuC workqueue allocations outside of the mutexMichał Winiarski
2017-12-14drm/i915/guc: Move shared data allocation away from submission pathMichał Winiarski
2017-12-06drm/i915/huc: Load HuC only if requestedMichal Wajdeczko
2017-12-06drm/i915/guc: Combine enable_guc_loading|submission modparamsMichal Wajdeczko
2017-12-06drm/i915/uc: Don't fetch GuC firmware if no plan to use GuCMichal Wajdeczko
2017-12-06drm/i915/guc: Introduce USES_GUC_xxx helper macrosMichal Wajdeczko
2017-12-06drm/i915/guc: Move firmware selection to init_earlyMichal Wajdeczko
2017-12-06drm/i915/huc: Move firmware selection to init_earlyMichal Wajdeczko
2017-11-16drm/i915/guc: Rename i915_guc_submission.c|h to intel_guc_submission.c|hSagar Arun Kamble
2017-11-16drm/i915/guc: Update name and prototype of GuC submission interface functionsSagar Arun Kamble
2017-11-02drm/i915/guc: Rename the function that resets the GuCMichel Thierry
2017-10-16drm/i915/guc: Update Guc messages on load failureMichal Wajdeczko
2017-10-16drm/i915/guc: Pick better place for Guc final status messageMichal Wajdeczko
2017-10-16drm/i915/guc: Rename intel_guc_loader.c to intel_guc_fw.cMichal Wajdeczko
2017-10-16drm/i915/guc: Move GuC boot param initialization out of xferMichal Wajdeczko
2017-10-06drm/i915/uc: Fix includes orderMichal Wajdeczko
2017-10-06drm/i915/guc: Move GuC core definitions into dedicated filesMichal Wajdeczko
2017-10-06drm/i915/guc: Move GuC submission declarations into dedicated headerMichal Wajdeczko
2017-10-04drm/i915/guc: Move Guc early init into own functionMichal Wajdeczko
2017-10-04drm/i915/uc: Move uC fw helper code into dedicated filesMichal Wajdeczko
2017-10-04drm/i915/uc: Create intel_uc_init_mmioSagar Arun Kamble
2017-09-26drm/i915/huc: Reorganize HuC authenticationSagar Arun Kamble
2017-09-22drm/i915: Rename global i915 to i915_modparamsMichal Wajdeczko
2017-08-12drm/i915/guc: Rename GuC irq trigger functionMichal Wajdeczko
2017-06-08drm/i915/guc: Clear enable_guc_loading in case of init failureMichel Thierry
2017-05-26drm/i915/guc: capture GuC logs if FW fails to loadDaniele Ceraolo Spurio
2017-05-26drm/i915/guc: Introduce buffer based cmd transportMichal Wajdeczko
2017-05-26drm/i915/guc: Disable send function on finiMichal Wajdeczko
2017-05-19drm/i915/guc: Remove action status and statistics from debugfsMichal Wajdeczko
2017-05-11drm/i915/guc: Make scratch register base and count flexibleMichal Wajdeczko
2017-05-11drm/i915/guc: Move notification code into virtual functionMichal Wajdeczko
2017-05-02drm/i915/guc: Enable send function only after successful initMichal Wajdeczko
2017-04-13drm/i915/guc: write wopcm related register once during uc initdaniele.ceraolospurio@intel.com
2017-04-07drm/i915/guc: Use wait_for_register_fw() while waiting for MMIO responseMichal Wajdeczko
2017-03-31drm/i915/uc: Move fw path check to fetch_uc_fw()Michal Wajdeczko
2017-03-31drm/i915/uc: Add intel_uc_fw_fini()Michal Wajdeczko
2017-03-31drm/i915/uc: Add intel_uc_fw_type_repr()Michal Wajdeczko
2017-03-30drm/i915/guc: Take enable_guc_loading check out of GEM core codeOscar Mateo
2017-03-27drm/i915/uc: Make intel_uc_prepare_fw() staticMichal Wajdeczko
2017-03-24drm/i915/guc: limit forcewake to blitter domain in guc_sendDaniele Ceraolo Spurio
2017-03-23drm/i915/guc: A little bit more of doorbell sanitizationOscar Mateo
2017-03-23drm/i915/guc: Make intel_guc_send a function pointerOscar Mateo
2017-03-23drm/i915/guc: Add onion teardown to the GuC setupOscar Mateo
2017-03-17drm/i915: Correct error handling for i915_gem_object_create_from_data()Chris Wilson
2017-03-17drm/i915: i915_gem_object_create_from_data() doesn't require struct_mutexChris Wilson
2017-03-16drm/i915: Make intel_uc_sanitize_options() more robustMichal Wajdeczko
2017-03-16drm/i915/uc: Rename intel_uc_fw.fw to .typeArkadiusz Hiler
2017-03-15drm/i915/uc: Add params for specifying firmwareArkadiusz Hiler