summaryrefslogtreecommitdiff
path: root/lib/i915/intel_mocs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/i915/intel_mocs.h')
-rw-r--r--lib/i915/intel_mocs.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/i915/intel_mocs.h b/lib/i915/intel_mocs.h
new file mode 100644
index 00000000..255eac0f
--- /dev/null
+++ b/lib/i915/intel_mocs.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: MIT */
+/*
+ * Copyright © 2022 Intel Corporation
+ */
+
+#ifndef _INTEL_MOCS_H
+#define _INTEL_MOCS_H
+
+uint8_t intel_get_wb_mocs(int fd);
+uint8_t intel_get_uc_mocs(int fd);
+
+#endif /* _INTEL_MOCS_H */