Re: [Intel-gfx] [PATCH 3/8] drm/i915/pcode: Extend pcode functions for multiple gt's

2022-04-19 Thread Dixit, Ashutosh
On Fri, 15 Apr 2022 03:21:26 -0700, Rodrigo Vivi wrote: > On Thu, Apr 14, 2022 at 03:31:07PM -0700, Dixit, Ashutosh wrote: > > On Thu, 14 Apr 2022 06:28:57 -0700, Jani Nikula wrote: > > > > > > On Wed, 13 Apr 2022, Ashutosh Dixit wrote: > > > > Each gt contains an independent instance of pcode.

[Intel-gfx] [PATCH 6/9] drm/i915/gt: Add media RP0/RPn to per-gt sysfs

2022-04-19 Thread Ashutosh Dixit
From: Dale B Stimson Retrieve RP0 and RPn freq for media IP from PCODE and display in per-gt sysfs. This patch adds the following files to gt/gtN sysfs: * media_RP0_freq_mhz * media_RPn_freq_mhz v2: Fixed commit author (Rodrigo) Cc: Rodrigo Vivi Cc: Joonas Lahtinen Signed-off-by: Dale B

[Intel-gfx] [PATCH 5/9] drm/i915/pcode: Add a couple of pcode helpers

2022-04-19 Thread Ashutosh Dixit
From: Dale B Stimson Add a couple of helpers to help formatting pcode commands and improve code readability. v2: Fixed commit author (Rodrigo) Cc: Mike Ruhl Cc: Rodrigo Vivi Signed-off-by: Dale B Stimson Signed-off-by: Ashutosh Dixit Reviewed-by: Rodrigo Vivi ---

[Intel-gfx] [PATCH 2/9] drm/i915/gt: Add media freq factor to per-gt sysfs

2022-04-19 Thread Ashutosh Dixit
Expose new sysfs to program and retrieve media freq factor. Factor values of 0 (dynamic), 0.5 and 1.0 are supported via a u8.8 fixed point representation (corresponding to integer values of 0, 128 and 256 respectively). Media freq factor is converted to media_ratio_mode for GuC. It is programmed

[Intel-gfx] [PATCH 3/9] drm/i915/pcode: Extend pcode functions for multiple gt's

2022-04-19 Thread Ashutosh Dixit
Each gt contains an independent instance of pcode. Extend pcode functions to interface with pcode on different gt's. Previous (GT0) pcode read/write interfaces are preserved. Cc: Rodrigo Vivi Cc: Mike Ruhl Signed-off-by: Ashutosh Dixit --- drivers/gpu/drm/i915/intel_pcode.c | 108

[Intel-gfx] [PATCH 7/9] drm/i915/gt: Fix memory leaks in per-gt sysfs

2022-04-19 Thread Ashutosh Dixit
All kmalloc'd kobjects need a kobject_put() to free memory. For example in previous code, kobj_gt_release() never gets called. The requirement of kobject_put() now results in a slightly different code organization. Cc: Andi Shyti Cc: Andrzej Hajda Cc: Rodrigo Vivi Fixes: b770bcfae9ad

[Intel-gfx] [PATCH 9/9] drm/i915/gt: Expose default value for media_freq_factor in per-gt sysfs

2022-04-19 Thread Ashutosh Dixit
Add the following sysfs file to gt/gtN/.defaults: * media_freq_factor Cc: Joonas Lahtinen Cc: Rodrigo Vivi Signed-off-by: Ashutosh Dixit --- drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c | 18 ++ drivers/gpu/drm/i915/gt/intel_gt_types.h| 1 +

[Intel-gfx] [PATCH 4/9] drm/i915/gt: Convert callers to user per-gt pcode functions

2022-04-19 Thread Ashutosh Dixit
Convert appropriate callers to use per-gt pcode functions. Callers using pcode functions at "global scope", including *all* display functions are not converted, they continue to use the legacy pcode interface. Cc: Andi Shyti Cc: Jani Nikula Cc: Rodrigo Vivi Signed-off-by: Ashutosh Dixit ---

[Intel-gfx] [PATCH 1/9] drm/i915: Introduce has_media_ratio_mode

2022-04-19 Thread Ashutosh Dixit
Media ratio mode (the ability for media IP to work at a different frequency from the GT) is available for a subset of dGfx platforms supporting GuC/SLPC. Introduce 'has_media_ratio_mode' flag in intel_device_info to identify these platforms and set it for XEHPSDV and DG2/ATS-M. Cc: Rodrigo Vivi

[Intel-gfx] [PATCH 8/9] drm/i915/gt: Expose per-gt RPS defaults in sysfs

2022-04-19 Thread Ashutosh Dixit
Create a gt/gtN/.defaults directory (similar to engine//.defaults) to expose default parameter values for each gt in sysfs. Populate the .defaults directory with RPS parameter default values in order to allow userspace to revert to default values when needed. This patch adds the following sysfs

[Intel-gfx] [PATCH v2 0/9] drm/i915: Media freq factor and per-gt enhancements/fixes

2022-04-19 Thread Ashutosh Dixit
Some recent Intel dGfx platforms allow media IP to work at a different frequency from the base GT. This patch series exposes sysfs controls for this functionality in the new per-gt sysfs. Some enhancements and fixes to previous per-gt functionality are also included to complete the new

Re: [Intel-gfx] [PATCH 03/15] dma-buf & drm/amdgpu: remove dma_resv workaround

2022-04-19 Thread Zack Rusin
On Thu, 2022-04-07 at 10:59 +0200, Christian König wrote: > Rework the internals of the dma_resv object to allow adding more than > one > write fence and remember for each fence what purpose it had. > > This allows removing the workaround from amdgpu which used a container > for > this instead. >

[Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Fix race in __i915_vma_remove_closed

2022-04-19 Thread Patchwork
== Series Details == Series: drm/i915: Fix race in __i915_vma_remove_closed URL : https://patchwork.freedesktop.org/series/102845/ State : failure == Summary == Error: make failed CALLscripts/checksyscalls.sh CALLscripts/atomic/check-atomics.sh DESCEND objtool CHK

[Intel-gfx] ✗ Fi.CI.IGT: failure for GSC support (rev7)

2022-04-19 Thread Patchwork
== Series Details == Series: GSC support (rev7) URL : https://patchwork.freedesktop.org/series/102160/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11520_full -> Patchwork_102160v7_full Summary --- **FAILURE**

Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/rpl-p: Add PCI IDs (rev2)

2022-04-19 Thread Matt Roper
On Mon, Apr 18, 2022 at 09:09:22AM +, Patchwork wrote: > == Series Details == > > Series: drm/i915/rpl-p: Add PCI IDs (rev2) > URL : https://patchwork.freedesktop.org/series/102701/ > State : failure > > == Summary == > > CI Bug Log - changes from CI_DRM_11509_full ->

[Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] drm/i915/dg2: Add workaround 18019627453

2022-04-19 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/dg2: Add workaround 18019627453 URL : https://patchwork.freedesktop.org/series/102826/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11520_full -> Patchwork_102826v1_full

[Intel-gfx] PR for new GuC v70.1.1

2022-04-19 Thread John . C . Harrison
The following changes since commit 681281e49fb6778831370e5d94e6e1d97f0752d6: amdgpu: update PSP 13.0.8 firmware (2022-03-18 07:35:54 -0400) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-firmware guc_v70.1.1 for you to fetch changes up to

[Intel-gfx] [PATCH] drm/i915: Fix race in __i915_vma_remove_closed

2022-04-19 Thread Karol Herbst
i915_vma_reopen checked if the vma is closed before without taking the lock. So multiple threads could attempt removing the vma. Instead the lock needs to be taken before actually checking. Cc: Chris Wilson Cc: intel-gfx@lists.freedesktop.org Cc: dri-de...@lists.freedesktop.org Closes:

Re: [Intel-gfx] [PATCH v2 2/2] drm/i915/dg2: Add workaround 18019627453

2022-04-19 Thread Matt Roper
On Tue, Apr 19, 2022 at 11:27:53AM -0700, José Roberto de Souza wrote: > A new DG2 workaround added to fix some corner cases hangs. > > v2: > - implementing the second and preferred option for this workaround > > BSpec: 54077 > BSpec: 68173 > BSpec: 71488 > Cc: Matt Roper > Signed-off-by: José

[Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v2,1/2] drm/i915/display: Add workaround 22014263786 (rev2)

2022-04-19 Thread Patchwork
== Series Details == Series: series starting with [v2,1/2] drm/i915/display: Add workaround 22014263786 (rev2) URL : https://patchwork.freedesktop.org/series/102835/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11520 -> Patchwork_102835v2

Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [CI,v2,01/18] drm/i915: Move per-platform power well hooks to intel_display_power_well.c (rev2)

2022-04-19 Thread Vudum, Lakshminarayana
Imre, I have addressed the failure and re-reported. -Original Message- From: Deak, Imre Sent: Tuesday, April 19, 2022 1:28 PM To: intel-gfx@lists.freedesktop.org; Vudum, Lakshminarayana Subject: Re: ✗ Fi.CI.IGT: failure for series starting with [CI,v2,01/18] drm/i915: Move

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [CI,v2,01/18] drm/i915: Move per-platform power well hooks to intel_display_power_well.c (rev2)

2022-04-19 Thread Patchwork
== Series Details == Series: series starting with [CI,v2,01/18] drm/i915: Move per-platform power well hooks to intel_display_power_well.c (rev2) URL : https://patchwork.freedesktop.org/series/102719/ State : success == Summary == CI Bug Log - changes from CI_DRM_11504_full ->

Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v2,1/2] drm/i915/display: Add workaround 22014263786 (rev2)

2022-04-19 Thread Souza, Jose
On Tue, 2022-04-19 at 20:25 +, Patchwork wrote: Patch Details Series: series starting with [v2,1/2] drm/i915/display: Add workaround 22014263786 (rev2) URL:https://patchwork.freedesktop.org/series/102835/ State: failure Details:

[Intel-gfx] ✓ Fi.CI.BAT: success for GSC support (rev7)

2022-04-19 Thread Patchwork
== Series Details == Series: GSC support (rev7) URL : https://patchwork.freedesktop.org/series/102160/ State : success == Summary == CI Bug Log - changes from CI_DRM_11520 -> Patchwork_102160v7 Summary --- **WARNING** Minor

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for GSC support (rev7)

2022-04-19 Thread Patchwork
== Series Details == Series: GSC support (rev7) URL : https://patchwork.freedesktop.org/series/102160/ State : warning == Summary == Error: dim checkpatch failed e80211ebb993 drm/i915/gsc: add gsc as a mei auxiliary device Traceback (most recent call last): File "scripts/spdxcheck.py", line

[Intel-gfx] 2022 X.Org Foundation Election vote results

2022-04-19 Thread Lyude Paul
The Board of Directors election and the vote on the By-laws concluded at 23:59 UTC on 18 April 2022. There are 80 current Members of the X.Org Foundation, and 52 Members cast votes. This is a 65.0% turn out. In the election of the Directors to the Board of the X.Org Foundation, the results were

Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [CI,v2,01/18] drm/i915: Move per-platform power well hooks to intel_display_power_well.c (rev2)

2022-04-19 Thread Imre Deak
Hi Lakshmi, On Fri, Apr 15, 2022 at 10:24:03AM +, Patchwork wrote: > == Series Details == > > Series: series starting with [CI,v2,01/18] drm/i915: Move per-platform power > well hooks to intel_display_power_well.c (rev2) > URL : https://patchwork.freedesktop.org/series/102719/ > State :

[Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v2,1/2] drm/i915/display: Add workaround 22014263786 (rev2)

2022-04-19 Thread Patchwork
== Series Details == Series: series starting with [v2,1/2] drm/i915/display: Add workaround 22014263786 (rev2) URL : https://patchwork.freedesktop.org/series/102835/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11520 -> Patchwork_102835v2

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v2,1/2] drm/i915/display: Add workaround 22014263786 (rev2)

2022-04-19 Thread Patchwork
== Series Details == Series: series starting with [v2,1/2] drm/i915/display: Add workaround 22014263786 (rev2) URL : https://patchwork.freedesktop.org/series/102835/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked

[Intel-gfx] [PATCH v3 4/7] mei: gsc: add runtime pm handlers

2022-04-19 Thread Daniele Ceraolo Spurio
From: Tomas Winkler Implement runtime handlers for mei-gsc, to track idle state of the device properly. CC: Rodrigo Vivi Signed-off-by: Tomas Winkler Signed-off-by: Alexander Usyskin Reviewed-by: Rodrigo Vivi --- drivers/misc/mei/gsc-me.c | 67 ++- 1

[Intel-gfx] [PATCH v3 7/7] HAX: drm/i915: force INTEL_MEI_GSC on for CI

2022-04-19 Thread Daniele Ceraolo Spurio
After the new config option is merged we'll enable it by default in the CI config, but for now just force it on via the i915 Kconfig so we can get pre-merge CI results for it. Signed-off-by: Daniele Ceraolo Spurio --- drivers/gpu/drm/i915/Kconfig.debug | 1 + 1 file changed, 1 insertion(+)

[Intel-gfx] [PATCH v3 6/7] drm/i915/dg2: add gsc with special gsc bar offsets

2022-04-19 Thread Daniele Ceraolo Spurio
From: Tomas Winkler DG2 uses different GSC offsets on memory bar and uses PXP head (HECI1). v2 (Daniele): Rebased to before the ATS patches Signed-off-by: Alexander Usyskin Signed-off-by: Tomas Winkler Reviewed-by: Daniele Ceraolo Spurio #v1 Signed-off-by: Daniele Ceraolo Spurio

[Intel-gfx] [PATCH v3 5/7] mei: gsc: retrieve the firmware version

2022-04-19 Thread Daniele Ceraolo Spurio
From: Alexander Usyskin Add a hook to retrieve the firmware version of the GSC devices to bus-fixup. GSC has a different MKHI clients GUIDs but the same message structure to retrieve the firmware version as MEI so mei_fwver() can be reused. CC: Ashutosh Dixit Signed-off-by: Alexander Usyskin

[Intel-gfx] [PATCH v3 2/7] mei: add support for graphics system controller (gsc) devices

2022-04-19 Thread Daniele Ceraolo Spurio
From: Tomas Winkler GSC is a graphics system controller, based on CSE, it provides a chassis controller for graphics discrete cards, as well as it supports media protection on selected devices. mei_gsc binds to a auxiliary devices exposed by Intel discrete driver i915. v2: fix error check in

[Intel-gfx] [PATCH v3 3/7] mei: gsc: setup char driver alive in spite of firmware handshake failure

2022-04-19 Thread Daniele Ceraolo Spurio
From: Alexander Usyskin Setup char device in spite of firmware handshake failure. In order to provide host access to the firmware status registers and other information required for the manufacturing process. Signed-off-by: Alexander Usyskin Signed-off-by: Tomas Winkler Reviewed-by: Daniele

[Intel-gfx] [PATCH v3 0/7] GSC support

2022-04-19 Thread Daniele Ceraolo Spurio
Same as the previous rev, with the only thing changed being the MODULE_LICENSE for mei-gsc, from "GPL v2" to "GPL"; these both map to GPL v2, but the second option is preferred (see [1]) and checkpatch will complain if we use the first one. I've discussed the changes with Rodrigo before applying

[Intel-gfx] [PATCH v3 1/7] drm/i915/gsc: add gsc as a mei auxiliary device

2022-04-19 Thread Daniele Ceraolo Spurio
From: Tomas Winkler GSC is a graphics system controller, it provides a chassis controller for graphics discrete cards. There are two MEI interfaces in GSC: HECI1 and HECI2. Both interfaces are on the BAR0 at offsets 0x00258000 and 0x00259000. GSC is a GT Engine (class 4: instance 6). HECI1

[Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v2,1/2] drm/i915/display: Add workaround 22014263786

2022-04-19 Thread Patchwork
== Series Details == Series: series starting with [v2,1/2] drm/i915/display: Add workaround 22014263786 URL : https://patchwork.freedesktop.org/series/102835/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11520 -> Patchwork_102835v1

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v2,1/2] drm/i915/display: Add workaround 22014263786

2022-04-19 Thread Patchwork
== Series Details == Series: series starting with [v2,1/2] drm/i915/display: Add workaround 22014263786 URL : https://patchwork.freedesktop.org/series/102835/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked

[Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/dg2: Add workaround 18019627453

2022-04-19 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/dg2: Add workaround 18019627453 URL : https://patchwork.freedesktop.org/series/102826/ State : success == Summary == CI Bug Log - changes from CI_DRM_11520 -> Patchwork_102826v1

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915/dg2: Add workaround 18019627453

2022-04-19 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/dg2: Add workaround 18019627453 URL : https://patchwork.freedesktop.org/series/102826/ 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 2/2] drm/i915/dg2: Add workaround 18019627453

2022-04-19 Thread José Roberto de Souza
A new DG2 workaround added to fix some corner cases hangs. v2: - implementing the second and preferred option for this workaround BSpec: 54077 BSpec: 68173 BSpec: 71488 Cc: Matt Roper Signed-off-by: José Roberto de Souza --- drivers/gpu/drm/i915/gt/intel_workarounds.c | 4 1 file

[Intel-gfx] [PATCH v2 1/2] drm/i915/display: Add workaround 22014263786

2022-04-19 Thread José Roberto de Souza
This workaround fixes screen flickers with FBC. BSpec: 33450 BSpec: 52890 BSpec: 54369 BSpec: 66624 Reviewed-by: Matt Roper Cc: Matt Roper Signed-off-by: José Roberto de Souza --- drivers/gpu/drm/i915/display/intel_fbc.c | 9 + drivers/gpu/drm/i915/i915_reg.h | 1 + 2 files

Re: [Intel-gfx] [PATCH v2 6/7] drm/i915/dg2: add gsc with special gsc bar offsets

2022-04-19 Thread John Harrison
On 4/18/2022 17:07, Daniele Ceraolo Spurio wrote: From: Tomas Winkler DG2 uses different GSC offsets on memory bar and uses PXP head (HECI1). v2 (Daniele): Rebased to before the ATS patches Have checked that the rebase looks good. I don't really know much about the GSC code but I can verify

Re: [Intel-gfx] [PATCH 2/2] drm/i915/display: Add workaround 22014263786

2022-04-19 Thread Matt Roper
On Tue, Apr 19, 2022 at 07:44:54AM -0700, José Roberto de Souza wrote: > This workaround fixes screen flickers with FBC. > > BSpec: 33450 > BSpec: 52890 > BSpec: 54369 > BSpec: 66624 > Cc: Matt Roper > Signed-off-by: José Roberto de Souza Reviewed-by: Matt Roper > --- >

Re: [Intel-gfx] [PATCH 1/2] drm/i915/dg2: Add workaround 18019627453

2022-04-19 Thread Matt Roper
On Tue, Apr 19, 2022 at 07:44:53AM -0700, José Roberto de Souza wrote: > A new DG2 workaround added to some corner cases hangs. > > BSpec: 54077 > BSpec: 68173 > BSpec: 71488 > Cc: Matt Roper > Signed-off-by: José Roberto de Souza > --- > drivers/gpu/drm/i915/gt/intel_gt_regs.h | 1 + >

Re: [Intel-gfx] [PATCH] ALSA: hda/i915: Fix one too many pci_dev_put()

2022-04-19 Thread Lucas De Marchi
On Tue, Apr 19, 2022 at 09:01:34AM +0200, Takashi Iwai wrote: On Sat, 16 Apr 2022 08:44:18 +0200, Lucas De Marchi wrote: pci_get_class() will already unref the pci device passed as argument. So if it's unconditionally unref'ed, even if the loop is not stopped, there will be one too many unref

[Intel-gfx] [PATCH 2/2] drm/i915/display: Add workaround 22014263786

2022-04-19 Thread José Roberto de Souza
This workaround fixes screen flickers with FBC. BSpec: 33450 BSpec: 52890 BSpec: 54369 BSpec: 66624 Cc: Matt Roper Signed-off-by: José Roberto de Souza --- drivers/gpu/drm/i915/display/intel_fbc.c | 9 + drivers/gpu/drm/i915/i915_reg.h | 1 + 2 files changed, 10 insertions(+)

[Intel-gfx] [PATCH 1/2] drm/i915/dg2: Add workaround 18019627453

2022-04-19 Thread José Roberto de Souza
A new DG2 workaround added to some corner cases hangs. BSpec: 54077 BSpec: 68173 BSpec: 71488 Cc: Matt Roper Signed-off-by: José Roberto de Souza --- drivers/gpu/drm/i915/gt/intel_gt_regs.h | 1 + drivers/gpu/drm/i915/gt/intel_workarounds.c | 3 +++ 2 files changed, 4 insertions(+) diff

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Check EDID for HDR static metadata when choosing blc

2022-04-19 Thread Patchwork
== Series Details == Series: drm/i915: Check EDID for HDR static metadata when choosing blc URL : https://patchwork.freedesktop.org/series/102645/ State : success == Summary == CI Bug Log - changes from CI_DRM_11497_full -> Patchwork_102645v1_full

Re: [Intel-gfx] [PATCH 1/1] drm/i915/guc: Convert slpc to iosys_map

2022-04-19 Thread Siva Mullati
On 18/04/22 16:33, Balasubramani Vivekanandan wrote: > On 16.03.2022 18:26, Mullati Siva wrote: >> From: Siva Mullati >> >> Convert slpc shared data to use iosys_map rather than >> plain pointer and save it in the intel_guc_slpc struct. >> This will help with in read and update slpc shared data

Re: [Intel-gfx] [PATCH] ALSA: hda/i915: Fix one too many pci_dev_put()

2022-04-19 Thread Takashi Iwai
On Sat, 16 Apr 2022 08:44:18 +0200, Lucas De Marchi wrote: > > pci_get_class() will already unref the pci device passed as argument. > So if it's unconditionally unref'ed, even if the loop is not stopped, > there will be one too many unref for each device not matched. > > Cc: Kai Vehmanen > Cc:

Re: [Intel-gfx] [PATCH] ALSA: hda/i915: Fix one too many pci_dev_put()

2022-04-19 Thread Takashi Iwai
On Tue, 19 Apr 2022 08:40:01 +0200, Takashi Iwai wrote: > > On Tue, 19 Apr 2022 08:26:06 +0200, > Lucas De Marchi wrote: > > > > On Tue, Apr 19, 2022 at 07:54:30AM +0200, Takashi Iwai wrote: > > >On Mon, 18 Apr 2022 06:50:32 +0200, > > >Lucas De Marchi wrote: > > >> > > >> On Sun, Apr 17, 2022

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Check EDID for HDR static metadata when choosing blc

2022-04-19 Thread Patchwork
== Series Details == Series: drm/i915: Check EDID for HDR static metadata when choosing blc URL : https://patchwork.freedesktop.org/series/102645/ State : success == Summary == CI Bug Log - changes from CI_DRM_11497 -> Patchwork_102645v1

Re: [Intel-gfx] [PATCH] ALSA: hda/i915: Fix one too many pci_dev_put()

2022-04-19 Thread Takashi Iwai
On Tue, 19 Apr 2022 08:26:06 +0200, Lucas De Marchi wrote: > > On Tue, Apr 19, 2022 at 07:54:30AM +0200, Takashi Iwai wrote: > >On Mon, 18 Apr 2022 06:50:32 +0200, > >Lucas De Marchi wrote: > >> > >> On Sun, Apr 17, 2022 at 01:13:49PM +0300, Kai Vehmanen wrote: > >> >Hi, > >> > > >> >On Fri, 15

Re: [Intel-gfx] [PATCH] ALSA: hda/i915: Fix one too many pci_dev_put()

2022-04-19 Thread Lucas De Marchi
On Tue, Apr 19, 2022 at 07:54:30AM +0200, Takashi Iwai wrote: On Mon, 18 Apr 2022 06:50:32 +0200, Lucas De Marchi wrote: On Sun, Apr 17, 2022 at 01:13:49PM +0300, Kai Vehmanen wrote: >Hi, > >On Fri, 15 Apr 2022, Lucas De Marchi wrote: > >> pci_get_class() will already unref the pci device