summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_iosf_mbi.h
AgeCommit message (Collapse)AuthorFilesLines
2021-10-27drm/i915: abstraction for iosf to compile on all archsMullati, Siva1-0/+42
The asm/iosf_mbi.h header is x86-only. Let's make IOSF_MBI kconfig selection conditional to x86 and provide a header with stubs for other architectures. This helps getting i915 available for other architectures in future. Signed-off-by: Mullati, Siva <siva.mullati@intel.com> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20211022192756.1228354-1-siva.mullati@intel.com