Home
last modified time | relevance | path

Searched refs:intel_uncore_read_notrace (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/gvt/
Ddebugfs.c65 preg = intel_uncore_read_notrace(gvt->gt->uncore, _MMIO(offset)); in mmio_diff_handler()
/linux-6.12.1/drivers/gpu/drm/xe/compat-i915-headers/
Dintel_uncore.h142 static inline u32 intel_uncore_read_notrace(struct intel_uncore *uncore, in intel_uncore_read_notrace() function
/linux-6.12.1/drivers/gpu/drm/i915/
Dintel_gvt.c89 *mmio = intel_uncore_read_notrace(to_gt(dev_priv)->uncore, in save_mmio()
Dintel_uncore.h398 #define intel_uncore_posting_read(...) ((void)intel_uncore_read_notrace(__VA_ARGS__))
Dvlv_suspend.c294 intel_uncore_read_notrace(&i915->uncore, reg)) & mask) in vlv_wait_for_pw_status()
Dintel_uncore.c2794 ret = __wait_for(reg_value = intel_uncore_read_notrace(uncore, in __intel_wait_for_register()
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_de.h224 return intel_uncore_read_notrace(__to_uncore(display), reg); in __intel_de_read_notrace()