Searched defs:relay (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_relay.c | 38 static struct xe_guc *relay_to_guc(struct xe_guc_relay *relay) in relay_to_guc() 43 static struct xe_guc_ct *relay_to_ct(struct xe_guc_relay *relay) in relay_to_ct() 48 static struct xe_gt *relay_to_gt(struct xe_guc_relay *relay) in relay_to_gt() 53 static struct xe_device *relay_to_xe(struct xe_guc_relay *relay) in relay_to_xe() 61 #define relay_ratelimit_printk(relay, _level, fmt...) ({ \ argument 68 #define relay_assert(relay, condition) xe_gt_assert(relay_to_gt(relay), condition) argument 69 #define relay_notice(relay, msg...) relay_ratelimit_printk((relay), notice, msg) argument 70 #define relay_debug(relay, msg...) relay_ratelimit_printk((relay), dbg_verbose, msg) argument 72 static int relay_get_totalvfs(struct xe_guc_relay *relay) in relay_get_totalvfs() 81 static bool relay_is_ready(struct xe_guc_relay *relay) in relay_is_ready() [all …]
|
| H A D | xe_guc_relay.h | 26 static inline int xe_guc_relay_send_to_vf(struct xe_guc_relay *relay, u32 target, in xe_guc_relay_send_to_vf() 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()
|
| H A D | xe_guc_types.h | 114 struct xe_guc_relay relay; member
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_guc_relay_test.c | 20 static int replacement_relay_get_totalvfs(struct xe_guc_relay *relay) in replacement_relay_get_totalvfs() 32 struct xe_guc_relay *relay; in relay_test_init() local 123 struct xe_guc_relay *relay = test->priv; in pf_rejects_guc2pf_too_short() local 132 struct xe_guc_relay *relay = test->priv; in pf_rejects_guc2pf_too_long() local 141 struct xe_guc_relay *relay = test->priv; in pf_rejects_guc2pf_no_payload() local 149 struct xe_guc_relay *relay = test->priv; in pf_fails_no_payload() local 157 struct xe_guc_relay *relay = test->priv; in pf_fails_bad_origin() local 169 struct xe_guc_relay *relay = test->priv; in pf_fails_bad_type() local 181 struct xe_guc_relay *relay = test->priv; in pf_txn_reports_error() local 197 struct xe_guc_relay *relay = test->priv; in pf_txn_sends_pf2guc() local [all …]
|
| /linux/drivers/platform/chrome/ |
| H A D | cros_ec_chardev.c | 45 struct notifier_block relay; member
|
| /linux/drivers/media/platform/mediatek/mdp3/ |
| H A D | mdp_sm_mt8195.h | 101 u32 relay; member
|