mbox series

[v6,0/1] Splitting up platform-specific calls

Message ID 20220331204343.1256150-1-casey.g.bowman@intel.com (mailing list archive)
Headers show
Series Splitting up platform-specific calls | expand

Message

Bowman, Casey G March 31, 2022, 8:43 p.m. UTC
Based on upstream discussions, we are trying to modify existing x86-only
calls so that they become arch-neutral.

In this case, we are focusing on i915_run_as_guest and removing the
hypervisor checks for the non-x86 case.

v2: Revised to use kernel's platform-splitting scheme.
v3: Revised to use simple if-else structure.
v4: Modified into more arch-neutral split.
v5: Rebased on top of the run_as_guest -> i915_run_as_guest changes
v6: Added suggestion of x86-only inclusion for asm/hypervisor.h

Casey Bowman (1):
  Split i915_run_as_guest into x86 and non-x86

 drivers/gpu/drm/i915/i915_utils.h | 8 ++++++++
 1 file changed, 8 insertions(+)