mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
refactor: correct naming of enum class constants 11/n
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
88534f1f3c
commit
138fb65401
@@ -110,7 +110,7 @@ class DrmMockCustom : public Drm {
|
||||
uint64_t address = 0u;
|
||||
uint64_t value = 0u;
|
||||
uint32_t ctxId = 0u;
|
||||
ValueWidth dataWidth = ValueWidth::U8;
|
||||
ValueWidth dataWidth = ValueWidth::u8;
|
||||
int64_t timeout = 0;
|
||||
uint16_t flags = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user