File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
drivers/gpu/drm/i915/gt/uc Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -427,19 +427,6 @@ void intel_huc_fini(struct intel_huc *huc)
427
427
intel_uc_fw_fini (& huc -> fw );
428
428
}
429
429
430
- void intel_huc_suspend (struct intel_huc * huc )
431
- {
432
- if (!intel_uc_fw_is_loadable (& huc -> fw ))
433
- return ;
434
-
435
- /*
436
- * in the unlikely case that we're suspending before the GSC has
437
- * completed its loading sequence, just stop waiting. We'll restart
438
- * on resume.
439
- */
440
- delayed_huc_load_complete (huc );
441
- }
442
-
443
430
static const char * auth_mode_string (struct intel_huc * huc ,
444
431
enum intel_huc_authentication_type type )
445
432
{
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ int intel_huc_sanitize(struct intel_huc *huc);
57
57
void intel_huc_init_early (struct intel_huc * huc );
58
58
int intel_huc_init (struct intel_huc * huc );
59
59
void intel_huc_fini (struct intel_huc * huc );
60
- void intel_huc_suspend (struct intel_huc * huc );
61
60
int intel_huc_auth (struct intel_huc * huc , enum intel_huc_authentication_type type );
62
61
int intel_huc_wait_for_auth_complete (struct intel_huc * huc ,
63
62
enum intel_huc_authentication_type type );
You can’t perform that action at this time.
0 commit comments