summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_uc.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* | 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/+0
* | drm/i915/guc: Remove last submission result from debugfsMichal Wajdeczko2017-05-191-2/+0
* | drm/i915/guc: Remove failed doorbell stat from debugfsMichal Wajdeczko2017-05-191-4/+0
* | drm/i915/guc: Remove stale comment for q_failMichal Wajdeczko2017-05-191-2/+0
* | 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/+2
* drm/i915/huc: Remove unused intel_huc_fini()Michal Wajdeczko2017-03-311-1/+0
* 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/+0
* 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/+5
* drm/i915/uc: Rename intel_uc_fw.fw to .typeArkadiusz Hiler2017-03-161-1/+1
* drm/i915/uc: Separate firmware selection and preparationArkadiusz Hiler2017-03-151-2/+2
* drm/i915/guc: Simplify intel_guc_init_hw()Arkadiusz Hiler2017-03-151-0/+1
* drm/i915/guc: Extract param logic form guc_init_fw()Arkadiusz Hiler2017-03-151-0/+1
* drm/i915/uc: Introduce intel_uc_init_fw()Arkadiusz Hiler2017-03-151-2/+3
* drm/i915/uc: Move intel_uc_fw_fetch() to intel_uc.cArkadiusz Hiler2017-03-151-2/+2
* drm/i915/uc: Rename intel_?uc_{setup, load}() to _init_hw()Arkadiusz Hiler2017-03-151-2/+2
* drm/i915/uc: Drop superfluous externs in intel_uc.hArkadiusz Hiler2017-03-151-6/+6
* drm/i915/huc: Support HuC authenticationAnusha Srivatsa2017-01-191-0/+1
* drm/i915/huc: Add HuC fw loading supportAnusha Srivatsa2017-01-191-0/+14
* drm/i915/huc: Unified css_header struct for GuC and HuCAnusha Srivatsa2017-01-181-0/+6
* drm/i915/guc: Make the GuC fw loading helper functions generalAnusha Srivatsa2017-01-181-18/+19
* drm/i915/guc: Move GuC log related functions into dedicated fileMichal Wajdeczko2017-01-181-7/+6
* drm/i915/guc: Exclude the upper end of the Global GTT for the GuCChris Wilson2017-01-051-0/+1
* drm/i915/guc: Make intel_guc_recv static.Michal Wajdeczko2017-01-031-1/+0
* drm/i915/guc: Assert that all GGTT offsets used by the GuC are mappableChris Wilson2016-12-281-0/+9
* drm/i915: Make various init functions take dev_privTvrtko Ursulin2016-12-011-5/+5
* drm/i915/guc: Rename client->cookie to match useChris Wilson2016-11-291-1/+1
* drm/i915/guc: Init send_mutex in intel_uc_init_early()Arkadiusz Hiler2016-11-251-0/+1
* drm/i915/guc: Move guc_{send,recv}() to intel_uc.cArkadiusz Hiler2016-11-251-0/+8
* drm/i915/guc: Drop guc2host/host2guc from namesArkadiusz Hiler2016-11-251-3/+3
* drm/i915: Rename intel_guc.h to intel_uc.hArkadiusz Hiler2016-11-251-0/+192
OpenPOWER on IntegriCloud