summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/uc
AgeCommit message (Expand)AuthorFilesLines
2019-08-18drm/i915/uc: Never fail on HuC firmware errorsMichal Wajdeczko2-12/+5
2019-08-18drm/i915/uc: Don't always fail on unavailable GuC firmwareMichal Wajdeczko1-2/+25
2019-08-18drm/i915/guc: Don't open log relay if GuC is not runningMichal Wajdeczko1-0/+4
2019-08-17drm/i915/uc: Never fail on uC preparation stepMichal Wajdeczko4-9/+14
2019-08-17drm/i915/uc: Cleanup fw fetch on every GuC/HuC init failureMichal Wajdeczko5-9/+11
2019-08-17drm/i915/uc: Cleanup fw fetch only if it was successfulMichal Wajdeczko1-5/+3
2019-08-17drm/i915/uc: Add explicit DISABLED state for firmwareMichal Wajdeczko7-29/+89
2019-08-16drm/i915/uc: Move FW size sanity check back to fetchMichaƂ Winiarski2-1/+17
2019-08-14drm/i915/guc: Remove client->submissionsDaniele Ceraolo Spurio2-4/+0
2019-08-13drm/i915/uc: Log fw status changes only under debug configMichal Wajdeczko4-25/+53
2019-08-13drm/i915/guc: Use a local cancel_port_requestsChris Wilson1-10/+27
2019-08-13drm/i915/guc: keep breadcrumb irq always enabledDaniele Ceraolo Spurio1-14/+11
2019-08-12drm/i915/uc: Update copyright and licenseMichal Wajdeczko23-441/+47
2019-08-12drm/i915/uc: Use -EIO code for GuC initialization failuresMichal Wajdeczko1-8/+3
2019-08-12drm/i915/uc: Update messages from fw upload stepMichal Wajdeczko1-11/+3
2019-08-12drm/i915/uc: Include HuC firmware version in summaryMichal Wajdeczko1-5/+13
2019-08-12drm/i915/uc: Fail early if there is no GuC fw availableMichal Wajdeczko2-0/+26
2019-08-09drm/i915: extract i915_memcpy.h from i915_drv.hJani Nikula1-1/+2
2019-08-08drm/i915: Defer final intel_wakeref_put to process contextChris Wilson1-1/+3
2019-08-07drm/i915/uc: Hardening firmware fetchMichal Wajdeczko2-47/+99
2019-08-07drm/i915/uc: WOPCM programming errors are not always realMichal Wajdeczko1-5/+7
2019-08-07drm/i915/uc: Don't fetch HuC fw if GuC fw fetch already failedMichal Wajdeczko3-6/+10
2019-08-07drm/i915/uc: HuC firmware can't be supported without GuCMichal Wajdeczko4-10/+21
2019-08-07drm/i915/uc: Prefer dev_info for reporting optionsMichal Wajdeczko1-9/+16
2019-08-07drm/i915: avoid including intel_drv.h via i915_drv.h->i915_trace.hJani Nikula1-0/+1
2019-08-06drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson1-1/+1
2019-08-05drm/i915/uc: Don't fail on HuC early init errorsMichal Wajdeczko2-5/+10
2019-08-05drm/i915/uc: Remove redundant GuC support checksMichal Wajdeczko1-10/+1
2019-08-05drm/i915/huc: Prefer intel_huc_is_supportedMichal Wajdeczko1-1/+1
2019-08-05drm/i915/guc: Prefer intel_guc_is_submission_supportedMichal Wajdeczko1-4/+4
2019-08-03drm/i915: Hide unshrinkable context objects from the shrinkerChris Wilson1-1/+1
2019-08-02drm/i915/wopcm: Don't fail on WOPCM partitioning failureMichal Wajdeczko1-0/+5
2019-08-02drm/i915/uc: Inject probe errors into intel_uc_init_hwMichal Wajdeczko4-10/+34
2019-08-02drm/i915/uc: Move GuC error log to uc and release it on finiMichal Wajdeczko3-17/+15
2019-08-02drm/i915/uc: Reorder firmware status codesMichal Wajdeczko1-7/+7
2019-08-02drm/i915/uc: Do full sanitize instead of pure resetMichal Wajdeczko1-3/+3
2019-08-01drm/i915/uc: Stop sanitizing enable_guc modparamMichal Wajdeczko1-64/+28
2019-08-01drm/i915/guc: Use dedicated flag to track submission modeMichal Wajdeczko5-2/+26
2019-08-01drm/i915/uc: Consider enable_guc modparam during fw selectionMichal Wajdeczko4-6/+33
2019-08-01drm/i915/uc: Rename intel_uc_is_using* into intel_uc_supports*Michal Wajdeczko4-30/+30
2019-08-01drm/i915/uc: Move uC early functions inside the GT onesDaniele Ceraolo Spurio2-2/+2
2019-07-31drm/i915/uc: Move uC WOPCM setup in uc_init_hwDaniele Ceraolo Spurio1-0/+47
2019-07-31drm/i915/uc: Don't enable communication twice on resumeDaniele Ceraolo Spurio2-2/+32
2019-07-30drm/i915: use upstream version of header testsJani Nikula2-17/+1
2019-07-30drm/i915/uc: Don't fail on HuC firmware failureMichal Wajdeczko3-6/+13
2019-07-27drm/i915/uc: Fixup kerneldoc after params were flipped and renamedChris Wilson1-1/+1
2019-07-26drm/i915/uc: Remove redundant RSA offset definitionMichal Wajdeczko2-6/+3
2019-07-26drm/i915/uc: Remove redundant ucode offset definitionMichal Wajdeczko2-5/+2
2019-07-26drm/i915/uc: Remove redundant header_offset/size definitionsMichal Wajdeczko3-19/+15
2019-07-26drm/i915/uc: Don't sanitize guc_log_level modparamMichal Wajdeczko2-51/+28