Home
last modified time | relevance | path

Searched defs:intel_uncore_posting_read (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/compat-i915-headers/
H A Dintel_uncore.h63 static inline void intel_uncore_posting_read(struct intel_uncore *uncore, in intel_uncore_posting_read() function
/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.h398 #define intel_uncore_posting_read(...) ((void)intel_uncore_read_notrace(__VA_ARGS__)) macro