aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_uc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-16BackMerge tag 'v4.12-rc5' into drm-nextDave Airlie1-0/+4
2017-06-07drm/i915/guc: Remove stale comment for q_failMichal Wajdeczko1-2/+0
2017-05-26drm/i915/guc: capture GuC logs if FW fails to loadDaniele Ceraolo Spurio1-0/+3
2017-05-26drm/i915/guc: Introduce buffer based cmd transportMichal Wajdeczko1-1/+2
2017-05-19drm/i915/guc: Remove action status and statistics from debugfsMichal Wajdeczko1-10/+0
2017-05-19drm/i915/guc: Remove last submission result from debugfsMichal Wajdeczko1-2/+0
2017-05-19drm/i915/guc: Remove failed doorbell stat from debugfsMichal Wajdeczko1-4/+0
2017-05-19drm/i915/guc: Remove stale comment for q_failMichal Wajdeczko1-2/+0
2017-05-11drm/i915/guc: Make scratch register base and count flexibleMichal Wajdeczko1-0/+7
2017-05-11drm/i915/guc: Move notification code into virtual functionMichal Wajdeczko1-0/+9
2017-05-02drm/i915/guc: Enable send function only after successful initMichal Wajdeczko1-0/+1
2017-04-04drm/i915/huc: Simplify intel_huc_init_hw()Michal Wajdeczko1-1/+1
2017-03-31drm/i915/uc: Drop use of MISSING_CASE on trivial enumsMichal Wajdeczko1-6/+2
2017-03-31drm/i915/huc: Remove unused intel_huc_fini()Michal Wajdeczko1-1/+0
2017-03-31drm/i915/uc: Add intel_uc_fw_type_repr()Michal Wajdeczko1-0/+14
2017-03-31drm/i915/uc: Move intel_uc_fw_status_repr() to intel_uc.hMichal Wajdeczko1-1/+19
2017-03-27drm/i915/uc: Make intel_uc_prepare_fw() staticMichal Wajdeczko1-2/+0
2017-03-23drm/i915/guc: Refactor the concept "GuC context descriptor" into "GuC stage descriptor"Oscar Mateo1-4/+4
2017-03-23drm/i915/guc: Improve the GuC documentation & comments about proxy submissionsOscar Mateo1-2/+4
2017-03-23drm/i915/guc: Make intel_guc_send a function pointerOscar Mateo1-1/+8
2017-03-23drm/i915/guc: Break out the GuC log extras into their own "runtime" structOscar Mateo1-5/+7
2017-03-23drm/i915/guc: Add onion teardown to the GuC setupOscar Mateo1-3/+5
2017-03-23drm/i915/guc: Keep the ctx_pool_vaddr mapped, for easy accessOscar Mateo1-1/+2
2017-03-23drm/i915/guc: Sanitize GuC client initializationJoonas Lahtinen1-6/+5
2017-03-16drm/i915/uc: Rename intel_uc_fw.fw to .typeArkadiusz Hiler1-1/+1
2017-03-15drm/i915/uc: Separate firmware selection and preparationArkadiusz Hiler1-2/+2
2017-03-15drm/i915/guc: Simplify intel_guc_init_hw()Arkadiusz Hiler1-0/+1
2017-03-15drm/i915/guc: Extract param logic form guc_init_fw()Arkadiusz Hiler1-0/+1
2017-03-15drm/i915/uc: Introduce intel_uc_init_fw()Arkadiusz Hiler1-2/+3
2017-03-15drm/i915/uc: Move intel_uc_fw_fetch() to intel_uc.cArkadiusz Hiler1-2/+2
2017-03-15drm/i915/uc: Rename intel_?uc_{setup, load}() to _init_hw()Arkadiusz Hiler1-2/+2
2017-03-15drm/i915/uc: Drop superfluous externs in intel_uc.hArkadiusz Hiler1-6/+6
2017-01-19drm/i915/huc: Support HuC authenticationAnusha Srivatsa1-0/+1
2017-01-19drm/i915/huc: Add HuC fw loading supportAnusha Srivatsa1-0/+14
2017-01-18drm/i915/huc: Unified css_header struct for GuC and HuCAnusha Srivatsa1-0/+6
2017-01-18drm/i915/guc: Make the GuC fw loading helper functions generalAnusha Srivatsa1-18/+19
2017-01-18drm/i915/guc: Move GuC log related functions into dedicated fileMichal Wajdeczko1-7/+6
2017-01-05drm/i915/guc: Exclude the upper end of the Global GTT for the GuCChris Wilson1-0/+1
2017-01-03drm/i915/guc: Make intel_guc_recv static.Michal Wajdeczko1-1/+0
2016-12-28drm/i915/guc: Assert that all GGTT offsets used by the GuC are mappableChris Wilson1-0/+9
2016-12-01drm/i915: Make various init functions take dev_privTvrtko Ursulin1-5/+5
2016-11-29drm/i915/guc: Rename client->cookie to match useChris Wilson1-1/+1
2016-11-25drm/i915/guc: Init send_mutex in intel_uc_init_early()Arkadiusz Hiler1-0/+1
2016-11-25drm/i915/guc: Move guc_{send,recv}() to intel_uc.cArkadiusz Hiler1-0/+8
2016-11-25drm/i915/guc: Drop guc2host/host2guc from namesArkadiusz Hiler1-3/+3
2016-11-25drm/i915: Rename intel_guc.h to intel_uc.hArkadiusz Hiler1-0/+192