mbox series

[0/2] Restore MTL boot

Message ID 20230424160913.19886-1-andi.shyti@linux.intel.com (mailing list archive)
Headers show
Series Restore MTL boot | expand

Message

Andi Shyti April 24, 2023, 4:09 p.m. UTC
Hi,

The two patches reverted in this series are, together, preventing
MTL from booting.

Revert them until the fix is deployed.

Andi

Andi Shyti (2):
  Revert "drm/i915/mtl: fix mocs selftest"
  Revert "drm/i915/mtl: Define MOCS and PAT tables for MTL"

 drivers/gpu/drm/i915/gt/intel_gt_regs.h |  6 +--
 drivers/gpu/drm/i915/gt/intel_gtt.c     | 47 +----------------
 drivers/gpu/drm/i915/gt/intel_gtt.h     |  8 ---
 drivers/gpu/drm/i915/gt/intel_mocs.c    | 70 +------------------------
 drivers/gpu/drm/i915/gt/selftest_mocs.c |  3 +-
 5 files changed, 4 insertions(+), 130 deletions(-)

Comments

Nirmoy Das April 24, 2023, 4:16 p.m. UTC | #1
On 4/24/2023 6:09 PM, Andi Shyti wrote:
> Hi,
>
> The two patches reverted in this series are, together, preventing
> MTL from booting.
>
> Revert them until the fix is deployed.
>
> Andi
>
> Andi Shyti (2):
>    Revert "drm/i915/mtl: fix mocs selftest"
>    Revert "drm/i915/mtl: Define MOCS and PAT tables for MTL"


Series is Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>

>
>   drivers/gpu/drm/i915/gt/intel_gt_regs.h |  6 +--
>   drivers/gpu/drm/i915/gt/intel_gtt.c     | 47 +----------------
>   drivers/gpu/drm/i915/gt/intel_gtt.h     |  8 ---
>   drivers/gpu/drm/i915/gt/intel_mocs.c    | 70 +------------------------
>   drivers/gpu/drm/i915/gt/selftest_mocs.c |  3 +-
>   5 files changed, 4 insertions(+), 130 deletions(-)
>