sync with OpenBSD -current
This commit is contained in:
parent
2d743fc5aa
commit
0e1b66badd
34 changed files with 418 additions and 480 deletions
|
@ -3,8 +3,7 @@
|
|||
* Copyright © 2022 Intel Corporation
|
||||
*/
|
||||
|
||||
#include "i915_drv.h"
|
||||
|
||||
#include "intel_gt.h"
|
||||
#include "intel_gt_mcr.h"
|
||||
#include "intel_gt_print.h"
|
||||
#include "intel_gt_regs.h"
|
||||
|
@ -166,8 +165,8 @@ void intel_gt_mcr_init(struct intel_gt *gt)
|
|||
gt->steering_table[OADDRM] = xelpmp_oaddrm_steering_table;
|
||||
} else if (GRAPHICS_VER_FULL(i915) >= IP_VER(12, 70)) {
|
||||
/* Wa_14016747170 */
|
||||
if (IS_MTL_GRAPHICS_STEP(i915, M, STEP_A0, STEP_B0) ||
|
||||
IS_MTL_GRAPHICS_STEP(i915, P, STEP_A0, STEP_B0))
|
||||
if (IS_GFX_GT_IP_STEP(gt, IP_VER(12, 70), STEP_A0, STEP_B0) ||
|
||||
IS_GFX_GT_IP_STEP(gt, IP_VER(12, 71), STEP_A0, STEP_B0))
|
||||
fuse = REG_FIELD_GET(MTL_GT_L3_EXC_MASK,
|
||||
intel_uncore_read(gt->uncore,
|
||||
MTL_GT_ACTIVITY_FACTOR));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue