Searched refs:relay (Results 1 – 12 of 12) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_guc_relay.c | 41 return container_of(relay, struct xe_guc, relay); in relay_to_guc() 59 #define relay_assert(relay, condition) xe_gt_assert(relay_to_gt(relay), condition) argument 60 #define relay_notice(relay, msg...) xe_gt_sriov_notice(relay_to_gt(relay), "relay: " msg) argument 81 spin_lock(&relay->lock); in relay_get_next_rid() 82 rid = ++relay->last_rid; in relay_get_next_rid() 83 spin_unlock(&relay->lock); in relay_get_next_rid() 339 relay_assert(relay, !relay_is_ready(relay)); in xe_guc_relay_init() 355 relay_debug(relay, "using mempool with %d elements\n", relay->pool.min_nr); in xe_guc_relay_init() 535 relay_assert(relay, IS_SRIOV_PF(relay_to_xe(relay))); in xe_guc_relay_send_to_vf() 557 relay_assert(relay, IS_SRIOV_VF(relay_to_xe(relay))); in xe_guc_relay_send_to_pf() [all …]
|
| A D | xe_guc_relay.h | 14 int xe_guc_relay_init(struct xe_guc_relay *relay); 16 int xe_guc_relay_send_to_pf(struct xe_guc_relay *relay, 19 int xe_guc_relay_process_guc2vf(struct xe_guc_relay *relay, const u32 *msg, u32 len); 22 int xe_guc_relay_send_to_vf(struct xe_guc_relay *relay, u32 target, 24 int xe_guc_relay_process_guc2pf(struct xe_guc_relay *relay, const u32 *msg, u32 len); 26 static inline int xe_guc_relay_send_to_vf(struct xe_guc_relay *relay, u32 target, in xe_guc_relay_send_to_vf() argument 31 static inline int xe_guc_relay_process_guc2pf(struct xe_guc_relay *relay, const u32 *msg, u32 len) in xe_guc_relay_process_guc2pf() argument
|
| A D | xe_guc_types.h | 110 struct xe_guc_relay relay; member
|
| A D | xe_gt_sriov_vf.c | 671 ret = xe_guc_relay_send_to_pf(>->uc.guc.relay, in relay_action_handshake() 842 ret = xe_guc_relay_send_to_pf(>->uc.guc.relay, in vf_query_runtime_info()
|
| A D | xe_guc_ct.c | 1427 ret = xe_guc_relay_process_guc2pf(&guc->relay, hxg, hxg_len); in process_g2h_msg() 1430 ret = xe_guc_relay_process_guc2vf(&guc->relay, hxg, hxg_len); in process_g2h_msg()
|
| A D | xe_guc.c | 739 ret = xe_guc_relay_init(&guc->relay); in xe_guc_init_noalloc()
|
| /drivers/gpu/drm/xe/tests/ |
| A D | xe_guc_relay_test.c | 32 struct xe_guc_relay *relay; in relay_test_init() local 41 relay = &xe_device_get_gt(xe, 0)->uc.guc.relay; in relay_test_init() 47 relay->last_rid = TEST_RID - 1; in relay_test_init() 49 test->priv = relay; in relay_test_init() 123 struct xe_guc_relay *relay = test->priv; in pf_rejects_guc2pf_too_short() local 192 relay_release_transaction(relay, txn); in pf_txn_reports_error() 208 relay_release_transaction(relay, txn); in pf_txn_sends_pf2guc() 262 err = guc2relay(relay, reply, len); in replacement_xe_guc_ct_send_recv_loopback_relay() 479 struct xe_guc_relay *relay = &xe_device_get_gt(xe, 0)->uc.guc.relay; in xe_drops_guc2pf_if_not_ready() local 489 struct xe_guc_relay *relay = &xe_device_get_gt(xe, 0)->uc.guc.relay; in xe_drops_guc2vf_if_not_ready() local [all …]
|
| /drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_guc_log.c | 383 mutex_lock(&log->relay.lock); in _guc_log_copy_debuglogs_for_relay() 401 log->relay.full_count++; in _guc_log_copy_debuglogs_for_relay() 499 log->relay.buf_in_use = true; in guc_log_relay_map() 516 log->relay.started = false; in intel_guc_log_init_early() 569 log->relay.channel = NULL; in guc_log_relay_destroy() 754 if (log->relay.started) in intel_guc_log_relay_start() 764 log->relay.started = true; in intel_guc_log_relay_start() 774 if (!log->relay.started) in intel_guc_log_relay_flush() 800 if (!log->relay.started) in guc_log_relay_stop() 807 log->relay.started = false; in guc_log_relay_stop() [all …]
|
| A D | intel_guc_log.h | 66 } relay; member
|
| /drivers/media/platform/mediatek/mdp3/ |
| A D | mdp_sm_mt8195.h | 101 u32 relay; member
|
| A D | mtk-mdp3-comp.c | 1263 reg = CFG_COMP(MT8195, ctx->param, hdr.relay); in config_hdr_frame()
|
| /drivers/comedi/ |
| A D | Kconfig | 228 tristate "Amplicon PC263 relay board support" 230 Enable support for Amplicon PC263 ISA relay board. This board has 231 16 reed relay output channels. 834 tristate "Amplicon PCI263 relay board support" 837 Enable support for Amplicon PCI263 relay board. This is a PCI board 838 with 16 reed relay output channels.
|
Completed in 52 milliseconds