mbox series

[v1,0/1] Move #define wbvind_on_all_cpus

Message ID 20220210214216.1227694-1-michael.cheng@intel.com (mailing list archive)
Headers show
Series Move #define wbvind_on_all_cpus | expand

Message

Michael Cheng Feb. 10, 2022, 9:42 p.m. UTC
This series moves the #define wbvind_on_all_cpus logic to intel_gt.h. This way
all calls to wbvind_on_all_cpus benefit from the logic, and fixes compile 
errors on non-x86 platforms.

Michael Cheng (1):
  drm/i915/gt: Move wbvind_on_all_cpus #define

 drivers/gpu/drm/i915/gem/i915_gem_pm.c | 7 -------
 drivers/gpu/drm/i915/gt/intel_gt.h     | 7 +++++++
 2 files changed, 7 insertions(+), 7 deletions(-)