Home
last modified time | relevance | path

Searched refs:xe_rtp_entry_sr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_rtp_types.h119 struct xe_rtp_entry_sr { struct
137 const struct xe_rtp_entry_sr *entries; argument
H A Dxe_rtp.h490 .entries = (const struct xe_rtp_entry_sr[]){__VA_ARGS__}, \
491 .n_entries = sizeof((const struct xe_rtp_entry_sr[]){__VA_ARGS__}) / \
492 sizeof(struct xe_rtp_entry_sr), \
H A Dxe_rtp.c250 static bool rtp_process_one_sr(const struct xe_rtp_entry_sr *entry, in rtp_process_one_sr()
363 const struct xe_rtp_entry_sr *entry = &table->entries[i]; in xe_rtp_process_to_sr()