mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Create enum values for I915 tiling mode
Related-To: NEO-6852, NEO-6999 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f46f409cc4
commit
70cef0cfe8
@@ -46,8 +46,6 @@ struct GemSetTiling {
|
||||
};
|
||||
|
||||
struct GemGetTiling {
|
||||
bool isTilingDisabled() const;
|
||||
|
||||
uint32_t handle;
|
||||
uint32_t tilingMode;
|
||||
uint32_t swizzleMode;
|
||||
@@ -257,6 +255,8 @@ enum class DrmParam {
|
||||
QueryHwconfigTable,
|
||||
QueryComputeSlices,
|
||||
QueryMemoryRegions,
|
||||
TilingNone,
|
||||
TilingY,
|
||||
};
|
||||
|
||||
unsigned int getIoctlRequestValue(DrmIoctl ioctlRequest, IoctlHelper *ioctlHelper);
|
||||
|
||||
Reference in New Issue
Block a user