[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/1] drm/i915/hdcp: Simplify code in intel_hdcp_auth_downstream()

2021-06-01 Thread Patchwork
== Series Details == Series: series starting with [1/1] drm/i915/hdcp: Simplify code in intel_hdcp_auth_downstream() URL : https://patchwork.freedesktop.org/series/90834/ State : success == Summary == CI Bug Log - changes from CI_DRM_10156_full -> Patchwork_20257_full

Re: [Intel-gfx] [PATCH 1/7] drm/i915/gt: replace IS_GEN and friends with IS_GRAPHICS_VER

2021-06-01 Thread Lucas De Marchi
On Tue, Jun 01, 2021 at 01:39:25PM -0700, Matt Roper wrote: On Tue, Jun 01, 2021 at 12:13:17PM -0700, Lucas De Marchi wrote: On Tue, Jun 01, 2021 at 10:30:55AM -0700, Matt Roper wrote: > On Tue, Jun 01, 2021 at 10:15:14AM -0700, Lucas De Marchi wrote: > > On Tue, Jun 01, 2021 at 09:58:34AM -0700

Re: [Intel-gfx] [PULL] drm-intel-gt-next

2021-06-01 Thread Dave Airlie
On Wed, 2 Jun 2021 at 14:17, Dave Airlie wrote: > > On Wed, 2 Jun 2021 at 10:28, Dave Airlie wrote: > > > > This has these two patches applied, and it doesn't build. > > > > drm/i915: drop the __i915_active_call pointer packing > > drm/i915: Fix crash in auto_retire > > > > The latter patch s

Re: [Intel-gfx] [PULL] drm-intel-gt-next

2021-06-01 Thread Dave Airlie
On Wed, 2 Jun 2021 at 10:28, Dave Airlie wrote: > > This has these two patches applied, and it doesn't build. > > drm/i915: drop the __i915_active_call pointer packing > drm/i915: Fix crash in auto_retire > > The latter patch shouldn't be necessary after the former, please fix > that up and re

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/gem: Remove the repeated declaration

2021-06-01 Thread Patchwork
== Series Details == Series: drm/i915/gem: Remove the repeated declaration URL : https://patchwork.freedesktop.org/series/90832/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10156_full -> Patchwork_20254_full Summary -

[Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/1] drm/i915/selftests: Fix error return code in live_parallel_switch()

2021-06-01 Thread Patchwork
== Series Details == Series: series starting with [1/1] drm/i915/selftests: Fix error return code in live_parallel_switch() URL : https://patchwork.freedesktop.org/series/90831/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10156_full -> Patchwork_20253_full =

Re: [Intel-gfx] [PATCH 5/9] drm: Add Client Cap for advance gamma mode

2021-06-01 Thread kernel test robot
Hi Uma, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on drm-intel/for-linux-next] [also build test WARNING on drm-tip/drm-tip drm-exynos/exynos-drm-next tegra-drm/drm/tegra/for-next linus/master v5.13-rc4 next-20210601] [cannot apply to drm/drm-next] [If your

Re: [Intel-gfx] [RFC PATCH 60/97] drm/i915: Track 'serial' counts for virtual engines

2021-06-01 Thread John Harrison
On 6/1/2021 02:31, Tvrtko Ursulin wrote: On 27/05/2021 18:01, John Harrison wrote: On 5/27/2021 01:53, Tvrtko Ursulin wrote: On 26/05/2021 19:45, John Harrison wrote: On 5/26/2021 01:40, Tvrtko Ursulin wrote: On 25/05/2021 18:52, Matthew Brost wrote: On Tue, May 25, 2021 at 11:16:12AM +0100,

Re: [Intel-gfx] [PATCH v4 1/1] drm/i915/dg1: Add HWMON power sensor support

2021-06-01 Thread Dale B Stimson
On 2021-06-01 14:39:11, Sundaresan, Sujaritha wrote: > Date: Tue, 1 Jun 2021 14:39:11 -0700 > From: "Sundaresan, Sujaritha" > To: Dale B Stimson , > intel-gfx@lists.freedesktop.org, dri-de...@lists.freedesktop.org > CC: Jon Ewins , Jani Nikula > > Subject: Re: [PATCH v4 1/1] drm/i915/dg1: Add H

Re: [Intel-gfx] [PULL] drm-intel-gt-next

2021-06-01 Thread Dave Airlie
This has these two patches applied, and it doesn't build. drm/i915: drop the __i915_active_call pointer packing drm/i915: Fix crash in auto_retire The latter patch shouldn't be necessary after the former, please fix that up and resend and please build test trees before I get them in future.

Re: [Intel-gfx] [PATCH v2 1/2] drm/i915/display: Introduce new intel_psr_pause/resume function

2021-06-01 Thread Souza, Jose
A call to intel_psr_flush() will active PSR between intel_psr_pause() and a _resume() call. On Tue, 2021-06-01 at 15:47 +0300, Gwan-gyeong Mun wrote: > This introduces the following function that can exit and activate a psr > source when intel_psr is already enabled. > > - intel_psr_pause(): Pau

[Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [v2,1/2] drm/i915/display: Introduce new intel_psr_pause/resume function

2021-06-01 Thread Patchwork
== Series Details == Series: series starting with [v2,1/2] drm/i915/display: Introduce new intel_psr_pause/resume function URL : https://patchwork.freedesktop.org/series/90830/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10156_full -> Patchwork_20252_full ==

Re: [Intel-gfx] [PATCH v2 1/2] drm/i915/opregion: add support for mailbox #5 EDID

2021-06-01 Thread Anisse Astier
Le Tue, Jun 01, 2021 at 06:50:24PM +0300, Ville Syrj?l? a ?crit : > On Mon, May 31, 2021 at 10:46:41PM +0200, Anisse Astier wrote: > > The ACPI OpRegion Mailbox #5 ASLE extension may contain an EDID to be > > used for the embedded display. Add support for using it via by adding > > the EDID to the

Re: [Intel-gfx] [PATCH v2 4/4] drm/i915/display: Drop FIXME about turn off infoframes

2021-06-01 Thread Sripada, Radhakrishna
> -Original Message- > From: Intel-gfx On Behalf Of José > Roberto de Souza > Sent: Friday, May 14, 2021 4:23 PM > To: intel-gfx@lists.freedesktop.org > Subject: [Intel-gfx] [PATCH v2 4/4] drm/i915/display: Drop FIXME about turn > off infoframes > > intel_dp_set_infoframes() call in int

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/adl_p: CDCLK crawl support for ADL

2021-06-01 Thread Patchwork
== Series Details == Series: drm/i915/adl_p: CDCLK crawl support for ADL URL : https://patchwork.freedesktop.org/series/90842/ State : success == Summary == CI Bug Log - changes from CI_DRM_10156 -> Patchwork_20260 Summary --- **SUCC

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/vgem: Fix the pitch to be 64 byte aligned for Intel platforms

2021-06-01 Thread Patchwork
== Series Details == Series: drm/vgem: Fix the pitch to be 64 byte aligned for Intel platforms URL : https://patchwork.freedesktop.org/series/90841/ State : success == Summary == CI Bug Log - changes from CI_DRM_10156 -> Patchwork_20259 Sum

Re: [Intel-gfx] [PATCH v4 1/1] drm/i915/dg1: Add HWMON power sensor support

2021-06-01 Thread Sundaresan, Sujaritha
On 5/27/2021 5:44 PM, Dale B Stimson wrote: As part of the System Managemenent Interface (SMI), use the HWMON subsystem to display power utilization. The following standard HWMON power sensors are currently supported (and appropriately scaled): /sys/class/drm/card0/device/hwmon/hwmon

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/vgem: Fix the pitch to be 64 byte aligned for Intel platforms

2021-06-01 Thread Patchwork
== Series Details == Series: drm/vgem: Fix the pitch to be 64 byte aligned for Intel platforms URL : https://patchwork.freedesktop.org/series/90841/ State : warning == Summary == $ dim checkpatch origin/drm-tip 790054616b42 drm/vgem: Fix the pitch to be 64 byte aligned for Intel platforms -:15

Re: [Intel-gfx] [PATCH 2/7] dma-buf: Rename dma_resv helpers from _rcu to _unlocked (v2)

2021-06-01 Thread Christian König
Ack on all naming. -Daniel BTW As long as Jason nor you object I will prepare patches for the rename of the functions. Regards, Christian. ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/i

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Add relocation exceptions for two other platforms (rev4)

2021-06-01 Thread Patchwork
== Series Details == Series: drm/i915: Add relocation exceptions for two other platforms (rev4) URL : https://patchwork.freedesktop.org/series/89594/ State : success == Summary == CI Bug Log - changes from CI_DRM_10156 -> Patchwork_20258 Su

Re: [Intel-gfx] [PATCH 2/7] dma-buf: Rename dma_resv helpers from _rcu to _unlocked (v2)

2021-06-01 Thread Christian König
Am 01.06.21 um 16:34 schrieb Daniel Vetter: On Thu, May 27, 2021 at 03:41:02PM +0200, Christian König wrote: Am 27.05.21 um 15:25 schrieb Daniel Vetter: On Thu, May 27, 2021 at 1:59 PM Christian König wrote: Am 27.05.21 um 12:39 schrieb Daniel Vetter: On Wed, May 26, 2021 at 12:57:40PM +0200

Re: [Intel-gfx] [PATCH v4 04/17] drm/i915/gt: Export the pinned context constructor and destructor

2021-06-01 Thread Daniele Ceraolo Spurio
On 6/1/2021 1:20 PM, Rodrigo Vivi wrote: On Mon, May 24, 2021 at 10:47:50PM -0700, Daniele Ceraolo Spurio wrote: From: Chris Wilson Allow internal clients to create a pinned context. v2 (Daniele): export destructor as well, allow optional usage of custom vm for maximum flexibility. Signed

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/1] drm/i915/hdcp: Simplify code in intel_hdcp_auth_downstream()

2021-06-01 Thread Patchwork
== Series Details == Series: series starting with [1/1] drm/i915/hdcp: Simplify code in intel_hdcp_auth_downstream() URL : https://patchwork.freedesktop.org/series/90834/ State : success == Summary == CI Bug Log - changes from CI_DRM_10156 -> Patchwork_20257 ==

Re: [Intel-gfx] [PATCH v4 08/17] drm/i915/pxp: Create the arbitrary session after boot

2021-06-01 Thread Rodrigo Vivi
On Mon, May 24, 2021 at 10:47:54PM -0700, Daniele Ceraolo Spurio wrote: > From: "Huang, Sean Z" > > Create the arbitrary session, with the fixed session id 0xf, after > system boot, We will have to change this and only create on-demand. Then delete when no one is using... but this will be a foll

Re: [Intel-gfx] [PATCH v4 06/17] drm/i915/pxp: Implement funcs to create the TEE channel

2021-06-01 Thread Rodrigo Vivi
On Mon, May 24, 2021 at 10:47:52PM -0700, Daniele Ceraolo Spurio wrote: > From: "Huang, Sean Z" > > Implement the funcs to create the TEE channel, so kernel can > send the TEE commands directly to TEE for creating the arbitrary > (default) session. > > v2: fix locking, don't pollute dev_priv (Ch

Re: [Intel-gfx] [PATCH v4 05/17] drm/i915/pxp: allocate a vcs context for pxp usage

2021-06-01 Thread Rodrigo Vivi
On Mon, May 24, 2021 at 10:47:51PM -0700, Daniele Ceraolo Spurio wrote: > The context is required to send the session termination commands to the > VCS, which will be implemented in a follow-up patch. We can also use the > presence of the context as a check of pxp initialization completion. > > v2

Re: [Intel-gfx] [PATCH] drm/i915/adl_p: CDCLK crawl support for ADL

2021-06-01 Thread Matt Roper
On Tue, Jun 01, 2021 at 05:52:48PM +0300, Stanislav Lisovskiy wrote: > From: Gwan-gyeong Mun Aren't you (Stan) the original author of this patch? It looks like the authorship got changed accidentally in one of the preparation rebases. A couple other quick drive-by comments below. > > CDCLK cr

Re: [Intel-gfx] [PATCH v4 04/17] drm/i915/gt: Export the pinned context constructor and destructor

2021-06-01 Thread Rodrigo Vivi
On Mon, May 24, 2021 at 10:47:50PM -0700, Daniele Ceraolo Spurio wrote: > From: Chris Wilson > > Allow internal clients to create a pinned context. > > v2 (Daniele): export destructor as well, allow optional usage of custom > vm for maximum flexibility. > > Signed-off-by: Chris Wilson > Signed

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gem: Remove the repeated declaration

2021-06-01 Thread Patchwork
== Series Details == Series: drm/i915/gem: Remove the repeated declaration URL : https://patchwork.freedesktop.org/series/90832/ State : success == Summary == CI Bug Log - changes from CI_DRM_10156 -> Patchwork_20254 Summary --- **SU

[Intel-gfx] ✗ Fi.CI.BUILD: failure for Restricted DMA (rev5)

2021-06-01 Thread Patchwork
== Series Details == Series: Restricted DMA (rev5) URL : https://patchwork.freedesktop.org/series/89341/ State : failure == Summary == Applying: swiotlb: Refactor swiotlb init functions Applying: swiotlb: Refactor swiotlb_create_debugfs Applying: swiotlb: Add DMA_RESTRICTED_POOL Applying: swio

Re: [Intel-gfx] regression on fedora 5.12 on Lenovo T400

2021-06-01 Thread Rodrigo Vivi
On Tue, May 25, 2021 at 04:28:20PM +1000, Dave Airlie wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1964252 > > dmesg below. > Feel free to point me at any fixes already in flight. Hi Dave, sorry for the delay here, but I'd like to just confirm if we are on the same page that this got fix

Re: [Intel-gfx] [PATCH v6 1/9] drm/i915/dpcd_bl: Remove redundant AUX backlight frequency calculations

2021-06-01 Thread Jani Nikula
On Fri, 21 May 2021, Rodrigo Vivi wrote: > On Fri, May 14, 2021 at 02:14:55PM -0400, Lyude Paul wrote: >> Noticed this while moving all of the VESA backlight code in i915 over to >> DRM helpers: it would appear that we calculate the frequency value we want >> to write to DP_EDP_BACKLIGHT_FREQ_SET

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/1] drm/i915/selftests: Fix error return code in live_parallel_switch()

2021-06-01 Thread Patchwork
== Series Details == Series: series starting with [1/1] drm/i915/selftests: Fix error return code in live_parallel_switch() URL : https://patchwork.freedesktop.org/series/90831/ State : success == Summary == CI Bug Log - changes from CI_DRM_10156 -> Patchwork_20253 ===

[Intel-gfx] ✓ Fi.CI.IGT: success for lpsp with hdmi/dp outputs

2021-06-01 Thread Patchwork
== Series Details == Series: lpsp with hdmi/dp outputs URL : https://patchwork.freedesktop.org/series/90827/ State : success == Summary == CI Bug Log - changes from CI_DRM_10154_full -> Patchwork_20250_full Summary --- **SUCCESS**

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [v2,1/2] drm/i915/display: Introduce new intel_psr_pause/resume function

2021-06-01 Thread Patchwork
== Series Details == Series: series starting with [v2,1/2] drm/i915/display: Introduce new intel_psr_pause/resume function URL : https://patchwork.freedesktop.org/series/90830/ State : success == Summary == CI Bug Log - changes from CI_DRM_10156 -> Patchwork_20252

Re: [Intel-gfx] [PATCH 1/7] drm/i915/gt: replace IS_GEN and friends with IS_GRAPHICS_VER

2021-06-01 Thread Lucas De Marchi
On Tue, Jun 01, 2021 at 09:58:34AM -0700, Matt Roper wrote: On Thu, May 27, 2021 at 11:16:54AM -0700, Lucas De Marchi wrote: This was done by the following semantic patch: Is the commit message here out-of-date? The cocci doesn't appear to match the diff anymore. IS_GRAPHICS_VER() is the ran

[Intel-gfx] ✓ Fi.CI.IGT: success for Enhance pipe color support for multi segmented luts

2021-06-01 Thread Patchwork
== Series Details == Series: Enhance pipe color support for multi segmented luts URL : https://patchwork.freedesktop.org/series/90821/ State : success == Summary == CI Bug Log - changes from CI_DRM_10154_full -> Patchwork_20248_full Summary

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v2,1/2] drm/i915/display: Introduce new intel_psr_pause/resume function

2021-06-01 Thread Patchwork
== Series Details == Series: series starting with [v2,1/2] drm/i915/display: Introduce new intel_psr_pause/resume function URL : https://patchwork.freedesktop.org/series/90830/ State : warning == Summary == $ dim sparse --fast origin/drm-tip Sparse version: v0.6.2 Fast mode used, each commit

Re: [Intel-gfx] [PATCH 1/7] drm/i915/gt: replace IS_GEN and friends with IS_GRAPHICS_VER

2021-06-01 Thread Matt Roper
On Thu, May 27, 2021 at 11:16:54AM -0700, Lucas De Marchi wrote: > This was done by the following semantic patch: Is the commit message here out-of-date? The cocci doesn't appear to match the diff anymore. IS_GRAPHICS_VER() is the range macro now and IS_GEN is being replaced with a direct "==" c

Re: [Intel-gfx] [PATCH v7 01/15] swiotlb: Refactor swiotlb init functions

2021-06-01 Thread Tom Lendacky
On 5/27/21 8:02 AM, Christoph Hellwig wrote: > On Wed, May 19, 2021 at 11:50:07AM -0700, Florian Fainelli wrote: >> You convert this call site with swiotlb_init_io_tlb_mem() which did not >> do the set_memory_decrypted()+memset(). Is this okay or should >> swiotlb_init_io_tlb_mem() add an additiona

Re: [Intel-gfx] [PATCH v7 01/15] swiotlb: Refactor swiotlb init functions

2021-06-01 Thread Tom Lendacky
On 5/27/21 9:41 AM, Tom Lendacky wrote: > On 5/27/21 8:02 AM, Christoph Hellwig wrote: >> On Wed, May 19, 2021 at 11:50:07AM -0700, Florian Fainelli wrote: >>> You convert this call site with swiotlb_init_io_tlb_mem() which did not >>> do the set_memory_decrypted()+memset(). Is this okay or should

Re: [Intel-gfx] [PATCH v2 2/9] drm: Add privacy-screen class (v2)

2021-06-01 Thread Marco Trevisan
Hi Emil, On giu 1 2021, at 5:31 pm, Emil Velikov wrote: > Hi Hans, > > What happened with this series, did it fall through the cracks? It's mostly waiting me to finish to propose the changes to GNOME, unfortunately I've been busy in the past weeks with downstream work, so I couldn't finish it,

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/display: Introduce new intel_psr_pause/resume function

2021-06-01 Thread Patchwork
== Series Details == Series: drm/i915/display: Introduce new intel_psr_pause/resume function URL : https://patchwork.freedesktop.org/series/90819/ State : success == Summary == CI Bug Log - changes from CI_DRM_10154_full -> Patchwork_20247_full =

Re: [Intel-gfx] [PATCH v2 1/2] drm/i915/opregion: add support for mailbox #5 EDID

2021-06-01 Thread Ville Syrjälä
On Mon, May 31, 2021 at 10:46:41PM +0200, Anisse Astier wrote: > The ACPI OpRegion Mailbox #5 ASLE extension may contain an EDID to be > used for the embedded display. Add support for using it via by adding > the EDID to the list of available modes on the connector, and use it for > eDP when availa

Re: [Intel-gfx] [PATCH v2 2/9] drm: Add privacy-screen class (v2)

2021-06-01 Thread Emil Velikov
Hi Hans, What happened with this series, did it fall through the cracks? On Wed, 21 Apr 2021 at 21:48, Hans de Goede wrote: > --- /dev/null > +++ b/drivers/gpu/drm/drm_privacy_screen.c > +#include "drm_internal.h" I think we don't need this include, do we? > --- /dev/null > +++ b/include/dr

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3. (rev2)

2021-06-01 Thread Patchwork
== Series Details == Series: drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3. (rev2) URL : https://patchwork.freedesktop.org/series/90818/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10154 -> Patchwork_20251 ==

[Intel-gfx] [PULL] drm-misc-next

2021-06-01 Thread Thomas Zimmermann
Hi Dave and Daniel, here's this week's PR for drm-misc-next. It also contains last week's tag because last week's email somehow went wrong. Each tag has it's individual description, but the overview below contains the sum of both. Some highlights from both weeks are * amdgpu hot-unplug support,

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3. (rev2)

2021-06-01 Thread Patchwork
== Series Details == Series: drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3. (rev2) URL : https://patchwork.freedesktop.org/series/90818/ State : warning == Summary == $ dim checkpatch origin/drm-tip 99698554997c drm/i915: Only set bind_async_flags when concur

[Intel-gfx] [PATCH] drm/i915/adl_p: CDCLK crawl support for ADL

2021-06-01 Thread Stanislav Lisovskiy
From: Gwan-gyeong Mun CDCLK crawl feature allows to change CDCLK frequency without disabling the actual PLL and doesn't require a full modeset. Cc: Mika Kahola Signed-off-by: Stanislav Lisovskiy Signed-off-by: Jani Nikula Signed-off-by: Gwan-gyeong Mun Cc: Stanislav Lisovskiy --- drivers/g

[Intel-gfx] [PATCH] [RFC] drm/vgem: Fix the pitch to be 64 byte aligned for Intel platforms

2021-06-01 Thread Vidya Srinivas
User space like igt/kms_prime use vgem_gem_dumb_create before reaching i915_gem_dumb_create (which has 64 byte alignment done). For panel resolutions like 1366x768, the pitch calculated by vgem is not 64 byte aligned. This results in frame buffer not being created by intel_framebuffer_init. Test:

Re: [Intel-gfx] [PATCH 2/7] dma-buf: Rename dma_resv helpers from _rcu to _unlocked (v2)

2021-06-01 Thread Daniel Vetter
On Thu, May 27, 2021 at 03:41:02PM +0200, Christian König wrote: > Am 27.05.21 um 15:25 schrieb Daniel Vetter: > > On Thu, May 27, 2021 at 1:59 PM Christian König > > wrote: > > > Am 27.05.21 um 12:39 schrieb Daniel Vetter: > > > > On Wed, May 26, 2021 at 12:57:40PM +0200, Christian König wrote: >

Re: [Intel-gfx] [PATCH] drm/i915: Fix wrong name announced on FB driver switching

2021-06-01 Thread Jani Nikula
On Wed, 26 May 2021, Janusz Krzysztofik wrote: > Hi, > > On poniedziałek, 3 maja 2021 19:38:17 CEST Jani Nikula wrote: >> On Thu, 29 Apr 2021, Janusz Krzysztofik > wrote: >> > Commit 7a0f9ef9703d ("drm/i915: Use drm_fb_helper_fill_info") >> > effectively changed our FB driver name from "inteldr

Re: [Intel-gfx] [PATCH 1/1] Let userspace know if they can trust timeslicing by including it as part of the I915_PARAM_HAS_SCHEDULER::I915_SCHEDULER_CAP_TIMESLICING

2021-06-01 Thread Daniel Vetter
On Tue, Jun 01, 2021 at 11:09:47AM +0100, Tvrtko Ursulin wrote: > > On 27/05/2021 11:27, Daniel Vetter wrote: > > On Thu, May 27, 2021 at 11:22:16AM +0100, Tvrtko Ursulin wrote: > > > > > > On 27/05/2021 11:13, Daniel Vetter wrote: > > > > On Wed, May 26, 2021 at 11:20:13AM +0100, Tvrtko Ursulin

[Intel-gfx] [PATCH] drm/i915: Add relocation exceptions for two other platforms

2021-06-01 Thread Zbigniew Kempczyński
We have established previously we stop using relocations starting from gen12 platforms with Tigerlake as an exception. We keep this statement but we want to enable relocations conditionally for Rocketlake and Alderlake under require_force_probe flag set. Keeping relocations under require_force_pro

[Intel-gfx] ✓ Fi.CI.BAT: success for lpsp with hdmi/dp outputs

2021-06-01 Thread Patchwork
== Series Details == Series: lpsp with hdmi/dp outputs URL : https://patchwork.freedesktop.org/series/90827/ State : success == Summary == CI Bug Log - changes from CI_DRM_10154 -> Patchwork_20250 Summary --- **SUCCESS** No regres

[Intel-gfx] [PATCH i-g-t] [RFC] tests/kms_plane_alpha_blend: Don't set primary fb color in coverage-vs-premult-vs-constant

2021-06-01 Thread Vidya Srinivas
Patch removes setting primary fb color in coverage-vs-premult-vs-constant as this is causing CRC mismatch on few Gen11 systems. Similar change has already been done in tests constant_alpha_min and basic_alpha where the test runs on all planes but dont set the primary fb color. Signed-off-by: Vidya

Re: [Intel-gfx] [igt-dev] [PATCH i-g-t] [RFC] tests/kms_plane_alpha_blend: Fix coverage-vs-premult-vs-constant tests

2021-06-01 Thread Srinivas, Vidya
Thank you so much Petri. Apologies for the incorrect commit message. I will submit the patch with the clear commit message. Regards Vidya -Original Message- From: Latvala, Petri Sent: Tuesday, June 1, 2021 7:11 PM To: Srinivas, Vidya Cc: intel-gfx@lists.freedesktop.org; igt-...@lists.f

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest()

2021-06-01 Thread Patchwork
== Series Details == Series: drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest() URL : https://patchwork.freedesktop.org/series/90817/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10154_full -> Patchwork_20245_full =

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for lpsp with hdmi/dp outputs

2021-06-01 Thread Patchwork
== Series Details == Series: lpsp with hdmi/dp outputs URL : https://patchwork.freedesktop.org/series/90827/ State : warning == Summary == $ dim sparse --fast origin/drm-tip Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately. +drivers/gpu/drm/i915/gt/intel_engine_st

[Intel-gfx] ✗ Fi.CI.BAT: failure for Add Support for Plane Color Lut and CSC features

2021-06-01 Thread Patchwork
== Series Details == Series: Add Support for Plane Color Lut and CSC features URL : https://patchwork.freedesktop.org/series/90825/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10154 -> Patchwork_20249 Summary --- *

Re: [Intel-gfx] [igt-dev] [PATCH i-g-t] [RFC] tests/kms_plane_alpha_blend: Fix coverage-vs-premult-vs-constant tests

2021-06-01 Thread Petri Latvala
On Tue, Jun 01, 2021 at 05:15:39PM +0530, Vidya Srinivas wrote: > tests/kms_plane_alpha_blend: Fix coverage-vs-premult-vs-constant tests > > Few Gen11 systems show CRC mismatch. Make coverage-vs-premult-vs-constant > code similar to constant_alpha_min or basic_alpha > > Signed-off-by: Vidya Sriniv

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for Add Support for Plane Color Lut and CSC features

2021-06-01 Thread Patchwork
== Series Details == Series: Add Support for Plane Color Lut and CSC features URL : https://patchwork.freedesktop.org/series/90825/ State : warning == Summary == $ dim sparse --fast origin/drm-tip Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately. - +./drivers/gpu/

Re: [Intel-gfx] [PATCH v2 2/2] drm/i915: Disable PSR around cdclk changes

2021-06-01 Thread Kahola, Mika
> -Original Message- > From: Mun, Gwan-gyeong > Sent: Tuesday, June 1, 2021 3:48 PM > To: intel-gfx@lists.freedesktop.org > Cc: Souza, Jose ; Lisovskiy, Stanislav > ; ville.syrj...@linux.intel.com; Roper, > Matthew D ; Kahola, Mika > > Subject: [PATCH v2 2/2] drm/i915: Disable PSR around

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add Support for Plane Color Lut and CSC features

2021-06-01 Thread Patchwork
== Series Details == Series: Add Support for Plane Color Lut and CSC features URL : https://patchwork.freedesktop.org/series/90825/ State : warning == Summary == $ dim checkpatch origin/drm-tip 68c5484bfdad drm: Add Enhanced Gamma and color lut range attributes a1e53948f9d0 drm: Add Plane Dega

[Intel-gfx] ✓ Fi.CI.BAT: success for Enhance pipe color support for multi segmented luts

2021-06-01 Thread Patchwork
== Series Details == Series: Enhance pipe color support for multi segmented luts URL : https://patchwork.freedesktop.org/series/90821/ State : success == Summary == CI Bug Log - changes from CI_DRM_10154 -> Patchwork_20248 Summary ---

[Intel-gfx] [PATCH 1/1] drm/i915/hdcp: Simplify code in intel_hdcp_auth_downstream()

2021-06-01 Thread Zhen Lei
If intel_hdcp_validate_v_prime() has been successful within the allowed number of tries, we can directly call drm_dbg_kms() and "goto out" without jumping out of the loop and repeatedly judging whether the operation is successful. This can help us reduce an unnecessary if judgment. And it's a littl

[Intel-gfx] [PATCH] INTEL_DII: drm/i915/adl_p: Same slices mask is not same Dbuf state

2021-06-01 Thread Stanislav Lisovskiy
We currently treat same slice mask as a same DBuf state and skip updating the Dbuf slices, if we detect that. This is wrong as if we have a multi to single pipe change or vice versa, that would be treated as a same Dbuf state and thus no changes required, so we don't get Mbus updated, causing issue

Re: [Intel-gfx] [PATCH v7 14/15] dt-bindings: of: Add restricted DMA pool

2021-06-01 Thread Will Deacon
On Wed, May 26, 2021 at 01:13:22PM +0100, Will Deacon wrote: > On Tue, May 18, 2021 at 02:42:14PM +0800, Claire Chang wrote: > > @@ -138,4 +160,9 @@ one for multimedia processing (named > > multimedia-memory@7700, 64MiB). > > memory-region = <&multimedia_reserved>; > >

[Intel-gfx] [PATCH] drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest()

2021-06-01 Thread Zhihao Cheng
In case of error, the function live_context() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Fixes: 52c0fdb25c7c9 ("drm/i915: Replace global breadcrumbs ...") Reported-by: Hulk Robot Signed-off-by: Zhihao Cheng --- drivers/gpu

Re: [Intel-gfx] [PATCH v7 14/15] dt-bindings: of: Add restricted DMA pool

2021-06-01 Thread Will Deacon
On Thu, May 27, 2021 at 08:48:59PM +0800, Claire Chang wrote: > On Thu, May 27, 2021 at 7:35 PM Will Deacon wrote: > > > > On Thu, May 27, 2021 at 07:29:20PM +0800, Claire Chang wrote: > > > On Wed, May 26, 2021 at 11:53 PM Will Deacon wrote: > > > > > > > > On Wed, May 26, 2021 at 01:13:22PM +01

[Intel-gfx] [PATCH] drm/i915/gem: Remove the repeated declaration

2021-06-01 Thread Shaokun Zhang
Function 'i915_gem_object_truncate' is declared twice, so remove the repeated declaration. Cc: Jani Nikula Cc: Joonas Lahtinen Cc: Rodrigo Vivi Signed-off-by: Shaokun Zhang --- drivers/gpu/drm/i915/gem/i915_gem_object.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/g

Re: [Intel-gfx] [PATCH 1/1] drm/i915/hdcp: Simplify code in intel_hdcp_auth_downstream()

2021-06-01 Thread Leizhen (ThunderTown)
On 2021/5/27 18:04, Jani Nikula wrote: > On Thu, 27 May 2021, Zhen Lei wrote: >> If intel_hdcp_validate_v_prime() has been successful within the allowed >> number of tries, we can directly call drm_dbg_kms() and "goto out" without >> jumping out of the loop and repeatedly judging whether the op

Re: [Intel-gfx] Bug: 5.12.5 - list_add double add at __i915_gem_object_make_shrinkable+0xa6/0xe0

2021-06-01 Thread Philippe Troin
On Mon, 2021-05-24 at 14:38 +0100, Matthew Auld wrote: > On Mon, 24 May 2021 at 13:05, Hillf Danton wrote: > > > > On Sun, 23 May 2021 12:47:34 -0700 Philippe Troin wrote: > > > Found the following bug on a FUJITSU LIFEBOOK S6520. > > > > > > The kernel crash happens when selecting a user from t

[Intel-gfx] [PATCH 1/1] drm/i915/selftests: Fix error return code in live_parallel_switch()

2021-06-01 Thread Zhen Lei
The error code returned from intel_context_create() should be propagated instead of 0, as done elsewhere in this function. Fixes: 50d16d44cce4 ("drm/i915/selftests: Exercise context switching in parallel") Reported-by: Hulk Robot Signed-off-by: Zhen Lei --- drivers/gpu/drm/i915/gem/selftests/i

Re: [Intel-gfx] [PATCH v7 14/15] dt-bindings: of: Add restricted DMA pool

2021-06-01 Thread Will Deacon
On Thu, May 27, 2021 at 07:29:20PM +0800, Claire Chang wrote: > On Wed, May 26, 2021 at 11:53 PM Will Deacon wrote: > > > > On Wed, May 26, 2021 at 01:13:22PM +0100, Will Deacon wrote: > > > On Tue, May 18, 2021 at 02:42:14PM +0800, Claire Chang wrote: > > > > @@ -138,4 +160,9 @@ one for multimedi

Re: [Intel-gfx] [PATCH v2] drm/i915/display: Introduce new intel_psr_pause/resume function

2021-06-01 Thread Mun, Gwan-gyeong
Another patchset has been uploaded. Please ignore this patch. On Tue, 2021-06-01 at 12:53 +0300, Gwan-gyeong Mun wrote: > This introduces the following function that can exit and activate a > psr > source when intel_psr is already enabled. > > - intel_psr_pause(): Pause current PSR. It deactivate

[Intel-gfx] [PATCH v2 2/2] drm/i915: Disable PSR around cdclk changes

2021-06-01 Thread Gwan-gyeong Mun
From: Ville Syrjälä AUX logic is often clocked from cdclk. Disable PSR to make sure there are no hw initiated AUX transactions in flight while we change the cdclk frequency. Cc: Mika Kahola Signed-off-by: Ville Syrjälä Signed-off-by: Gwan-gyeong Mun --- drivers/gpu/drm/i915/display/intel_cdc

[Intel-gfx] [PATCH v2 1/2] drm/i915/display: Introduce new intel_psr_pause/resume function

2021-06-01 Thread Gwan-gyeong Mun
This introduces the following function that can exit and activate a psr source when intel_psr is already enabled. - intel_psr_pause(): Pause current PSR. It deactivates current psr state. - intel_psr_resume(): Resume paused PSR. It activates paused psr state. v2: Address Jose's review comment.

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for Enhance pipe color support for multi segmented luts

2021-06-01 Thread Patchwork
== Series Details == Series: Enhance pipe color support for multi segmented luts URL : https://patchwork.freedesktop.org/series/90821/ State : warning == Summary == $ dim sparse --fast origin/drm-tip Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately. +./drivers/gpu

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/display: Introduce new intel_psr_pause/resume function

2021-06-01 Thread Patchwork
== Series Details == Series: drm/i915/display: Introduce new intel_psr_pause/resume function URL : https://patchwork.freedesktop.org/series/90819/ State : success == Summary == CI Bug Log - changes from CI_DRM_10154 -> Patchwork_20247 Summa

Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Add relocation exceptions for two other platforms (rev3)

2021-06-01 Thread Zbigniew Kempczyński
On Tue, Jun 01, 2021 at 11:36:54AM +, Patchwork wrote: >Patch Details > >Series: drm/i915: Add relocation exceptions for two other platforms > (rev3) >URL: https://patchwork.freedesktop.org/series/89594/ > >State: failure

Re: [Intel-gfx] [PATCH v9 07/15] drm: Add a prefetching memcpy_from_wc

2021-06-01 Thread Jani Nikula
On Tue, 01 Jun 2021, Thomas Hellström wrote: > Reading out of write-combining mapped memory is typically very slow > since the CPU doesn't prefetch. However some archs have special > instructions to do this. > > So add a best-effort memcpy_from_wc taking dma-buf-map pointer > arguments that attemp

Re: [Intel-gfx] [PATCH] drm/i915: Add relocation exceptions for two other platforms

2021-06-01 Thread Jani Nikula
On Tue, 01 Jun 2021, Zbigniew Kempczyński wrote: > We have established previously we stop using relocations starting > from gen12 platforms with Tigerlake as an exception. We keep this > statement but we want to enable relocations conditionally for > Rocketlake and Alderlake under require_force_p

Re: [Intel-gfx] [PATCH] drm/i915: Use DRIVER_NAME for tracing unattached requests

2021-06-01 Thread Daniel Vetter
On Tue, Jun 1, 2021 at 1:13 PM Matthew Auld wrote: > On 31/05/2021 08:53, Daniel Vetter wrote: > > On Thu, May 20, 2021 at 4:28 PM Daniel Vetter wrote: > >> > >> On Thu, May 20, 2021 at 08:35:14AM +0100, Matthew Auld wrote: > >>> From: Chris Wilson > >>> > >>> The first tracepoint for a request

Re: [Intel-gfx] [PATCH 1/2] drm/i915/xelpd: Enabling dithering after the CC1

2021-06-01 Thread Varide, Nischal
-Original Message- From: Modem, Bhanuprakash Sent: Wednesday, May 26, 2021 9:29 PM To: Jani Nikula ; intel-gfx@lists.freedesktop.org; Varide, Nischal ; Shankar, Uma ; Gupta, Anshuman Subject: RE: [Intel-gfx] [PATCH 1/2] drm/i915/xelpd: Enabling dithering after the CC1 > From: Jani

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3.

2021-06-01 Thread Patchwork
== Series Details == Series: drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3. URL : https://patchwork.freedesktop.org/series/90818/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10154 -> Patchwork_20246 =

[Intel-gfx] [PATCH i-g-t] [RFC] tests/kms_plane_alpha_blend: Fix coverage-vs-premult-vs-constant tests

2021-06-01 Thread Vidya Srinivas
Few Gen11 systems show CRC mismatch. Make coverage-vs-premult-vs-constant code similar to constant_alpha_min or basic_alpha Signed-off-by: Vidya Srinivas --- tests/kms_plane_alpha_blend.c | 4 1 file changed, 4 deletions(-) diff --git a/tests/kms_plane_alpha_blend.c b/tests/kms_plane_alpha

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Add relocation exceptions for two other platforms (rev3)

2021-06-01 Thread Patchwork
== Series Details == Series: drm/i915: Add relocation exceptions for two other platforms (rev3) URL : https://patchwork.freedesktop.org/series/89594/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10153_full -> Patchwork_20244_full ==

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3.

2021-06-01 Thread Patchwork
== Series Details == Series: drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3. URL : https://patchwork.freedesktop.org/series/90818/ State : warning == Summary == $ dim checkpatch origin/drm-tip 48e0a3099384 drm/i915: Only set bind_async_flags when concurrent ac

Re: [Intel-gfx] [PATCH] drm/i915: Use DRIVER_NAME for tracing unattached requests

2021-06-01 Thread Matthew Auld
On 31/05/2021 08:53, Daniel Vetter wrote: On Thu, May 20, 2021 at 4:28 PM Daniel Vetter wrote: On Thu, May 20, 2021 at 08:35:14AM +0100, Matthew Auld wrote: From: Chris Wilson The first tracepoint for a request is trace_dma_fence_init called before we have associated the request with a devi

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest()

2021-06-01 Thread Patchwork
== Series Details == Series: drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest() URL : https://patchwork.freedesktop.org/series/90817/ State : success == Summary == CI Bug Log - changes from CI_DRM_10154 -> Patchwork_20245 ===

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest()

2021-06-01 Thread Patchwork
== Series Details == Series: drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest() URL : https://patchwork.freedesktop.org/series/90817/ State : warning == Summary == $ dim checkpatch origin/drm-tip 9f93f64b2ec8 drm/i915/selftests: Fix return value check in live_breadcru

Re: [Intel-gfx] [PATCH v4 18/23] drm/i915/display: Introduce new intel_psr_pause/resume function

2021-06-01 Thread Mun, Gwan-gyeong
The v2 patch which addressed Jose's comments was floated to https://patchwork.freedesktop.org/series/90819/ On Fri, 2021-05-21 at 14:52 -0700, Souza, Jose wrote: > On Fri, 2021-05-21 at 11:58 +0100, Mun, Gwan-gyeong wrote: > > On Tue, 2021-05-18 at 14:06 +0300, Ville Syrjälä wrote: > > > On Tue, Ma

[Intel-gfx] ✗ Fi.CI.IGT: failure for Move LMEM (VRAM) management over to TTM (rev5)

2021-06-01 Thread Patchwork
== Series Details == Series: Move LMEM (VRAM) management over to TTM (rev5) URL : https://patchwork.freedesktop.org/series/90681/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10153_full -> Patchwork_20243_full Summary

[Intel-gfx] [RFC v3 2/2] drm/i915/display: Use AUDIO_VERBS for crtc power domain mask

2021-06-01 Thread Anshuman Gupta
Use POWER_DOMAIN_AUDIO_VERBS power domain instead of POWER_DOMAIN_AUDIO in crtc power domain mask. It will save the power in use cases when DP/HDMI connectors configured with PIPE_A without any audio playback. Cc: Ville Syrjälä Cc: Kai Vehmanen Cc: Uma Shankar Cc: Imre Deak Signed-off-by: Ans

[Intel-gfx] [RFC v3 1/2] drm/i915/dg1: Adjust the AUDIO power domain

2021-06-01 Thread Anshuman Gupta
DG1 and XE_PLD platforms has Audio MMIO/VERBS lies in PG0 power well. Adjusting the power domain accordingly to POWER_DOMAIN_AUDIO_VERBS for audio detection and POWER_DOMAIN_AUDIO for audio playback. Cc: Ville Syrjälä Cc: Kai Vehmanen Cc: Uma Shankar Cc: Imre Deak Signed-off-by: Anshuman Gupta

[Intel-gfx] [RFC v3 0/2] lpsp with hdmi/dp outputs

2021-06-01 Thread Anshuman Gupta
v2 link: https://patchwork.freedesktop.org/series/77866/ Anshuman Gupta (2): drm/i915/dg1: Adjust the AUDIO power domain drm/i915/display: Use AUDIO_VERBS for crtc power domain mask drivers/gpu/drm/i915/display/intel_ddi.c | 2 +- drivers/gpu/drm/i915/display/intel_display.c | 2 +-

[Intel-gfx] [PATCH 21/21] drm/i915/xelpd: Enable plane gamma

2021-06-01 Thread Uma Shankar
Enable plane gamma feature in check callbacks. Decide based on the user input. Signed-off-by: Uma Shankar --- drivers/gpu/drm/i915/display/skl_universal_plane.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/skl_universal_plane.c b/drivers/gp

[Intel-gfx] [PATCH 20/21] drm/i915/xelpd: Program Plane Gamma Registers

2021-06-01 Thread Uma Shankar
Extract the LUT and program plane gamma registers. Enabled multi segmented lut as well. Signed-off-by: Uma Shankar --- drivers/gpu/drm/i915/display/intel_color.c | 89 ++ drivers/gpu/drm/i915/i915_reg.h| 9 ++- 2 files changed, 94 insertions(+), 4 deletions(-) d

[Intel-gfx] [PATCH 19/21] drm/i915/xelpd: Add register definitions for Plane Gamma

2021-06-01 Thread Uma Shankar
Add macros to define Plane Gamma registers Signed-off-by: Uma Shankar --- drivers/gpu/drm/i915/i915_reg.h | 73 + 1 file changed, 73 insertions(+) diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index a8e35357aea0..2ebc92104f64 1006

  1   2   >