Home
last modified time | relevance | path

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

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