Re: [Intel-gfx] [PATCH v3] drm/i915/pxp: limit drm-errors or warning on firmware API failures

2023-03-23 Thread Teres Alexis, Alan Previn
On Thu, 2023-03-23 at 08:35 +, Tvrtko Ursulin wrote: On 23/03/2023 00:27, Teres Alexis, Alan Previn wrote: On Fri, 2023-03-17 at 13:37 +0200, Tamminen, Eero T wrote: Hi, On 16.3.2023 10.50, Tvrtko Ursulin wrote: [ 11.674183] i915 :00:02.0: PXP init-arb-session-15 failed due to BIO

Re: [Intel-gfx] [PATCH v3] drm/i915/pxp: limit drm-errors or warning on firmware API failures

2023-03-23 Thread Tvrtko Ursulin
On 23/03/2023 00:27, Teres Alexis, Alan Previn wrote: On Fri, 2023-03-17 at 13:37 +0200, Tamminen, Eero T wrote: Hi, On 16.3.2023 10.50, Tvrtko Ursulin wrote: [   11.674183] i915 :00:02.0: PXP init-arb-session-15 failed due to BIOS/SOC:0x101a:ERR_PLATFORM_CONFIG ... Alan - is this

Re: [Intel-gfx] [PATCH v3] drm/i915/pxp: limit drm-errors or warning on firmware API failures

2023-03-22 Thread Teres Alexis, Alan Previn
On Fri, 2023-03-17 at 13:37 +0200, Tamminen, Eero T wrote: > Hi, > > On 16.3.2023 10.50, Tvrtko Ursulin wrote: > > > [   11.674183] i915 :00:02.0: PXP init-arb-session-15 failed due > > > to BIOS/SOC:0x101a:ERR_PLATFORM_CONFIG > ... > > Alan - is this expected during normal operation on s

Re: [Intel-gfx] [PATCH v3] drm/i915/pxp: limit drm-errors or warning on firmware API failures

2023-03-17 Thread Eero Tamminen
Hi, On 16.3.2023 10.50, Tvrtko Ursulin wrote: [   11.674183] i915 :00:02.0: PXP init-arb-session-15 failed due to BIOS/SOC:0x101a:ERR_PLATFORM_CONFIG ... Alan - is this expected during normal operation on some parts, or it's something truly unexpected/unexplained? If the former then I

Re: [Intel-gfx] [PATCH v3] drm/i915/pxp: limit drm-errors or warning on firmware API failures

2023-03-16 Thread Tvrtko Ursulin
On 15/03/2023 09:16, Eero Tamminen wrote: Hi, Tested the patch with Ubuntu 22.04 desktop + Linux 6.2-rc3 (drm-tip) kernel, on TGL-H HW. With it, this log spam has disappeared: [ 8691.608933] i915 :00:02.0: [drm] PXP firmware failed ar

Re: [PATCH v3] drm/i915/pxp: limit drm-errors or warning on firmware API failures

2023-03-15 Thread Eero Tamminen
Hi, Tested the patch with Ubuntu 22.04 desktop + Linux 6.2-rc3 (drm-tip) kernel, on TGL-H HW. With it, this log spam has disappeared: [ 8691.608933] i915 :00:02.0: [drm] PXP firmware failed arb session init request ret=[0x101f] [ 86

[PATCH v3] drm/i915/pxp: limit drm-errors or warning on firmware API failures

2023-03-14 Thread Alan Previn
MESA driver is creating protected context on every driver handle creation to query caps bits for app. So when running CI tests, they are observing hundreds of drm_errors when enabling PXP in .config but using SOC fusing or BIOS configuration that cannot support PXP sessions. The fixes tag referenc