Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A 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 …]
H A 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()
300 gt_err(gt, "GSC proxy irq received without the component being bound!\n"); in intel_gsc_proxy_irq_handler()
[all …]
H A Dintel_gsc_fw.c87 gt_err(gt, "GSC FW too small! %zu < %zu\n", size, min_size); in intel_gsc_fw_get_binary_info()
143 gt_err(gt, "GSC FW too small for boot section! %zu < %zu\n", in intel_gsc_fw_get_binary_info()
150 gt_err(gt, "GSC FW boot section too small for BPDT header: %u < %zu\n", in intel_gsc_fw_get_binary_info()
157 gt_err(gt, "invalid signature for BPDT header: 0x%08x!\n", in intel_gsc_fw_get_binary_info()
164 gt_err(gt, "GSC FW boot section too small for BPDT entries: %u < %zu\n", in intel_gsc_fw_get_binary_info()
181 gt_err(gt, "couldn't find CPD header in GSC binary!\n"); in intel_gsc_fw_get_binary_info()
186 gt_err(gt, "GSC FW boot section too small for CPD header: %u < %zu\n", in intel_gsc_fw_get_binary_info()
192 gt_err(gt, "invalid marker for CPD header in GSC bin: 0x%08x!\n", in intel_gsc_fw_get_binary_info()
199 gt_err(gt, "GSC FW boot section too small for CPD entries: %u < %zu\n", in intel_gsc_fw_get_binary_info()
357 gt_err(gt, "failed to allocate vma for GSC version query\n"); in gsc_fw_query_compatibility_version()
[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 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()
H A Dintel_gsc_uc.c60 gt_err(gt, "Proxy request received with GSC not loaded!\n"); in gsc_work()
143 gt_err(gt, "failed to allocate WQ for GSC, disabling FW\n"); in intel_gsc_uc_init_early()
232 gt_err(gt, "failed to create GSC CS ctx for FW communication\n"); in intel_gsc_uc_init()
H A Dintel_uc.c73 gt_err(gt, "Failed to reset GuC, ret = %d\n", ret); in __intel_uc_reset_hw()
H A Dintel_uc_fw.c778 gt_err(gt, "%s firmware %s: size (%zuKB) exceeds max supported size (%uKB)\n", in try_firmware_load()
1099 gt_err(gt, "DMA for %s fw failed, DMA_CTRL=%u\n", in uc_fw_xfer()
/openbmc/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()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_print.h13 #define gt_err(_gt, _fmt, ...) \ macro
39 gt_err(_gt, _fmt, ##__VA_ARGS__); \
H A Dintel_gt.c92 gt_err(gt, "Failed to setup region(%d) type=%d\n", in intel_gt_probe_lmem()
202 gt_err(gt, "Enabling PPGTT failed (%d)\n", ret); in intel_gt_init_hw()
474 gt_err(gt, "Failed to allocate scratch page\n"); in intel_gt_init_scratch()
729 gt_err(gt, "Failed to retrieve hwconfig table: %pe\n", ERR_PTR(err)); in intel_gt_init()
H A Dintel_gt_clock_utils.c197 gt_err(gt, "GT clock frequency changed, was %uHz, now %uHz!\n", in intel_gt_check_clock_frequency()
H A Dintel_gt_pm.c268 gt_err(gt, "Failed to restart %s (%d)\n", in intel_gt_resume()
H A Dselftest_engine_pm.c406 gt_err(gt, "GT failed to idle\n"); in live_engine_pm()
H A Dintel_gt_irq.c53 gt_err(gt, "INTR_IDENTITY_REG%u:%u 0x%08x not valid!\n", in gen11_gt_engine_identity()