Re: [Intel-gfx] [PATCH v3 4/6] drm/i915/panelreplay: Initializaton and compute config for panel replay

2023-07-30 Thread Hogander, Jouni
On Fri, 2023-07-28 at 18:16 +0530, Animesh Manna wrote: > Modify existing PSR implementation to enable panel replay feature of > DP 2.0 > which is similar to PSR feature of EDP panel. There is different DPCD > address to check panel capability compare to PSR and vsc sdp header > is different. > >

Re: [Intel-gfx] [PATCH v3 2/6] drm/i915/panelreplay: Added HAS_PANEL_REPLAY() macro

2023-07-30 Thread Hogander, Jouni
On Fri, 2023-07-28 at 18:16 +0530, Animesh Manna wrote: > Platforms having Display 13 and above will support panel > replay feature of DP 2.0 monitor. Added a HAS_PANEL_REPLAY() > macro to check for panel replay capability. > > v1: Initial version. > v2: DISPLAY_VER() removed as HAS_DP20() is havi

Re: [Intel-gfx] [PATCH v3 1/6] drm/panelreplay: dpcd register definition for panelreplay

2023-07-30 Thread Hogander, Jouni
On Fri, 2023-07-28 at 18:16 +0530, Animesh Manna wrote: > DPCD register definition added to check and enable panel replay > capability of the sink. I think this patch shoud go to dri-de...@lists.freedesktop.org as well. BR, Jouni Högander > > Cc: Jouni Högander > Signed-off-by: Animesh Manna

Re: [Intel-gfx] [PATCH v3 0/6] Panel replay phase1 implementation

2023-07-30 Thread Hogander, Jouni
On Fri, 2023-07-28 at 18:16 +0530, Animesh Manna wrote: > > Panel Replay is a power saving feature for DP 2.0 monitor and > > similar > > to PSR on EDP. > > > > These patches are basic enablement patches added on top of > > existing psr framework to enable full-screen live active frame > > update

Re: [Intel-gfx] [PATCH] drm/i915/dp: Fix LT debug print in SDP CRC enable

2023-07-30 Thread Murthy, Arun R
> -Original Message- > From: Borah, Chaitanya Kumar > Sent: Friday, July 28, 2023 2:48 PM > To: Murthy, Arun R > Cc: intel-gfx@lists.freedesktop.org > Subject: RE: [Intel-gfx] [PATCH] drm/i915/dp: Fix LT debug print in SDP CRC > enable > > Hello Arun, > > > -Original Message- >

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm_dbg: add trailing newlines where missing

2023-07-30 Thread Patchwork
== Series Details == Series: drm_dbg: add trailing newlines where missing URL : https://patchwork.freedesktop.org/series/121583/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13441_full -> Patchwork_121583v1_full Summary --

[Intel-gfx] ✓ Fi.CI.BAT: success for drm_dbg: add trailing newlines where missing

2023-07-30 Thread Patchwork
== Series Details == Series: drm_dbg: add trailing newlines where missing URL : https://patchwork.freedesktop.org/series/121583/ State : success == Summary == CI Bug Log - changes from CI_DRM_13441 -> Patchwork_121583v1 Summary --- *

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm_dbg: add trailing newlines where missing

2023-07-30 Thread Patchwork
== Series Details == Series: drm_dbg: add trailing newlines where missing URL : https://patchwork.freedesktop.org/series/121583/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately. +./arch/x86/include/asm/bitops

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm_dbg: add trailing newlines where missing

2023-07-30 Thread Patchwork
== Series Details == Series: drm_dbg: add trailing newlines where missing URL : https://patchwork.freedesktop.org/series/121583/ State : warning == Summary == Error: dim checkpatch failed 427281c550a9 drm_dbg: add trailing newlines to remaining callsites 9905350fcd30 drm_dbg: add trailing newl

[Intel-gfx] [PATCH 5/5] drm_dbg: add trailing newlines

2023-07-30 Thread Jim Cromie
Signed-off-by: Jim Cromie --- drivers/gpu/drm/drm_connector.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c index 48df7a5ea503..39eab45649c8 100644 --- a/drivers/gpu/drm/drm_connector.c +++ b/drivers/gpu/dr

[Intel-gfx] [PATCH 3/5] drm_dbg: add trailing newlines

2023-07-30 Thread Jim Cromie
Signed-off-by: Jim Cromie --- drivers/gpu/drm/msm/msm_fb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/msm/msm_fb.c b/drivers/gpu/drm/msm/msm_fb.c index e3f61c39df69..80166f702a0d 100644 --- a/drivers/gpu/drm/msm/msm_fb.c +++ b/drivers/gpu/drm/msm/msm

[Intel-gfx] [PATCH 4/5] drm_dbg: add trailing newlines

2023-07-30 Thread Jim Cromie
Signed-off-by: Jim Cromie --- drivers/gpu/drm/vc4/vc4_crtc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/vc4/vc4_crtc.c b/drivers/gpu/drm/vc4/vc4_crtc.c index bef9d45ef1df..959123759711 100644 --- a/drivers/gpu/drm/vc4/vc4_crtc.c +++ b/drivers/gpu/drm/v

[Intel-gfx] [PATCH 2/5] drm_dbg: add trailing newlines

2023-07-30 Thread Jim Cromie
Signed-off-by: Jim Cromie --- drivers/gpu/drm/i915/display/intel_ddi.c | 2 +- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c index 3

[Intel-gfx] [PATCH 1/5] drm_dbg: add trailing newlines to remaining callsites

2023-07-30 Thread Jim Cromie
All callers should uniformly include a trailing newline, the vast majority already do: 207 DRM_DEV_DEBUG, 1288 drm_dbg. Clean up the remainders, in this and next commits (split for easy acks). No functional changes. Signed-off-by: Jim Cromie --- drivers/gpu/drm/kmb/kmb_crtc.c | 10 +-

[Intel-gfx] [PATCH 0/5] drm_dbg: add trailing newlines where missing

2023-07-30 Thread Jim Cromie
Most of the (~1500) DRM.debug callsites provide a trailing newline in their format-strings. Fix the remainder to do the same. no functional changes Jim Cromie (5): drm_dbg: add trailing newlines to remaining callsites drm_dbg: add trailing newlines drm_dbg: add trailing newlines drm_dbg:

Re: [Intel-gfx] [PATCH 03/13] scatterlist: Add sg_set_folio()

2023-07-30 Thread Matthew Wilcox
On Sun, Jul 30, 2023 at 09:57:06PM +0800, Zhu Yanjun wrote: > > 在 2023/7/30 19:18, Matthew Wilcox 写道: > > On Sun, Jul 30, 2023 at 07:01:26PM +0800, Zhu Yanjun wrote: > > > Does the following function have folio version? > > > > > > " > > > int sg_alloc_append_table_from_pages(struct sg_append_tab

Re: [Intel-gfx] [PATCH 03/13] scatterlist: Add sg_set_folio()

2023-07-30 Thread Matthew Wilcox
On Sun, Jul 30, 2023 at 07:01:26PM +0800, Zhu Yanjun wrote: > Does the following function have folio version? > > " > int sg_alloc_append_table_from_pages(struct sg_append_table *sgt_append, > struct page **pages, unsigned int n_pages, unsigned int offset, > unsigned lo