diff --git a/src/intel/dev/intel_device_info.c b/src/intel/dev/intel_device_info.c index 38848500521..1733a4352ae 100644 --- a/src/intel/dev/intel_device_info.c +++ b/src/intel/dev/intel_device_info.c @@ -1234,8 +1234,6 @@ static const struct intel_device_info intel_device_info_arl_h = { .cached_coherent = PAT_ENTRY(1, WB), \ /* CPU: WC, GPU: PAT 6 => XD */ \ .scanout = PAT_ENTRY(6, WC), \ - /* CPU: WB, GPU: PAT 0 => WB, 0WAY */ \ - .writeback_incoherent = PAT_ENTRY(0, WB), \ /* CPU: WC, GPU: PAT 0 => WB */ \ .writecombining = PAT_ENTRY(0, WC), \ /* CPU: WC, GPU: PAT 11 => XD, compressed */ \