summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_guc.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/uc: move GuC and HuC files under gt/uc/Daniele Ceraolo Spurio2019-07-131-202/+0
* drm/i915/guc: move guc irq functions to intel_guc parameterDaniele Ceraolo Spurio2019-07-131-3/+3
* drm/i915/uc: replace uc init/fini miscDaniele Ceraolo Spurio2019-07-131-2/+0
* drm/i915/guc: Remove preemption support for current fwChris Wilson2019-07-111-9/+0
* drm/i915/guc: Avoid reclaim locks during resetChris Wilson2019-07-011-0/+4
* drm/i915/guc: handle GuC messages received with CTB disabledDaniele Ceraolo Spurio2019-06-211-0/+5
* drm/i915: Make GuC GGTT reservation work on ggttTvrtko Ursulin2019-06-111-2/+0
* drm/i915/guc: Move intel_guc_reserved_gtt_size to intel_wopcm_guc_sizeTvrtko Ursulin2019-06-111-1/+0
* drm/i915/guc: always use Command Transport BuffersDaniele Ceraolo Spurio2019-06-091-1/+0
* drm/i915/guc: Create vfuncs for the GuC interrupts control functionsOscar Mateo2019-05-281-1/+7
* drm/i915/guc: Rename intel_guc_is_alive to intel_guc_is_loadedMichal Wajdeczko2019-05-231-5/+5
* drm/i915/uc: Reserve upper range of GGTTFernando Pacheco2019-04-201-0/+2
* drm/i915/guc: Support for extended GuC notification messagesMichal Wajdeczko2019-03-241-1/+2
* drm/i915: Split struct intel_context definition to its own headerChris Wilson2019-03-081-0/+1
* drm/i915: Pull all the reset functionality together into i915_reset.cChris Wilson2019-01-161-0/+3
* drm/i915/guc: init GuC descriptors after GuC loadDaniele Ceraolo Spurio2018-10-041-0/+5
* drm/i915/guc: Move the pin bias value from GuC to GGTTJakub Bartmiński2018-07-271-7/+5
* drm/i915/guc: Use intel_guc_init_misc to hide GuC internalsMichal Wajdeczko2018-06-281-3/+2
* drm/i915/guc: Handle default action received over CTMichal Wajdeczko2018-03-281-0/+1
* drm/i915/guc: Make event handler a virtual functionMichal Wajdeczko2018-03-281-0/+10
* drm/i915/guc: Prepare send() function to accept bigger responseMichal Wajdeczko2018-03-281-4/+14
* drm/i915/guc: Move enable/disable msg functions to GuC headerMichal Wajdeczko2018-03-211-0/+14
* drm/i915/guc: Keep GuC interrupts enabled when using GuCMichał Winiarski2018-03-191-0/+2
* drm/i915: Implement dynamic GuC WOPCM offset and size calculationJackie Li2018-03-141-7/+11
* drm/i915/guc: Rename guc_ggtt_offset to intel_guc_ggtt_offsetJackie Li2018-03-141-2/+12
* drm/i915/uc: Sanitize uC together with GEMMichal Wajdeczko2018-03-121-0/+6
* drm/i915/guc: Move GuC notification handling to separate functionMichal Wajdeczko2018-03-091-0/+1
* drm/i915/uc: Introduce intel_uc_suspend|resumeMichal Wajdeczko2018-03-021-2/+2
* drm/i915/guc: Move GuC workqueue allocations outside of the mutexMichał Winiarski2017-12-141-0/+2
* drm/i915/guc: Move shared data allocation away from submission pathMichał Winiarski2017-12-141-0/+2
* drm/i915/guc: Rename i915_guc_reg.h to intel_guc_reg.hMichal Wajdeczko2017-11-241-1/+1
* drm/i915/guc: Rename i915_guc_client struct to intel_guc_clientSagar Arun Kamble2017-11-161-3/+3
* drm/i915/guc: Preemption! With GuCMichał Winiarski2017-10-261-0/+8
* drm/i915/guc: Add a second client, to be used for preemptionDave Gordon2017-10-261-0/+1
* drm/i915/guc: Allocate separate shared data object for GuC communicationMichał Winiarski2017-10-261-0/+2
* drm/i915/guc: Rename intel_guc_loader.c to intel_guc_fw.cMichal Wajdeczko2017-10-161-3/+1
* drm/i915/guc: Move doc near related definitionsMichal Wajdeczko2017-10-161-0/+11
* drm/i915/guc: Move GuC boot param initialization out of xferMichal Wajdeczko2017-10-161-0/+1
* drm/i915: Unify uC variable types to avoid flooding checkpatch.plJoonas Lahtinen2017-10-061-1/+2
* drm/i915/guc: Move GuC core definitions into dedicated filesMichal Wajdeczko2017-10-061-0/+109
* drm/i915: Rename intel_guc.h to intel_uc.hArkadiusz Hiler2016-11-251-192/+0
* drm/i915/guc: Remove unused intel_guc_fw struct memberTvrtko Ursulin2016-11-231-1/+0
* drm/i915/guc: Cache the client mappingChris Wilson2016-11-031-1/+1
* drm/i915: Debugfs support for GuC logging controlSagar Arun Kamble2016-10-251-0/+1
* drm/i915: Support for forceful flush of GuC log bufferSagar Arun Kamble2016-10-251-0/+1
* drm/i915: Add stats for GuC log buffer flush interruptsAkash Goel2016-10-251-0/+7
* drm/i915: New lock to serialize the Host2GuC actionsAkash Goel2016-10-251-0/+3
* drm/i915: Add a relay backed debugfs interface for capturing GuC logsAkash Goel2016-10-251-0/+3
* drm/i915: Handle log buffer flush interrupt event from GuCSagar Arun Kamble2016-10-251-0/+4
* drm/i915: Support for GuC interruptsSagar Arun Kamble2016-10-251-0/+3