Re: [PATCH v2] drm/i915/mtl: Add fake PCH for Meteor Lake

2023-12-21 Thread Kalvala, Haridhar
On 12/21/2023 3:41 AM, Matt Roper wrote: On Wed, Dec 20, 2023 at 12:22:33AM +0530, Haridhar Kalvala wrote: Correct the implementation trying to detect MTL PCH with the MTL fake PCH id. On MTL, both the North Display (NDE) and South Display (SDE) functionality reside on the same die (the SoC d

Re: [PATCH v2] drm/i915/mtl: Add fake PCH for Meteor Lake

2023-12-20 Thread Matt Roper
On Wed, Dec 20, 2023 at 12:22:33AM +0530, Haridhar Kalvala wrote: > Correct the implementation trying to detect MTL PCH with > the MTL fake PCH id. > > On MTL, both the North Display (NDE) and South Display (SDE) functionality > reside on the same die (the SoC die in this case), unlike many past >

[PATCH v2] drm/i915/mtl: Add fake PCH for Meteor Lake

2023-12-19 Thread Haridhar Kalvala
Correct the implementation trying to detect MTL PCH with the MTL fake PCH id. On MTL, both the North Display (NDE) and South Display (SDE) functionality reside on the same die (the SoC die in this case), unlike many past platforms where the SDE was on a separate PCH die. The code is (badly) struct