summaryrefslogtreecommitdiff
path: root/lib/i915/intel_mocs.h
blob: 255eac0ff3c27ac1cc068f2d7bb82a85837661e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 */