Home
last modified time | relevance | path

Searched refs:gt_err (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dselftest_guc.c70 gt_err(gt, "Failed to create context %d: %pe\n", i, ce); in intel_guc_scrub_ctbs()
91 gt_err(gt, "Failed to create request %d: %pe\n", i, rq); in intel_guc_scrub_ctbs()
101 gt_err(gt, "Last request failed to complete: %pe\n", ERR_PTR(ret)); in intel_guc_scrub_ctbs()
118 gt_err(gt, "GT failed to idle: %pe\n", ERR_PTR(ret)); in intel_guc_scrub_ctbs()
329 gt_err(gt, "Failed to create spinner request: %pe\n", ce); in intel_guc_fast_request()
335 gt_err(gt, "Failed to create spinner: %pe\n", ERR_PTR(ret)); in intel_guc_fast_request()
344 gt_err(gt, "Failed to create spinner request: %pe\n", rq); in intel_guc_fast_request()
350 gt_err(gt, "Failed to add Spinner request: %pe\n", ERR_PTR(ret)); in intel_guc_fast_request()
358 gt_err(gt, "Failed to send H2G: %pe\n", ERR_PTR(ret)); in intel_guc_fast_request()
365 gt_err(gt, "Request wait failed: %pe\n", ERR_PTR(ret)); in intel_guc_fast_request()
[all …]
H A Dselftest_guc_multi_lrc.c119 gt_err(gt, "Failed creating contexts: %pe\n", parent); in __intel_guc_multi_lrc_basic()
129 gt_err(gt, "Failed creating requests: %pe\n", rq); in __intel_guc_multi_lrc_basic()
135 gt_err(gt, "Failed waiting on request: %pe\n", ERR_PTR(ret)); in __intel_guc_multi_lrc_basic()
142 gt_err(gt, "GT failed to idle: %pe\n", ERR_PTR(ret)); in __intel_guc_multi_lrc_basic()
H A Dintel_gsc_uc.c60 gt_err(gt, "Proxy request received with GSC not loaded!\n"); in gsc_work()
71 gt_err(gt, "GSC proxy handler failed to init\n"); in gsc_work()
88 gt_err(gt, "GSC status reports proxy init not complete\n"); in gsc_work()
141 gt_err(gt, "failed to allocate WQ for GSC, disabling FW\n"); in intel_gsc_uc_init_early()
230 gt_err(gt, "failed to create GSC CS ctx for FW communication\n"); in intel_gsc_uc_init()
H A Dintel_uc.c69 gt_err(gt, "Failed to reset GuC, ret = %d\n", ret); in __intel_uc_reset_hw()
/linux/drivers/gpu/drm/i915/selftests/
H A Digt_live_test.c34 gt_err(gt, "%s(%s): GT failed to idle before, with err=%d!", in igt_live_test_begin()
74 gt_err(gt, "%s(%s): engine '%s' was reset %d times!\n", in igt_live_test_end()
H A Di915_gem_evict.c511 gt_err(engine->gt, "Failed to idle GT (on %s)", in igt_evict_contexts()
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_print.h13 #define gt_err(_gt, _fmt, ...) \ macro
42 gt_err(_gt, _fmt, ##__VA_ARGS__); \
H A Dintel_gsc.c53 gt_err(gt, "Failed to allocate gsc memory\n"); in gsc_ext_om_alloc()
59 gt_err(gt, "Failed to pin pages for gsc memory\n"); in gsc_ext_om_alloc()
H A Dintel_gt_clock_utils.c194 gt_err(gt, "GT clock frequency changed, was %uHz, now %uHz!\n", in intel_gt_check_clock_frequency()
H A Dselftest_engine_pm.c406 gt_err(gt, "GT failed to idle\n"); in live_engine_pm()