Re: [PATCH v5 3/3] drm/i915: make sure correct pte encode is used

2023-05-04 Thread Matt Roper
On Wed, May 03, 2023 at 03:51:00PM -0700, fei.y...@intel.com wrote: > From: Fei Yang > > PTE encode is platform dependent. After replacing cache_level with > pat_index, the newly introduced mtl_pte_encode is actually generic > for all gen12 platforms, thus rename it to gen12_pte_encode and > appl

[PATCH v5 3/3] drm/i915: make sure correct pte encode is used

2023-05-03 Thread fei . yang
From: Fei Yang PTE encode is platform dependent. After replacing cache_level with pat_index, the newly introduced mtl_pte_encode is actually generic for all gen12 platforms, thus rename it to gen12_pte_encode and apply it to all gen12 platforms. Cc: Chris Wilson Cc: Matt Roper Signed-off-by: F