[Intel-gfx] ✗ Fi.CI.IGT: failure for drm: Add 64:27 and 256:135 picture aspect ratio support

2022-10-01 Thread Patchwork
== Series Details == Series: drm: Add 64:27 and 256:135 picture aspect ratio support URL : https://patchwork.freedesktop.org/series/109337/ State : failure == Summary == CI Bug Log - changes from CI_DRM_12204_full -> Patchwork_109337v1_full

[Intel-gfx] ✗ Fi.CI.IGT: failure for Explicit MCR handling and MTL steering (rev3)

2022-10-01 Thread Patchwork
== Series Details == Series: Explicit MCR handling and MTL steering (rev3) URL : https://patchwork.freedesktop.org/series/108755/ State : failure == Summary == CI Bug Log - changes from CI_DRM_12204_full -> Patchwork_108755v3_full Summary

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/slpc: Update frequency debugfs for SLPC

2022-10-01 Thread Patchwork
== Series Details == Series: drm/i915/slpc: Update frequency debugfs for SLPC URL : https://patchwork.freedesktop.org/series/109328/ State : success == Summary == CI Bug Log - changes from CI_DRM_12204_full -> Patchwork_109328v1_full

[Intel-gfx] ✗ Fi.CI.IGT: failure for Fix Guc-Err-Capture sizing warning (rev2)

2022-10-01 Thread Patchwork
== Series Details == Series: Fix Guc-Err-Capture sizing warning (rev2) URL : https://patchwork.freedesktop.org/series/109276/ State : failure == Summary == CI Bug Log - changes from CI_DRM_12204_full -> Patchwork_109276v2_full Summary

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Per-crtc/connector DRRS debugfs (rev2)

2022-10-01 Thread Patchwork
== Series Details == Series: drm/i915: Per-crtc/connector DRRS debugfs (rev2) URL : https://patchwork.freedesktop.org/series/109175/ State : success == Summary == CI Bug Log - changes from CI_DRM_12204 -> Patchwork_109175v2 Summary ---

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: Per-crtc/connector DRRS debugfs (rev2)

2022-10-01 Thread Patchwork
== Series Details == Series: drm/i915: Per-crtc/connector DRRS debugfs (rev2) URL : https://patchwork.freedesktop.org/series/109175/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately.

[Intel-gfx] [PATCH v2 3/4] drm/i915: Make DRRS debugfs per-crtc/connector

2022-10-01 Thread Ville Syrjala
From: Ville Syrjälä Since I already broke anything that relied on the old contents of the DRRS debugfs files might as well finish the breakage and convert the files to be per-crtc/connector so we don't need to have annoying code in igt to parse these. Reviewed-by: Jani Nikula Signed-off-by:

[Intel-gfx] [PATCH v2 4/4] drm/i915: Fix locking in DRRS debugfs

2022-10-01 Thread Ville Syrjala
From: Ville Syrjälä Grab the crtc mutex so that looking at the crtc state is actually safe. Reviewed-by: Jani Nikula Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_drrs.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git

[Intel-gfx] [PATCH v2 2/4] drm/i915: Make the DRRS debugfs contents more consistent

2022-10-01 Thread Ville Syrjala
From: Ville Syrjälä The stuff in the DRRS debugs is currently a hodgepode mix of camelcase, lowercase, spaces, undescores, you name it. Convert over to a reasonably common style. Also move the busy bits thing to be the last sine it's generally the least interesting thing in there. Reviewed-by:

[Intel-gfx] [PATCH v2 0/4] drm/i915: Per-crtc/connector DRRS debugfs

2022-10-01 Thread Ville Syrjala
From: Ville Syrjälä Chang DRRS debugfs to be per-crtc/connector. v2: for ci to actually run the drrs tests... Test-with: 20220929032642.16556-1-ville.syrj...@linux.intel.com Ville Syrjälä (4): drm/i915: Move DRRS debugfs next to the implementation drm/i915: Make the DRRS debugfs contents

[Intel-gfx] [PATCH v2 1/4] drm/i915: Move DRRS debugfs next to the implementation

2022-10-01 Thread Ville Syrjala
From: Ville Syrjälä Move the DRRS debugfs stuff next to the actual implementation so that it's easier to deal with the whole. Reviewed-by: Jani Nikula Signed-off-by: Ville Syrjälä --- .../drm/i915/display/intel_display_debugfs.c | 96 +---

Re: [Intel-gfx] [PATCH v4 14/30] drm/client: Add some tests for drm_connector_pick_cmdline_mode()

2022-10-01 Thread Maíra Canal
On 9/29/22 13:31, Maxime Ripard wrote: > drm_connector_pick_cmdline_mode() is in charge of finding a proper > drm_display_mode from the definition we got in the video= command line > argument. > > Let's add some unit tests to make sure we're not getting any regressions > there. > >

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Improve register state context init (rev2)

2022-10-01 Thread Patchwork
== Series Details == Series: drm/i915: Improve register state context init (rev2) URL : https://patchwork.freedesktop.org/series/109284/ State : failure == Summary == CI Bug Log - changes from CI_DRM_12203_full -> Patchwork_109284v2_full

[Intel-gfx] ✓ Fi.CI.BAT: success for drm: Add 64:27 and 256:135 picture aspect ratio support

2022-10-01 Thread Patchwork
== Series Details == Series: drm: Add 64:27 and 256:135 picture aspect ratio support URL : https://patchwork.freedesktop.org/series/109337/ State : success == Summary == CI Bug Log - changes from CI_DRM_12204 -> Patchwork_109337v1 Summary

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v3,1/4] drm/i915: remove the TODO in pin_and_fence_fb_obj

2022-10-01 Thread Patchwork
== Series Details == Series: series starting with [v3,1/4] drm/i915: remove the TODO in pin_and_fence_fb_obj URL : https://patchwork.freedesktop.org/series/109319/ State : success == Summary == CI Bug Log - changes from CI_DRM_12203_full -> Patchwork_109319v1_full

[Intel-gfx] [PATCH] drm: Add 64:27 and 256:135 picture aspect ratio support

2022-10-01 Thread Lee Shawn C
Drm driver did not report connector can support 64:27 and 256:135 picture aspect ratio. Even if drm_edid driver already have those modes in CEA table. Add both of them then user space application would program proper picture apsect ratio when HDMI 2.1 monitor connected. Cc: Shankar Uma Cc: Ville

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/ttm: move bo->resource check in vm_access

2022-10-01 Thread Patchwork
== Series Details == Series: drm/ttm: move bo->resource check in vm_access URL : https://patchwork.freedesktop.org/series/109317/ State : failure == Summary == CI Bug Log - changes from CI_DRM_12203_full -> Patchwork_109317v1_full Summary

Re: [Intel-gfx] [PATCH v4 00/30] drm: Analog TV Improvements

2022-10-01 Thread Noralf Trønnes
Den 29.09.2022 18.30, skrev Maxime Ripard: > Hi, > > Here's a series aiming at improving the command line named modes support, > and more importantly how we deal with all the analog TV variants. > > The named modes support were initially introduced to allow to specify the > analog TV mode to

Re: [Intel-gfx] [PATCH v4 11/30] drm/modes: Add a function to generate analog display modes

2022-10-01 Thread Noralf Trønnes
Den 29.09.2022 18.31, skrev Maxime Ripard: > Multiple drivers (meson, vc4, sun4i) define analog TV 525-lines and > 625-lines modes in their drivers. > > Since those modes are fairly standard, and that we'll need to use them > in more places in the future, it makes sense to move their

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/ttm: implement access_memory

2022-10-01 Thread Patchwork
== Series Details == Series: drm/i915/ttm: implement access_memory URL : https://patchwork.freedesktop.org/series/109315/ State : success == Summary == CI Bug Log - changes from CI_DRM_12203_full -> Patchwork_109315v1_full Summary ---

Re: [Intel-gfx] [PATCH v4 30/30] drm/sun4i: tv: Convert to the new TV mode property

2022-10-01 Thread Noralf Trønnes
Den 29.09.2022 18.31, skrev Maxime Ripard: > Now that the core can deal fine with analog TV modes, let's convert the > sun4i TV driver to leverage those new features. > > Signed-off-by: Maxime Ripard > --- > drivers/gpu/drm/sun4i/sun4i_tv.c | 148 > ++- >

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/ehl: Update MOCS table for EHL (rev5)

2022-10-01 Thread Patchwork
== Series Details == Series: drm/i915/ehl: Update MOCS table for EHL (rev5) URL : https://patchwork.freedesktop.org/series/61409/ State : failure == Summary == CI Bug Log - changes from CI_DRM_12203_full -> Patchwork_61409v5_full Summary

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Fix watermark calculations with various CCS modifiers

2022-10-01 Thread Patchwork
== Series Details == Series: drm/i915: Fix watermark calculations with various CCS modifiers URL : https://patchwork.freedesktop.org/series/109303/ State : success == Summary == CI Bug Log - changes from CI_DRM_12202_full -> Patchwork_109303v1_full

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/guc: Fix revocation of non-persistent contexts

2022-10-01 Thread Patchwork
== Series Details == Series: drm/i915/guc: Fix revocation of non-persistent contexts URL : https://patchwork.freedesktop.org/series/109299/ State : success == Summary == CI Bug Log - changes from CI_DRM_12202_full -> Patchwork_109299v1_full