[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Use graphics ver, rel info for media on old platforms

2022-10-10 Thread Patchwork
== Series Details == Series: drm/i915: Use graphics ver, rel info for media on old platforms URL : https://patchwork.freedesktop.org/series/109561/ State : success == Summary == CI Bug Log - changes from CI_DRM_12231 -> Patchwork_109561v1 S

Re: [Intel-gfx] [PATCH v3 04/16] drm/i915/perf: Determine gen12 oa ctx offset at runtime

2022-10-10 Thread Dixit, Ashutosh
On Mon, 10 Oct 2022 11:14:22 -0700, Umesh Nerlige Ramappa wrote: Hi Umesh, > diff --git a/drivers/gpu/drm/i915/i915_perf.c > b/drivers/gpu/drm/i915/i915_perf.c > index cd57b5836386..b292aa39633e 100644 > --- a/drivers/gpu/drm/i915/i915_perf.c > +++ b/drivers/gpu/drm/i915/i915_perf.c > @@ -1358,6

Re: [Intel-gfx] [PATCH v3 15/16] drm/i915/perf: complete programming whitelisting for XEHPSDV

2022-10-10 Thread Dixit, Ashutosh
On Mon, 10 Oct 2022 11:14:33 -0700, Umesh Nerlige Ramappa wrote: > > From: Lionel Landwerlin > > We have an additional register to select which slices contribute to > OAG/OAG counter increments. > > Signed-off-by: Lionel Landwerlin > Signed-off-by: Matt Roper > --- > drivers/gpu/drm/i915/i915_d

Re: [Intel-gfx] [PATCH v3 16/16] drm/i915/perf: Enable OA for DG2

2022-10-10 Thread Dixit, Ashutosh
On Mon, 10 Oct 2022 11:14:34 -0700, Umesh Nerlige Ramappa wrote: > > OA was disabled for DG2 as support was missing. Enable it back now. Reviewed-by: Ashutosh Dixit > Signed-off-by: Umesh Nerlige Ramappa > --- > drivers/gpu/drm/i915/i915_perf.c | 6 -- > 1 file changed, 6 deletions(-) > >

Re: [Intel-gfx] [PATCH v3 07/17] drm/i915/vm_bind: Add support to handle object evictions

2022-10-10 Thread Niranjana Vishwanathapura
On Mon, Oct 10, 2022 at 06:15:02PM +0100, Matthew Auld wrote: On 10/10/2022 17:11, Niranjana Vishwanathapura wrote: On Mon, Oct 10, 2022 at 02:30:49PM +0100, Matthew Auld wrote: On 10/10/2022 07:58, Niranjana Vishwanathapura wrote: Support eviction by maintaining a list of evicted persistent v

Re: [Intel-gfx] [PATCH v3 07/17] drm/i915/vm_bind: Add support to handle object evictions

2022-10-10 Thread Niranjana Vishwanathapura
On Mon, Oct 10, 2022 at 05:43:47PM -0700, Niranjana Vishwanathapura wrote: On Mon, Oct 10, 2022 at 06:15:02PM +0100, Matthew Auld wrote: On 10/10/2022 17:11, Niranjana Vishwanathapura wrote: On Mon, Oct 10, 2022 at 02:30:49PM +0100, Matthew Auld wrote: On 10/10/2022 07:58, Niranjana Vishwanath

[Intel-gfx] [PATCH 0/2] Firm up gt park/unpark

2022-10-10 Thread Ashutosh Dixit
A couple of patches to firm up gt park/unpark. Ashutosh Dixit (2): drm/i915/gt: Don't do display work on platforms without display drm/i915/gt: Warn if not in RC6 when GT is parked drivers/gpu/drm/i915/gt/intel_gt_pm.c | 42 +-- drivers/gpu/drm/i915/gt/intel_rc6.c |

[Intel-gfx] [PATCH 1/2] drm/i915/gt: Don't do display work on platforms without display

2022-10-10 Thread Ashutosh Dixit
Do display work only on platforms with display. This avoids holding the runtime PM wakeref for an additional 100+ ms after GT has been parked. Bug: https://gitlab.freedesktop.org/drm/intel/-/issues/7025 Signed-off-by: Ashutosh Dixit --- drivers/gpu/drm/i915/gt/intel_gt_pm.c | 36 +++-

[Intel-gfx] [PATCH 2/2] drm/i915/gt: Warn if not in RC6 when GT is parked

2022-10-10 Thread Ashutosh Dixit
Some i915 modules implicitly assume that there is no user, kernel or firmware activity after GT is parked. For example, PMU calculations are incorrect if GT is not in RC6 when GT is parked (outside of the GT wakeref). Therefore check and warn if GT is not in RC6 at the time of parking the GT. Bug:

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/huc: bump timeout for delayed load and reduce print verbosity (rev2)

2022-10-10 Thread Patchwork
== Series Details == Series: drm/i915/huc: bump timeout for delayed load and reduce print verbosity (rev2) URL : https://patchwork.freedesktop.org/series/109455/ State : success == Summary == CI Bug Log - changes from CI_DRM_12231_full -> Patchwork_109455v2_full ==

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Firm up gt park/unpark

2022-10-10 Thread Patchwork
== Series Details == Series: Firm up gt park/unpark URL : https://patchwork.freedesktop.org/series/109563/ State : warning == Summary == Error: dim checkpatch failed 965f7dcab4c4 drm/i915/gt: Don't do display work on platforms without display bced71f23cb7 drm/i915/gt: Warn if not in RC6 when G

[Intel-gfx] ✗ Fi.CI.BAT: failure for Firm up gt park/unpark

2022-10-10 Thread Patchwork
== Series Details == Series: Firm up gt park/unpark URL : https://patchwork.freedesktop.org/series/109563/ State : failure == Summary == CI Bug Log - changes from CI_DRM_12231 -> Patchwork_109563v1 Summary --- **FAILURE** Serious

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/display: Add DC5 counter and DMC debugfs entries for MTL (rev2)

2022-10-10 Thread Patchwork
== Series Details == Series: drm/i915/display: Add DC5 counter and DMC debugfs entries for MTL (rev2) URL : https://patchwork.freedesktop.org/series/109488/ State : failure == Summary == CI Bug Log - changes from CI_DRM_12231_full -> Patchwork_109488v2_full

Re: [Intel-gfx] [PATCH 2/2] drm/i915/gt: Warn if not in RC6 when GT is parked

2022-10-10 Thread Dixit, Ashutosh
On Mon, 10 Oct 2022 20:29:23 -0700, Ashutosh Dixit wrote: > > Some i915 modules implicitly assume that there is no user, kernel or > firmware activity after GT is parked. For example, PMU calculations are > incorrect if GT is not in RC6 when GT is parked (outside of the GT > wakeref). Therefore che

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Use graphics ver, rel info for media on old platforms

2022-10-10 Thread Patchwork
== Series Details == Series: drm/i915: Use graphics ver, rel info for media on old platforms URL : https://patchwork.freedesktop.org/series/109561/ State : success == Summary == CI Bug Log - changes from CI_DRM_12231_full -> Patchwork_109561v1_full =

[Intel-gfx] [PATCH v3 0/8] Handle BPC for HDMI2.1 PCON without DSC1.2 sink and other fixes

2022-10-10 Thread Ankit Nautiyal
This series fixes issues faced when an HDMI2.1 sink that does not support DSC is connected via HDMI2.1PCON. It also includes other minor HDMI2.1 PCON fixes/refactoring. Patch 1-2 Have minor fixes/cleanups. Patch 3-6 Pull the decision making to use DFP conversion capabilities for every mode during

[Intel-gfx] [PATCH v3 2/8] drm/i915/dp: Remove whitespace at the end of function.

2022-10-10 Thread Ankit Nautiyal
Remove extraline left after intel_dp_configure_protocol_converter. Signed-off-by: Ankit Nautiyal --- drivers/gpu/drm/i915/display/intel_dp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c index 9133d4c65437..3

[Intel-gfx] [PATCH v3 7/8] drm/i915/dp: Handle BPP where HDMI2.1 DFP doesn't support DSC

2022-10-10 Thread Ankit Nautiyal
Currently we use the highest input BPC supported by DP sink while using DSC.In cases where PCON with HDMI2.1 as branch device, if PCON supports DSC but HDMI2.1 sink does not supports DSC, The PCON tries to use same input BPC that is used between Source and the PCON without DSC, which might not work

[Intel-gfx] [PATCH v3 8/8] drm/i915/dp: Fix FRL BW check for HDMI2.1 DFP

2022-10-10 Thread Ankit Nautiyal
During FRL bandwidth check for downstream HDMI2.1 sink, the min BPC supported is incorrectly taken for DP, and the check does not consider ybcr420 only modes. This patch fixes the bandwidth calculation similar to the TMDS case, by taking min 8Bpc and considering Ycbcr420 only modes. Signed-off-by

[Intel-gfx] [PATCH v3 5/8] drm/i915/dp: Use sink_format in dp_is_ycbcr420

2022-10-10 Thread Ankit Nautiyal
Use the new crtc_state member sink_format to check if DP DFP will use YCBCR420. The earlier intel_dp->dfp members are not required as decision to use color format conversion by the PCON is computed and stored in crtc_state. Also drop the intel_dp argument in the helper function. Signed-off-by: Ank

[Intel-gfx] [PATCH v3 4/8] drm/i915/display: Add new member in intel_dp to store ycbcr420 passthrough cap

2022-10-10 Thread Ankit Nautiyal
New member to store the YCBCR20 Pass through capability of the DP sink. Signed-off-by: Ankit Nautiyal --- drivers/gpu/drm/i915/display/intel_display_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/i915/display/intel_display_types.h b/drivers/gpu/drm/i915/display/inte

[Intel-gfx] [PATCH v3 6/8] drm/i915/dp: Replace intel_dp.dfp members with the new crtc_state sink_format

2022-10-10 Thread Ankit Nautiyal
The decision to use DFP output format conversion capabilities should be during compute_config phase. This patch uses the members of intel_dp->dfp to only store the format conversion capabilities of the DP device and uses the crtc_state sink_format member, to program the protocol-converter for colo

[Intel-gfx] [PATCH v3 3/8] drm/i915/display: Add new member to configure PCON color conversion

2022-10-10 Thread Ankit Nautiyal
The decision to use DFP output format conversion capabilities should be during compute_config phase. This patch adds new member to crtc_state to represent the final output_format to the sink. In case of a DFP this can be different than the output_format, as per the format conversion done via the P

[Intel-gfx] [PATCH v3 1/8] drm/i915/dp: Reset frl trained flag before restarting FRL training

2022-10-10 Thread Ankit Nautiyal
For cases where DP has HDMI2.1 sink and FRL Link issues are detected, reset the flag to state FRL trained status before restarting FRL training. Fixes: 9488a030ac91 ("drm/i915: Add support for enabling link status and recovery") Cc: Swati Sharma Cc: Ankit Nautiyal Cc: Uma Shankar (v2) Cc: Jani

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for Handle BPC for HDMI2.1 PCON without DSC1.2 sink and other fixes (rev3)

2022-10-10 Thread Patchwork
== Series Details == Series: Handle BPC for HDMI2.1 PCON without DSC1.2 sink and other fixes (rev3) URL : https://patchwork.freedesktop.org/series/107550/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately. +./a

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Do the DRIVER_ATOMIC feature disable later

2022-10-10 Thread Murthy, Arun R
> -Original Message- > From: Intel-gfx On Behalf Of Ville > Syrjala > Sent: Saturday, October 8, 2022 2:41 AM > To: intel-gfx@lists.freedesktop.org > Subject: [Intel-gfx] [PATCH 1/2] drm/i915: Do the DRIVER_ATOMIC feature > disable later > > From: Ville Syrjälä > > Currently we do the D

<    1   2