Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dselftest_guc_hangcheck.c49 gt_err(gt, "Failed get kernel context: %pe\n", ctx); in intel_hang_guc()
58 gt_err(gt, "Failed to create spinner request: %pe\n", ce); in intel_hang_guc()
67 gt_err(gt, "Failed to boost heatbeat interval: %pe\n", ERR_PTR(ret)); in intel_hang_guc()
73 gt_err(gt, "Failed to create spinner: %pe\n", ERR_PTR(ret)); in intel_hang_guc()
81 gt_err(gt, "Failed to create spinner request: %pe\n", rq); in intel_hang_guc()
88 gt_err(gt, "Failed to add Spinner request: %pe\n", ERR_PTR(ret)); in intel_hang_guc()
95 gt_err(gt, "Failed to reset GuC: %pe\n", ERR_PTR(ret)); in intel_hang_guc()
102 gt_err(gt, "Failed to reset GuC: status = 0x%08X\n", guc_status); in intel_hang_guc()
111 gt_err(gt, "Request failed to complete: %pe\n", ERR_PTR(ret)); in intel_hang_guc()
116 gt_err(gt, "Failed to record a GPU reset\n"); in intel_hang_guc()
[all …]
Dintel_gsc_proxy.c104 gt_err(gt, "Invalid CSME message size: %u\n", in_size); in proxy_send_to_csme()
110 gt_err(gt, "Failed to send CSME message\n"); in proxy_send_to_csme()
116 gt_err(gt, "Failed to receive CSME message\n"); in proxy_send_to_csme()
134 gt_err(gt, "Invalid GSC proxy message size: %u\n", size); in proxy_send_to_gsc()
152 gt_err(gt, "Failed to get a proxy reply from gsc\n"); in proxy_send_to_gsc()
213 gt_err(gt, "failed to send proxy message to GSC! %d\n", ret); in proxy_query()
227 gt_err(gt, "invalid GSC to CSME proxy header! %d\n", ret); in proxy_query()
234 gt_err(gt, "failed to send proxy message to CSME! %d\n", ret); in proxy_query()
246 gt_err(gt, "invalid CSME to GSC proxy header! %d\n", ret); in proxy_query()
268 gt_err(gt, "GSC proxy component didn't bind within the expected timeout\n"); in intel_gsc_proxy_request_handler()
[all …]
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 …]
Dintel_gsc_fw.c88 gt_err(gt, "GSC FW too small! %zu < %zu\n", size, min_size); in intel_gsc_fw_get_binary_info()
144 gt_err(gt, "GSC FW too small for boot section! %zu < %zu\n", in intel_gsc_fw_get_binary_info()
151 gt_err(gt, "GSC FW boot section too small for BPDT header: %u < %zu\n", in intel_gsc_fw_get_binary_info()
158 gt_err(gt, "invalid signature for BPDT header: 0x%08x!\n", in intel_gsc_fw_get_binary_info()
165 gt_err(gt, "GSC FW boot section too small for BPDT entries: %u < %zu\n", in intel_gsc_fw_get_binary_info()
182 gt_err(gt, "couldn't find CPD header in GSC binary!\n"); in intel_gsc_fw_get_binary_info()
187 gt_err(gt, "GSC FW boot section too small for CPD header: %u < %zu\n", in intel_gsc_fw_get_binary_info()
193 gt_err(gt, "invalid marker for CPD header in GSC bin: 0x%08x!\n", in intel_gsc_fw_get_binary_info()
200 gt_err(gt, "GSC FW boot section too small for CPD entries: %u < %zu\n", in intel_gsc_fw_get_binary_info()
321 gt_err(gsc_uc_to_gt(gsc), "Request submission for GSC load failed %pe\n", in gsc_fw_load()
[all …]
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()
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()
Dintel_uc.c69 gt_err(gt, "Failed to reset GuC, ret = %d\n", ret); in __intel_uc_reset_hw()
Dintel_uc_fw.c800 gt_err(gt, "%s firmware %s: size (%zuKB) exceeds max supported size (%uKB)\n", in try_firmware_load()
1121 gt_err(gt, "DMA for %s fw failed, DMA_CTRL=%u\n", in uc_fw_xfer()
/linux-6.12.1/drivers/gpu/drm/i915/selftests/
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()
Di915_gem_evict.c511 gt_err(engine->gt, "Failed to idle GT (on %s)", in igt_evict_contexts()
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_gt_print.h13 #define gt_err(_gt, _fmt, ...) \ macro
42 gt_err(_gt, _fmt, ##__VA_ARGS__); \
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()
Dintel_gt.c98 gt_err(gt, "Failed to setup region(%d) type=%d\n", in intel_gt_probe_lmem()
208 gt_err(gt, "Enabling PPGTT failed (%d)\n", ret); in intel_gt_init_hw()
491 gt_err(gt, "Failed to allocate scratch page\n"); in intel_gt_init_scratch()
746 gt_err(gt, "Failed to retrieve hwconfig table: %pe\n", ERR_PTR(err)); in intel_gt_init()
Dintel_reset.c596 gt_err(engine->gt, in gen8_engine_reset_prepare()
1229 gt_err(gt, "GPU reset not supported\n"); in intel_gt_reset()
1239 gt_err(gt, "Failed to reset chip\n"); in intel_gt_reset()
1261 gt_err(gt, "Failed to initialise HW following reset (%d)\n", ret); in intel_gt_reset()
1652 gt_err(w->gt, "%s timed out, cancelling all in-flight rendering.\n", w->name); in intel_wedge_me()
Dintel_gt_clock_utils.c198 gt_err(gt, "GT clock frequency changed, was %uHz, now %uHz!\n", in intel_gt_check_clock_frequency()
Dintel_gt_pm.c286 gt_err(gt, "Failed to restart %s (%d)\n", in intel_gt_resume()
Dselftest_engine_pm.c406 gt_err(gt, "GT failed to idle\n"); in live_engine_pm()
Dintel_gt_irq.c53 gt_err(gt, "INTR_IDENTITY_REG%u:%u 0x%08x not valid!\n", in gen11_gt_engine_identity()
Dintel_workarounds.c1714 gt_err(gt, in wa_verify()
Dintel_engine_cs.c1087 gt_err(engine->gt, "Failed to allocate status page\n"); in init_status_page()
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_driver.c426 gt_err(gt, "intel_pcode_init failed %d\n", ret); in i915_pcode_init()
Di915_perf.c1883 gt_err(gt, "Failed to pin OA buffer %d\n", ret); in alloc_oa_buffer()