Home
last modified time | relevance | path

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

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