Searched refs:i915_probe_error (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/ |
A D | intel_guc_slpc.c | 180 i915_probe_error(i915, "Failed to query task state (%pe)\n", in slpc_query_task_state() 198 i915_probe_error(i915, "Failed to set param %d to %u (%pe)\n", in slpc_set_param() 278 i915_probe_error(i915, in intel_guc_slpc_init() 349 i915_probe_error(i915, "SLPC reset action failed (%pe)\n", in slpc_reset() 356 i915_probe_error(i915, "SLPC not enabled! State = %s\n", in slpc_reset() 498 i915_probe_error(i915, "Failed to toggle efficient freq (%pe)\n", in intel_guc_slpc_set_min_freq() 737 i915_probe_error(i915, "SLPC Reset event returned (%pe)\n", in intel_guc_slpc_enable() 756 i915_probe_error(i915, "Failed to set SLPC max to RP0 (%pe)\n", in intel_guc_slpc_enable() 764 i915_probe_error(i915, "Failed to set SLPC softlimits (%pe)\n", in intel_guc_slpc_enable()
|
A D | intel_guc_rc.c | 73 i915_probe_error(guc_to_gt(guc)->i915, "Failed to %s GuC RC (%pe)\n", in __guc_rc_control()
|
A D | intel_gsc_uc.c | 101 i915_probe_error(i915, "failed with %d\n", err); in intel_gsc_uc_init()
|
A D | intel_huc.c | 445 i915_probe_error(gt->i915, "HuC: Authentication failed %d\n", ret); in intel_huc_auth()
|
A D | intel_uc_fw.c | 826 i915_probe_error(i915, "%s firmware %s: fetch failed with error %d\n", in intel_uc_fw_fetch() 953 i915_probe_error(gt->i915, "Failed to load %s firmware %s (%d)\n", in intel_uc_fw_mark_load_failed()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_utils.h | 72 #define i915_probe_error(i915, fmt, ...) \ macro
|
A D | i915_gem.c | 1210 i915_probe_error(dev_priv, in i915_gem_init()
|
A D | i915_driver.c | 851 i915_probe_error(i915, "Device initialization failed (%d)\n", ret); in i915_driver_probe()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_gt.c | 947 i915_probe_error(i915, "Failed to initialize %s! (%d)\n", gtdef->name, ret); in intel_gt_probe_all()
|
Completed in 17 milliseconds