[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v3,1/1] drm/i915/pxp: Add missing tag for Wa_14019159160

2023-11-27 Thread Patchwork
== Series Details == Series: series starting with [v3,1/1] drm/i915/pxp: Add missing tag for Wa_14019159160 URL : https://patchwork.freedesktop.org/series/126946/ State : success == Summary == CI Bug Log - changes from CI_DRM_13930_full -> Patchwork_126946v1_full

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dg2: Drop Wa_22014600077

2023-11-27 Thread Patchwork
== Series Details == Series: drm/i915/dg2: Drop Wa_22014600077 URL : https://patchwork.freedesktop.org/series/126942/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13929_full -> Patchwork_126942v1_full Summary ---

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] drm/ttm: replace busy placement with flags v3

2023-11-27 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/ttm: replace busy placement with flags v3 URL : https://patchwork.freedesktop.org/series/126927/ State : success == Summary == CI Bug Log - changes from CI_DRM_13928_full -> Patchwork_126927v1_full

Re: [Intel-gfx] [PATCH] drm/i915/display: Fix phys_base to be relative not absolute

2023-11-27 Thread Paz Zcharya
On Mon, Nov 27, 2023 at 8:20 PM Paz Zcharya wrote: > > On 21.11.2023 13:06, Andrzej Hajda wrote: > > On 18.11.2023 00:01, Paz Zcharya wrote: > > > On Tue, Nov 14, 2023 at 10:13:59PM -0500, Rodrigo Vivi wrote: > > > > On Sun, Nov 05, 2023 at 05:27:03PM +, Paz Zcharya wrote: > > > > > > Hi

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/display: Fix null pointer dereference in intel_dp_aux_wait_done and intel_dp_aux_xfer

2023-11-27 Thread Patchwork
== Series Details == Series: drm/i915/display: Fix null pointer dereference in intel_dp_aux_wait_done and intel_dp_aux_xfer URL : https://patchwork.freedesktop.org/series/126922/ State : success == Summary == CI Bug Log - changes from CI_DRM_13927_full -> Patchwork_126922v1_full

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/irq: Improve error logging for unexpected DE Misc interrupts (rev2)

2023-11-27 Thread Patchwork
== Series Details == Series: drm/i915/irq: Improve error logging for unexpected DE Misc interrupts (rev2) URL : https://patchwork.freedesktop.org/series/126843/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13926_full -> Patchwork_126843v2_full

Re: [Intel-gfx] [PATCH] drm/i915/display: Fix phys_base to be relative not absolute

2023-11-27 Thread Paz Zcharya
On Wed, Nov 22, 2023 at 02:26:55PM +0100, Andrzej Hajda wrote: > > > On 21.11.2023 13:06, Andrzej Hajda wrote: > > On 18.11.2023 00:01, Paz Zcharya wrote: > > > On Tue, Nov 14, 2023 at 10:13:59PM -0500, Rodrigo Vivi wrote: > > > > On Sun, Nov 05, 2023 at 05:27:03PM +, Paz Zcharya wrote: > >

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v3,1/1] drm/i915/pxp: Add missing tag for Wa_14019159160

2023-11-27 Thread Patchwork
== Series Details == Series: series starting with [v3,1/1] drm/i915/pxp: Add missing tag for Wa_14019159160 URL : https://patchwork.freedesktop.org/series/126946/ State : success == Summary == CI Bug Log - changes from CI_DRM_13930 -> Patchwork_126946v1

Re: [Intel-gfx] [PATCH v6 2/2] drm/i915/guc: Close deregister-context race against CT-loss

2023-11-27 Thread Rodrigo Vivi
On Tue, Nov 14, 2023 at 07:52:29AM -0800, Alan Previn wrote: > If we are at the end of suspend or very early in resume > its possible an async fence signal (via rcu_call) is triggered > to free_engines which could lead us to the execution of > the context destruction worker (after a prior worker

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dg2: Drop Wa_22014600077

2023-11-27 Thread Patchwork
== Series Details == Series: drm/i915/dg2: Drop Wa_22014600077 URL : https://patchwork.freedesktop.org/series/126942/ State : success == Summary == CI Bug Log - changes from CI_DRM_13929 -> Patchwork_126942v1 Summary --- **SUCCESS**

Re: [Intel-gfx] [PATCH] drm/i915/dg2: Drop Wa_22014600077

2023-11-27 Thread Gustavo Sousa
Quoting Matt Roper (2023-11-27 16:00:44-03:00) >This workaround has been dropped from all DG2 variants in the latest >workaround database update. > >Signed-off-by: Matt Roper Reviewed-by: Gustavo Sousa >--- > drivers/gpu/drm/i915/gt/intel_workarounds.c | 8 > 1 file changed, 8

Re: [Intel-gfx] [PATCH v1 1/1] drm/i915/gt: Dont wait forever when idling in suspend

2023-11-27 Thread Rodrigo Vivi
On Tue, Nov 14, 2023 at 08:22:27AM -0800, Alan Previn wrote: > When suspending, add a timeout when calling > intel_gt_pm_wait_for_idle else if we have a leaked > wakeref (which would be indicative of a bug elsewhere > in the driver), driver will at exit the suspend-resume > cycle, after the kernel

Re: [Intel-gfx] [PATCH v2 1/1] drm/i915/pxp: Add missing tag for Wa_14019159160

2023-11-27 Thread Rodrigo Vivi
On Wed, Nov 22, 2023 at 12:30:03PM -0800, Alan Previn wrote: > Add missing tag for "Wa_14019159160 - Case 2" (for existing > PXP code that ensures run alone mode bit is set to allow > PxP-decryption. > > v2: - Fix WA id number (John Harrison). > - Improve comments and code to be specific >

[Intel-gfx] [PATCH v3 1/1] drm/i915/pxp: Add missing tag for Wa_14019159160

2023-11-27 Thread Alan Previn
Add missing tag for "Wa_14019159160 - Case 2" (for existing PXP code that ensures run alone mode bit is set to allow PxP-decryption. v3: - Check targeted platforms using IP_VAL. (John Harrison) v2: - Fix WA id number (John Harrison). - Improve comments and code to be specific for

[Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/3] drm: Add drm_vblank_work_flush_all().

2023-11-27 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm: Add drm_vblank_work_flush_all(). URL : https://patchwork.freedesktop.org/series/126934/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13928 -> Patchwork_126934v1

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/3] drm: Add drm_vblank_work_flush_all().

2023-11-27 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm: Add drm_vblank_work_flush_all(). URL : https://patchwork.freedesktop.org/series/126934/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately.

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm: Add drm_vblank_work_flush_all().

2023-11-27 Thread Patchwork
== Series Details == Series: series starting with [1/3] drm: Add drm_vblank_work_flush_all(). URL : https://patchwork.freedesktop.org/series/126934/ State : warning == Summary == Error: dim checkpatch failed 4f88f49d660f drm: Add drm_vblank_work_flush_all(). -:33: WARNING:WAITQUEUE_ACTIVE:

[Intel-gfx] [PATCH] drm/i915/dg2: Drop Wa_22014600077

2023-11-27 Thread Matt Roper
This workaround has been dropped from all DG2 variants in the latest workaround database update. Signed-off-by: Matt Roper --- drivers/gpu/drm/i915/gt/intel_workarounds.c | 8 1 file changed, 8 deletions(-) diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/display: Skip state verification with TBT-ALT mode

2023-11-27 Thread Patchwork
== Series Details == Series: drm/i915/display: Skip state verification with TBT-ALT mode URL : https://patchwork.freedesktop.org/series/126933/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13928 -> Patchwork_126933v1

Re: [Intel-gfx] [PATCH 2/2] drm/amdgpu: use GTT only as fallback for VRAM|GTT

2023-11-27 Thread Christian König
Am 27.11.23 um 17:47 schrieb Bhardwaj, Rajneesh: [AMD Official Use Only - General] -Original Message- From: amd-gfx On Behalf Of Hamza Mahfooz Sent: Monday, November 27, 2023 10:53 AM To: Christian König ; jani.nik...@linux.intel.com; kher...@redhat.com; d...@redhat.com;

Re: [Intel-gfx] [PATCH] drm/i915/display: Skip state verification with TBT-ALT mode

2023-11-27 Thread Gustavo Sousa
Quoting Jani Nikula (2023-11-27 13:47:22-03:00) >On Mon, 27 Nov 2023, Mika Kahola wrote: >> With TBT-ALT mode we are not programming C20 chip PLL's and >> hence we don't need to check state verification. We don't >> need to program DP link signal levels i.e.pre-emphasis and >> voltage swing

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/ttm: replace busy placement with flags v3

2023-11-27 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/ttm: replace busy placement with flags v3 URL : https://patchwork.freedesktop.org/series/126927/ State : success == Summary == CI Bug Log - changes from CI_DRM_13928 -> Patchwork_126927v1

Re: [Intel-gfx] [PATCH] drm/i915/display: Skip state verification with TBT-ALT mode

2023-11-27 Thread Gustavo Sousa
Quoting Mika Kahola (2023-11-27 12:47:02-03:00) >With TBT-ALT mode we are not programming C20 chip PLL's and >hence we don't need to check state verification. We don't >need to program DP link signal levels i.e.pre-emphasis and >voltage swing either. > >This patch fixes dmesg errors like this one

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/ttm: replace busy placement with flags v3

2023-11-27 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/ttm: replace busy placement with flags v3 URL : https://patchwork.freedesktop.org/series/126927/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately.

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/ttm: replace busy placement with flags v3

2023-11-27 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/ttm: replace busy placement with flags v3 URL : https://patchwork.freedesktop.org/series/126927/ State : warning == Summary == Error: dim checkpatch failed 85c35bbb3061 drm/ttm: replace busy placement with flags v3 -:297:

Re: [Intel-gfx] [linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression

2023-11-27 Thread Linus Torvalds
On Mon, 27 Nov 2023 at 02:27, Christian Brauner wrote: > > So I've picked up your patch (vfs.misc). It's clever alright so thanks > for the comments in there otherwise I would've stared at this for far > too long. Note that I should probably have commented on one other thing: that whole "just

Re: [Intel-gfx] [PATCH] drm/i915/display: Skip state verification with TBT-ALT mode

2023-11-27 Thread Jani Nikula
On Mon, 27 Nov 2023, Mika Kahola wrote: > With TBT-ALT mode we are not programming C20 chip PLL's and > hence we don't need to check state verification. We don't > need to program DP link signal levels i.e.pre-emphasis and > voltage swing either. > > This patch fixes dmesg errors like this one >

[Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/4] drm/i915: Skip some timing checks on BXT/GLK DSI transcoders

2023-11-27 Thread Patchwork
== Series Details == Series: series starting with [1/4] drm/i915: Skip some timing checks on BXT/GLK DSI transcoders URL : https://patchwork.freedesktop.org/series/126923/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13927 -> Patchwork_126923v1

Re: [Intel-gfx] [PATCH] drm/i915/cdclk: Remove divider field from tables

2023-11-27 Thread Matt Roper
On Fri, Nov 24, 2023 at 05:55:23PM -0300, Gustavo Sousa wrote: > The cdclk tables were introduced with commit 736da8112fee ("drm/i915: > Use literal representation of cdclk tables"). It has been almost 4 years > and the divider field was not really used yet. Let's remove it. I think we need to go

Re: [Intel-gfx] [PATCH v2 2/4] eventfd: simplify eventfd_signal()

2023-11-27 Thread Eric Farman
On Wed, 2023-11-22 at 13:48 +0100, Christian Brauner wrote: > Ever since the evenfd type was introduced back in 2007 in commit s/evenfd/eventfd/ > e1ad7468c77d ("signal/timer/event: eventfd core") the > eventfd_signal() > function only ever passed 1 as a value for @n. There's no point in >

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/4] drm/i915: Skip some timing checks on BXT/GLK DSI transcoders

2023-11-27 Thread Patchwork
== Series Details == Series: series starting with [1/4] drm/i915: Skip some timing checks on BXT/GLK DSI transcoders URL : https://patchwork.freedesktop.org/series/126923/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be

[Intel-gfx] [PATCH 1/3] drm: Add drm_vblank_work_flush_all().

2023-11-27 Thread Maarten Lankhorst
In some cases we want to flush all vblank work, right before vblank_off for example. Add a simple function to make this possible. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/drm_vblank_work.c | 22 ++ include/drm/drm_vblank_work.h | 2 ++ 2 files changed, 24

[Intel-gfx] [PATCH 2/3] drm/i915: Use vblank worker to unpin old legacy cursor fb safely

2023-11-27 Thread Maarten Lankhorst
From: Ville Syrjälä The cursor hardware only does sync updates, and thus the hardware will be scanning out from the old fb until the next start of vblank. So in order to make the legacy cursor fastpath actually safe we should not unpin the old fb until we're sure the hardware has ceased

[Intel-gfx] [PATCH 3/3] drm/i915: Use the same vblank worker for atomic unpin

2023-11-27 Thread Maarten Lankhorst
In case of legacy cursor update, the cursor VMA needs to be unpinned only after vblank. This exceeds the lifetime of the whole atomic commit. Any trick I attempted to keep the atomic commit alive didn't work, as drm_atomic_helper_setup_commit() force throttles on any old commit that wasn't

Re: [Intel-gfx] [PATCH 2/2] drm/amdgpu: use GTT only as fallback for VRAM|GTT

2023-11-27 Thread Hamza Mahfooz
On 11/27/23 09:54, Christian König wrote: Try to fill up VRAM as well by setting the busy flag on GTT allocations. This fixes the issue that when VRAM was evacuated for suspend it's never filled up again unless the application is restarted. Link:

[Intel-gfx] [PATCH] drm/i915/display: Skip state verification with TBT-ALT mode

2023-11-27 Thread Mika Kahola
With TBT-ALT mode we are not programming C20 chip PLL's and hence we don't need to check state verification. We don't need to program DP link signal levels i.e.pre-emphasis and voltage swing either. This patch fixes dmesg errors like this one "[drm] ERROR PHY F Write 0c06 failed after 3

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/display: Fix null pointer dereference in intel_dp_aux_wait_done and intel_dp_aux_xfer

2023-11-27 Thread Patchwork
== Series Details == Series: drm/i915/display: Fix null pointer dereference in intel_dp_aux_wait_done and intel_dp_aux_xfer URL : https://patchwork.freedesktop.org/series/126922/ State : success == Summary == CI Bug Log - changes from CI_DRM_13927 -> Patchwork_126922v1

[Intel-gfx] [PATCH 2/2] drm/amdgpu: use GTT only as fallback for VRAM|GTT

2023-11-27 Thread Christian König
Try to fill up VRAM as well by setting the busy flag on GTT allocations. This fixes the issue that when VRAM was evacuated for suspend it's never filled up again unless the application is restarted. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 6 ++ 1

[Intel-gfx] [PATCH 1/2] drm/ttm: replace busy placement with flags v3

2023-11-27 Thread Christian König
From: Somalapuram Amaranath Instead of a list of separate busy placement add flags which indicate that a placement should only be used when there is room or if we need to evict. v2: add missing TTM_PL_FLAG_IDLE for i915 v3: fix auto build test ERROR on drm-tip/drm-tip Signed-off-by: Christian

[Intel-gfx] TTM improvement and amdgpu fix

2023-11-27 Thread Christian König
Hi guys, TTM has a feature which allows to specify placements for normal operation as well as when all domains are "busy" and don't have free space. Not very widely used since it was a bit inflexible and required making multiple placement lists. Replace the multiple lists with flags and start

[Intel-gfx] [PATCH 4/4] drm/i915: Clean up some DISPLAY_VER checks

2023-11-27 Thread Ville Syrjala
From: Ville Syrjälä Use the >= and < operators for the DISPLAY_VER checks everywhere. This is what most of the code does, but especially recently random pieces of code have started doing this differently for no good reason. Conversion done with the following cocci: @find@ expression i915;

[Intel-gfx] [PATCH 3/4] drm/i915/mst: Reject modes that require the bigjoiner

2023-11-27 Thread Ville Syrjala
From: Ville Syrjälä We have no bigjoiner support in the MST code, so .mode_valid() pretending otherwise is just going to result black screens for users. Reject any mode that needs the joiner. Cc: Stanislav Lisovskiy Fixes: d51f25eb479a ("drm/i915: Add DSC support to MST path") Signed-off-by:

[Intel-gfx] [PATCH 2/4] drm/i915/mst: Fix .mode_valid_ctx() return values

2023-11-27 Thread Ville Syrjala
From: Ville Syrjälä .mode_valid_ctx() returns an errno, not the mode status. Fix the code to do the right thing. Cc: Stanislav Lisovskiy Fixes: d51f25eb479a ("drm/i915: Add DSC support to MST path") Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_dp_mst.c | 12

[Intel-gfx] [PATCH 1/4] drm/i915: Skip some timing checks on BXT/GLK DSI transcoders

2023-11-27 Thread Ville Syrjala
From: Ville Syrjälä Apparently some BXT/GLK systems have DSI panels whose timings don't agree with the normal cpu transcoder hblank>=32 limitation. This is perhaps fine as there are no specific hblank/etc. limits listed for the BXT/GLK DSI transcoders. Move those checks out from the global

[Intel-gfx] [PATCH] drm/i915/display: Fix null pointer dereference in intel_dp_aux_wait_done and intel_dp_aux_xfer

2023-11-27 Thread Kunwu Chan
kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. When "intel_dp->aux.name" is NULL, these error messages will trigger the null pointer dereference issue. Signed-off-by: Kunwu Chan --- drivers/gpu/drm/i915/display/intel_dp_aux.c | 12 ++-- 1

Re: [Intel-gfx] linux-next: build failure after merge of the drm-misc-fixes tree

2023-11-27 Thread Ying Liu
On Monday, November 27, 2023 5:32 AM, Stephen Rothwell wrote: > Hi all, > > After merging the drm-misc-fixes tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > ERROR: modpost: "device_is_dependent" > [drivers/gpu/drm/drm_kms_helper.ko] undefined! I've sent a new

Re: [Intel-gfx] [linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression

2023-11-27 Thread Mateusz Guzik
On Mon, Nov 20, 2023 at 03:11:31PM +0800, kernel test robot wrote: > > > Hello, > > kernel test robot noticed a -2.9% regression of will-it-scale.per_thread_ops > on: > > > commit: 0ede61d8589cc2d93aa78230d74ac58b5b8d0244 ("file: convert to > SLAB_TYPESAFE_BY_RCU") >

Re: [Intel-gfx] [PATCH v2 2/4] eventfd: simplify eventfd_signal()

2023-11-27 Thread Andrew Donnellan
On Wed, 2023-11-22 at 13:48 +0100, Christian Brauner wrote: > Ever since the evenfd type was introduced back in 2007 in commit > e1ad7468c77d ("signal/timer/event: eventfd core") the > eventfd_signal() > function only ever passed 1 as a value for @n. There's no point in > keeping that additional

Re: [Intel-gfx] [PATCH] drm/i915/irq: Improve error logging for unexpected DE Misc interrupts

2023-11-27 Thread Rahul Rameshbabu
On Thursday, November 23rd, 2023 at 11:54 PM, Borah, Chaitanya Kumar wrote: > > -Original Message- > > From: Intel-gfx On Behalf Of Rahul > > Rameshbabu > > Sent: Thursday, November 23, 2023 11:27 PM > > To: intel-gfx@lists.freedesktop.org > > Cc: Nikula, Jani ;

Re: [Intel-gfx] [char-misc-next 3/4] mei: pxp: re-enable client on errors

2023-11-27 Thread gre...@linuxfoundation.org
On Mon, Nov 27, 2023 at 03:22:29PM +0200, Ville Syrjälä wrote: > On Wed, Nov 15, 2023 at 10:35:16PM +0200, Ville Syrjälä wrote: > > On Tue, Nov 14, 2023 at 06:40:26PM +, Winkler, Tomas wrote: > > > > > > > > > > -Original Message- > > > > From: Teres Alexis, Alan Previn > > > >

Re: [Intel-gfx] [char-misc-next 3/4] mei: pxp: re-enable client on errors

2023-11-27 Thread Ville Syrjälä
On Wed, Nov 15, 2023 at 10:35:16PM +0200, Ville Syrjälä wrote: > On Tue, Nov 14, 2023 at 06:40:26PM +, Winkler, Tomas wrote: > > > > > > > -Original Message- > > > From: Teres Alexis, Alan Previn > > > Sent: Tuesday, November 14, 2023 5:32 PM > > > To: ville.syrj...@linux.intel.com;

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/irq: Improve error logging for unexpected DE Misc interrupts (rev2)

2023-11-27 Thread Patchwork
== Series Details == Series: drm/i915/irq: Improve error logging for unexpected DE Misc interrupts (rev2) URL : https://patchwork.freedesktop.org/series/126843/ State : success == Summary == CI Bug Log - changes from CI_DRM_13926 -> Patchwork_126843v2

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/irq: Improve error logging for unexpected DE Misc interrupts (rev2)

2023-11-27 Thread Patchwork
== Series Details == Series: drm/i915/irq: Improve error logging for unexpected DE Misc interrupts (rev2) URL : https://patchwork.freedesktop.org/series/126843/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2

Re: [Intel-gfx] [PATCH 3/4] drm/i915/dp_mst: Use helpers to get dsc min/max input bpc

2023-11-27 Thread Nautiyal, Ankit K
On 11/27/2023 3:07 PM, Jani Nikula wrote: On Mon, 27 Nov 2023, Ankit Nautiyal wrote: Use helpers for source min/max input bpc with DSC. While at it, make them return int instead of u8. v2: Make the helpers return int instead of u8. (Jani) Signed-off-by: Ankit Nautiyal Reviewed-by: Suraj

Re: [Intel-gfx] [PATCH 3/3] drm/i915/display/:Compute and enable daptive Sync SDP

2023-11-27 Thread Nautiyal, Ankit K
Typo in the Subject: s/daptive/adaptive/ On 11/23/2023 7:32 PM, Mitul Golani wrote: Add necessary functions and register definitions to enable and compute AS SDP data. The new `intel_dp_compute_as_sdp` function computes AS SDP values based on the display configuration, ensuring proper handling

Re: [Intel-gfx] [PATCH 2/3] drm/i915/display/: Add Read/Write support for Adaptive Sync SDP

2023-11-27 Thread Nautiyal, Ankit K
On 11/23/2023 7:32 PM, Mitul Golani wrote: Add the necessary structures and functions to handle reading and unpacking Adaptive Sync Secondary Data Packets. Also add support to write and pack AS SDP. Signed-off-by: Mitul Golani --- .../drm/i915/display/intel_display_types.h| 1 +

Re: [Intel-gfx] [linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression

2023-11-27 Thread Christian Brauner
> So that nobody else would waste any time on this, attached is a new > attempt. This time actually tested *after* the changes. So I've picked up your patch (vfs.misc). It's clever alright so thanks for the comments in there otherwise I would've stared at this for far too long. It's a little

[Intel-gfx] ✗ Fi.CI.IGT: failure for DP DSC min/max src bpc fixes (rev6)

2023-11-27 Thread Patchwork
== Series Details == Series: DP DSC min/max src bpc fixes (rev6) URL : https://patchwork.freedesktop.org/series/125571/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13924_full -> Patchwork_125571v6_full Summary ---

Re: [Intel-gfx] [linus:master] [file] 0ede61d858: will-it-scale.per_thread_ops -2.9% regression

2023-11-27 Thread Christian Brauner
> I took a look at the code generation, and honestly, I think we're > better off just making __fget_files_rcu() have special logic for this > all, and not use __get_file_rcu(). My initial massaging of the patch did that btw. Then I sat there wondering whether it would matter if we just made it

[Intel-gfx] [PATCH v2] drm/i915/irq: Improve error logging for unexpected DE Misc interrupts

2023-11-27 Thread Rahul Rameshbabu
Dump the iir value in hex when the interrupt is unexpected. Link: https://gitlab.freedesktop.org/drm/intel/-/issues/9652#note_2178501 Cc: Jani Nikula Signed-off-by: Rahul Rameshbabu Reviewed-by: Chaitanya Kumar Borah --- Notes: Changes: v1->v2: - Change format specifier

Re: [Intel-gfx] [PATCH 3/4] drm/i915/dp_mst: Use helpers to get dsc min/max input bpc

2023-11-27 Thread Jani Nikula
On Mon, 27 Nov 2023, Ankit Nautiyal wrote: > Use helpers for source min/max input bpc with DSC. > While at it, make them return int instead of u8. > > v2: Make the helpers return int instead of u8. (Jani) > > Signed-off-by: Ankit Nautiyal > Reviewed-by: Suraj Kandpal > --- >

[Intel-gfx] ✓ Fi.CI.BAT: success for DP DSC min/max src bpc fixes (rev6)

2023-11-27 Thread Patchwork
== Series Details == Series: DP DSC min/max src bpc fixes (rev6) URL : https://patchwork.freedesktop.org/series/125571/ State : success == Summary == CI Bug Log - changes from CI_DRM_13924 -> Patchwork_125571v6 Summary ---

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for DP DSC min/max src bpc fixes (rev6)

2023-11-27 Thread Patchwork
== Series Details == Series: DP DSC min/max src bpc fixes (rev6) URL : https://patchwork.freedesktop.org/series/125571/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2