Re: [Intel-gfx] [PATCH 05/28] drm/i915/tgl: Introduce Tiger Lake PCH

2019-07-07 Thread Gupta, Anshuman
Looks good to me, there in one minor comment. On 6/25/2019 11:24 PM, Lucas De Marchi wrote: From: Radhakrishna Sripada Add the enum additions to TGP. Cc: Rodrigo Vivi Cc: Joonas Lahtinen Cc: David Weinehall Cc: James Ausmus Signed-off-by: Radhakrishna Sripada Signed-off-by: Lucas De

Re: [Intel-gfx] [PATCH] drm/i915/cml: Add Missing PCI IDs

2019-08-13 Thread Gupta, Anshuman
On 8/13/2019 3:57 AM, Anusha Srivatsa wrote: The BSpec has added three new IDS for CML. Update the IDs in accordance to the Spec. Cc: Lucas De Marchi Cc: José Roberto de Souza Signed-off-by: Anusha Srivatsa --- include/drm/i915_pciids.h | 5 - 1 file changed, 4 insertions(+), 1

Re: [Intel-gfx] [PATCH v7 4/4] drm/i915: Add transcoder restriction to PSR2

2019-08-12 Thread Gupta, Anshuman
On 7/31/2019 4:17 AM, José Roberto de Souza wrote: According to PSR2_CTL definition on BSpec there is only one instance of PSR2_CTL also ICL display overview state that PSR2 is only supported in EDP transcoder, so now that is possible to have PSR in any transcoder lets add this hardware

Re: [Intel-gfx] [PATCH v5 5/9] drm/i915/tgl: Add helper function to prefer dc3co over dc5

2019-08-19 Thread Gupta, Anshuman
On 8/13/2019 9:17 PM, Imre Deak wrote: On Sat, Aug 10, 2019 at 12:02:19AM +0530, Anshuman Gupta wrote: We need to have a S/W flag based upon which driver can switch to DC3CO. If it is only edp display connected and it has psr2 capability, then set a prefer_dc3co flag to true, which will be

Re: [Intel-gfx] [PATCH 06/39] drm/i915/bdw+: Enable PSR in any eDP port

2019-08-22 Thread Gupta, Anshuman
Verified from B.Specs:7723 and B.Spec:8041 On 8/16/2019 1:34 PM, Lucas De Marchi wrote: From: José Roberto de Souza From BDW+ the PSR registers moved from DDIA to transcoder, so any port with a eDP panel connected can have PSR, so lets remove this limitation. Cc: Dhinakaran Pandiyan Cc:

Re: [Intel-gfx] [PATCH v3 09/23] drm/i915/tgl: Add maximum resolution supported by PSR2 HW

2019-08-26 Thread Gupta, Anshuman
Validated with respect to B.Specs:49199 and 50422. On 8/26/2019 10:40 PM, Lucas De Marchi wrote: On Sat, Aug 24, 2019 at 04:36:52PM +0530, Anshuman Gupta wrote: On 2019-08-23 at 01:20:41 -0700, Lucas De Marchi wrote: From: José Roberto de Souza TGL PSR2 HW supports a bigger resolution, so

Re: [Intel-gfx] [PATCH v5 3/9] drm/i915/tgl: Add power well to enable DC3CO state

2019-08-27 Thread Gupta, Anshuman
On 8/27/2019 6:50 PM, Imre Deak wrote: On Tue, Aug 27, 2019 at 06:31:31PM +0530, Gupta, Anshuman wrote: On 8/13/2019 8:16 PM, Imre Deak wrote: On Sat, Aug 10, 2019 at 12:02:17AM +0530, Anshuman Gupta wrote: "DC3CO Off" power well inherits its power domains from "DC

Re: [Intel-gfx] [PATCH v5 3/9] drm/i915/tgl: Add power well to enable DC3CO state

2019-08-27 Thread Gupta, Anshuman
On 8/13/2019 8:16 PM, Imre Deak wrote: On Sat, Aug 10, 2019 at 12:02:17AM +0530, Anshuman Gupta wrote: "DC3CO Off" power well inherits its power domains from "DC Off" power well, these power domains will disallow DC3CO when any external displays are connected and at time of modeset and aux

Re: [Intel-gfx] [PATCH v8 1/3] drm/i915/psr: Make PSR registers relative to transcoders

2019-08-23 Thread Gupta, Anshuman
On 8/22/2019 10:19 PM, Souza, Jose wrote: On Thu, 2019-08-22 at 21:37 +0530, Gupta, Anshuman wrote: On 8/22/2019 1:36 AM, Souza, Jose wrote: On Wed, 2019-08-21 at 10:06 +0530, Anshuman Gupta wrote: On 2019-08-20 at 15:33:23 -0700, José Roberto de Souza wrote: PSR registers are a mess

Re: [Intel-gfx] [PATCH 06/39] drm/i915/bdw+: Enable PSR in any eDP port

2019-08-23 Thread Gupta, Anshuman
On 8/22/2019 9:50 PM, Gupta, Anshuman wrote: Verified from B.Specs:7723 and B.Spec:8041 On 8/16/2019 1:34 PM, Lucas De Marchi wrote: From: José Roberto de Souza  From BDW+ the PSR registers moved from DDIA to transcoder, so any port with a eDP panel connected can have PSR, so lets remove

Re: [Intel-gfx] [PATCH 12/39] drm/i915/tgl: Add maximum resolution supported by PSR2 HW

2019-08-23 Thread Gupta, Anshuman
On 8/16/2019 1:34 PM, Lucas De Marchi wrote: From: José Roberto de Souza TGL PSR2 HW supports a bigger resolution, so lets add it Cc: Dhinakaran Pandiyan Cc: Rodrigo Vivi Signed-off-by: José Roberto de Souza Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915/display/intel_psr.c |

Re: [Intel-gfx] [PATCH 10/39] drm/i915/tgl: PSR link standby is not supported anymore

2019-08-23 Thread Gupta, Anshuman
Verified with respect two B.Spces: 50434 and eDP specs DPCD – Sink "Device PSR Configuration Field" 00170h address. Looks Good to me. On 8/16/2019 1:34 PM, Lucas De Marchi wrote: From: José Roberto de Souza According to BSpc if link standby is set on TGL+, PSR will not be enabled. Vendors

Re: [Intel-gfx] [PATCH v8 1/3] drm/i915/psr: Make PSR registers relative to transcoders

2019-08-23 Thread Gupta, Anshuman
On 8/22/2019 1:36 AM, Souza, Jose wrote: On Wed, 2019-08-21 at 10:06 +0530, Anshuman Gupta wrote: On 2019-08-20 at 15:33:23 -0700, José Roberto de Souza wrote: PSR registers are a mess, some have the full address while others just have the additional offset from psr_mmio_base. For BDW+

Re: [Intel-gfx] [PATCH 1/3] drm/i915/tgl: Add and use new DC5 and DC6 residency counter registers

2019-07-25 Thread Gupta, Anshuman
On 7/26/2019 5:54 AM, Lucas De Marchi wrote: From: José Roberto de Souza Tiger Lake has a new register offset for DC5 and DC6 residency counters. v2: - Rename registers since they are not in the CSR memory range (requested by Anshuman) - Fix type (requested by Matthew)

Re: [Intel-gfx] [PATCH 07/28] drm/i915/tgl: Add TGL PCI IDs

2019-07-08 Thread Gupta, Anshuman
On 6/25/2019 11:24 PM, Lucas De Marchi wrote: Current list of PCI IDs for Tiger Lake. Cc: Rodrigo Vivi Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915/i915_pci.c | 1 + include/drm/i915_pciids.h | 10 ++ 2 files changed, 11 insertions(+) diff --git

Re: [Intel-gfx] [PATCH 05/28] drm/i915/tgl: Introduce Tiger Lake PCH

2019-07-08 Thread Gupta, Anshuman
On 7/7/2019 4:19 PM, Gupta, Anshuman wrote: Looks good to me, there in one minor comment. On 6/25/2019 11:24 PM, Lucas De Marchi wrote: From: Radhakrishna Sripada Add the enum additions to TGP. Cc: Rodrigo Vivi Cc: Joonas Lahtinen Cc: David Weinehall Cc: James Ausmus Signed-off

Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for DC3CO Support for TGL test with DC3CO IGT (rev2)

2019-10-08 Thread Gupta, Anshuman
Thanks Imre for merging the patches  -Original Message- From: Imre Deak Sent: Tuesday, October 8, 2019 1:59 PM To: intel-gfx@lists.freedesktop.org; Gupta, Anshuman ; Vudum, Lakshminarayana Subject: Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for DC3CO Support for TGL test with DC3CO IGT

Re: [Intel-gfx] [PATCH 1/2] drm/i915/hdcp: Add update_pipe early return

2020-05-18 Thread Gupta, Anshuman
-Original Message- From: Shankar, Uma Sent: Monday, May 18, 2020 3:45 PM To: Gupta, Anshuman ; intel-gfx@lists.freedesktop.org Subject: RE: [Intel-gfx] [PATCH 1/2] drm/i915/hdcp: Add update_pipe early return > -Original Message- > From: Intel-gfx On Behalf Of >

Re: [Intel-gfx] [PATCH v3] drm/i915/debugfs : PM_REQ and PM_RES registers

2021-01-12 Thread Gupta, Anshuman
> -Original Message- > From: S, Saichandana > Sent: Tuesday, January 12, 2021 7:04 PM > To: intel-gfx@lists.freedesktop.org > Cc: Nikula, Jani ; Gupta, Anshuman > ; S, Saichandana > Subject: [PATCH v3] drm/i915/debugfs : PM_REQ and PM_RES registers > &g

Re: [Intel-gfx] [RFC v2] drm/i915/pps: Add PPS power domain

2021-01-06 Thread Gupta, Anshuman
> -Original Message- > From: Imre Deak > Sent: Wednesday, January 6, 2021 9:33 PM > To: Gupta, Anshuman > Cc: intel-gfx@lists.freedesktop.org; Mason, Michael W > ; Nikula, Jani ; Ville > Syrjälä > Subject: Re: [RFC v2] drm/i915/pps: Add PPS power domain &

Re: [Intel-gfx] [PATCH v8 1/2] drm/i915/display: Support PSR Multiple Instances

2020-12-23 Thread Gupta, Anshuman
> -Original Message- > From: Gwan-gyeong Mun > Sent: Wednesday, December 23, 2020 5:08 PM > To: intel-gfx@lists.freedesktop.org > Cc: Gupta, Anshuman ; Nikula, Jani > > Subject: [PATCH v8 1/2] drm/i915/display: Support PSR Multiple Instances > > It is a prel

Re: [Intel-gfx] [PATCH v8 2/2] drm/i915/display: Support Multiple Transcoders' PSR status on debugfs

2020-12-23 Thread Gupta, Anshuman
> -Original Message- > From: Gwan-gyeong Mun > Sent: Wednesday, December 23, 2020 5:08 PM > To: intel-gfx@lists.freedesktop.org > Cc: Gupta, Anshuman ; Nikula, Jani > > Subject: [PATCH v8 2/2] drm/i915/display: Support Multiple Transcoders' > PSR status

Re: [Intel-gfx] [PATCH v7 1/2] drm/i915/display: Support PSR Multiple Transcoders

2020-12-22 Thread Gupta, Anshuman
> -Original Message- > From: Mun, Gwan-gyeong > Sent: Monday, December 21, 2020 3:59 PM > To: Gupta, Anshuman > Cc: Nikula, Jani ; intel-gfx@lists.freedesktop.org > Subject: Re: [PATCH v7 1/2] drm/i915/display: Support PSR Multiple > Transcoders > > On Wed

Re: [Intel-gfx] [PATCH 02/13] drm/i915/pps: rename pps_{, un}lock -> intel_pps_{, un}lock

2020-12-28 Thread Gupta, Anshuman
> -Original Message- > From: Intel-gfx On Behalf Of Jani > Nikula > Sent: Tuesday, December 22, 2020 8:20 PM > To: intel-gfx@lists.freedesktop.org > Cc: Nikula, Jani > Subject: [Intel-gfx] [PATCH 02/13] drm/i915/pps: rename pps_{, un}lock -> > intel_pps_{, un}lock > > Start following

Re: [Intel-gfx] [PATCH 01/13] drm/i915/pps: abstract panel power sequencer from intel_dp.c

2020-12-28 Thread Gupta, Anshuman
> -Original Message- > From: Intel-gfx On Behalf Of Jani > Nikula > Sent: Tuesday, December 22, 2020 8:20 PM > To: intel-gfx@lists.freedesktop.org > Cc: Nikula, Jani > Subject: [Intel-gfx] [PATCH 01/13] drm/i915/pps: abstract panel power > sequencer from intel_dp.c > > In a long

Re: [Intel-gfx] [PATCH v2] drm/i915/debugfs : PM_REQ and PM_RES registers

2021-01-04 Thread Gupta, Anshuman
> -Original Message- > From: S, Saichandana > Sent: Monday, January 4, 2021 4:01 PM > To: intel-gfx@lists.freedesktop.org > Cc: S, Saichandana ; Nikula, Jani > ; Gupta, Anshuman > Subject: [PATCH v2] drm/i915/debugfs : PM_REQ and PM_RES registers > > Fro

Re: [Intel-gfx] [PATCH 09/13] drm/i915/pps: rename intel_dp_check_edp to intel_pps_check_power_unlocked

2021-01-08 Thread Gupta, Anshuman
> -Original Message- > From: Jani Nikula > Sent: Friday, January 8, 2021 4:04 PM > To: Gupta, Anshuman > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH 09/13] drm/i915/pps: rename > intel_dp_check_edp to intel_pps_check_power_unlocked >

Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MST (rev2)

2021-01-25 Thread Gupta, Anshuman
Hi Lakshmi , We need to merge the patch https://patchwork.freedesktop.org/series/8/ Below are the gem failures causing the BAT to fail , those were not seen on Rev1 of this patch. Could you please rereport-the results to trigger CI-IGT run. Thanks, Anshuman Gupta. From: Intel-gfx On Behalf

Re: [Intel-gfx] [PATCH v2 17/17] drm/i915/dp: split out aux functionality to intel_dp_aux.c

2021-01-19 Thread Gupta, Anshuman
> -Original Message- > From: Jani Nikula > Sent: Friday, January 8, 2021 11:14 PM > To: intel-gfx@lists.freedesktop.org > Cc: Nikula, Jani ; Gupta, Anshuman > ; ville.syrj...@linux.intel.com > Subject: [PATCH v2 17/17] drm/i915/dp: split out aux functionalit

Re: [Intel-gfx] [PATCH v2 14/17] drm/i915/pps: refactor init abstractions

2021-01-19 Thread Gupta, Anshuman
> -Original Message- > From: Jani Nikula > Sent: Thursday, January 14, 2021 2:16 PM > To: Gupta, Anshuman > Cc: intel-gfx@lists.freedesktop.org; ville.syrj...@linux.intel.com > Subject: Re: [PATCH v2 14/17] drm/i915/pps: refactor init abstractions > > On We

Re: [Intel-gfx] [PATCH v2 15/17] drm/i915/pps: move pps code over from intel_display.c and refactor

2021-01-19 Thread Gupta, Anshuman
> -Original Message- > From: Jani Nikula > Sent: Thursday, January 14, 2021 2:27 PM > To: Gupta, Anshuman > Cc: intel-gfx@lists.freedesktop.org; ville.syrj...@linux.intel.com > Subject: Re: [PATCH v2 15/17] drm/i915/pps: move pps code over from > intel_d

Re: [Intel-gfx] [PATCH][next] drm/i915/hdcp: Fix return of value in uninitialized variable ret

2021-01-25 Thread Gupta, Anshuman
; Vivi, Rodrigo ; > David Airlie ; Daniel Vetter ; C, > Ramalingam > ; Gupta, Anshuman ; > Shankar, Uma ; intel-gfx@lists.freedesktop.org; dri- > de...@lists.freedesktop.org > Cc: kernel-janit...@vger.kernel.org; linux-ker...@vger.kernel.org > Subject: Re: [PATCH][next

Re: [Intel-gfx] [RFC-v23 13/13] drm/i915/pxp: Add plane decryption support

2021-01-19 Thread Gupta, Anshuman
Jani/Ville I had received an offline comment form Gaurav on this patch, See below, > -Original Message- > From: Huang, Sean Z > Sent: Tuesday, January 19, 2021 1:13 PM > To: Intel-gfx@lists.freedesktop.org > Cc: Gaurav, Kumar ; Gupta, Anshuman > ; Bommu, Krishnaiah

Re: [Intel-gfx] ✗ Fi.CI.SPARSE: warning for HDCP 2.2 and HDCP 1.4 Gen12 DP MST support (rev9)

2021-01-12 Thread Gupta, Anshuman
Sparse warning was not related to this patch series. Pushed to drm-intel-next. Thanks for Reviews and Ack. Thanks, Anshuman Gupta > -Original Message- > From: Patchwork > Sent: Monday, January 11, 2021 2:07 PM > To: Gupta, Anshuman > Cc: intel-gfx@lists.freedeskto

Re: [Intel-gfx] [PATCH] drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MST

2021-01-15 Thread Gupta, Anshuman
> -Original Message- > From: Sean Paul > Sent: Thursday, January 14, 2021 12:04 AM > To: Daniel Vetter > Cc: Gupta, Anshuman ; David Airlie > ; intel-gfx@lists.freedesktop.org; Sean Paul > ; dri-de...@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH

Re: [Intel-gfx] [PATCH] drm/i915/display: Set error value before returning in intel_hdcp*_disable()

2021-01-15 Thread Gupta, Anshuman
> -Original Message- > From: Jani Nikula > Sent: Friday, January 15, 2021 4:05 PM > To: Chris Wilson ; intel-gfx@lists.freedesktop.org > Cc: Chris Wilson ; C, Ramalingam > ; Shankar, Uma ; > Gupta, Anshuman ; Sean Paul > > Subject: Re: [PATCH] drm/i915/disp

Re: [Intel-gfx] [PATCH] drm/i915/display: Set error value before returning in intel_hdcp*_disable()

2021-01-15 Thread Gupta, Anshuman
> -Original Message- > From: Gupta, Anshuman > Sent: Friday, January 15, 2021 5:39 PM > To: 'Jani Nikula' ; Chris Wilson wilson.co.uk>; intel-gfx@lists.freedesktop.org > Cc: Chris Wilson ; C, Ramalingam > ; Shankar, Uma ; > Sean Paul > Subject: RE: [PATCH]

Re: [Intel-gfx] [PATCH] drm/i915/debugfs: HDCP capability enc NULL check

2021-02-01 Thread Gupta, Anshuman
> -Original Message- > From: Nautiyal, Ankit K > Sent: Monday, February 1, 2021 4:25 PM > To: Gupta, Anshuman ; intel- > g...@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH] drm/i915/debugfs: HDCP capability enc NULL > check > > > On 1/29/2021

Re: [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MST (rev2)

2021-01-27 Thread Gupta, Anshuman
Pushed to drm-intel-next. From: Intel-gfx On Behalf Of Patchwork Sent: Thursday, January 28, 2021 12:36 PM To: Sean Paul Cc: intel-gfx@lists.freedesktop.org Subject: [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MST (rev2) Patch Details Series:

Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MST (rev2)

2021-01-26 Thread Gupta, Anshuman
age- > From: Vudum, Lakshminarayana > Sent: Monday, January 25, 2021 10:40 PM > To: Gupta, Anshuman ; intel- > g...@lists.freedesktop.org > Cc: Sean Paul > Subject: RE: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/hdcp: Disable the > QSES check for HDCP 1.4 over MST

Re: [Intel-gfx] [PATCH v2 2/4] drm/i915/hdcp: update cp_irq_count_cached in intel_dp_hdcp2_read_msg()

2021-01-26 Thread Gupta, Anshuman
> -Original Message- > From: Li, Juston > Sent: Wednesday, January 27, 2021 12:21 PM > To: intel-gfx@lists.freedesktop.org > Cc: seanp...@chromium.org; Gupta, Anshuman > ; C, Ramalingam ; > Li, Juston > Subject: [PATCH v2 2/4] drm/i915/hdcp: up

Re: [Intel-gfx] [PATCH v2 3/4] drm/i915/hdcp: read RxInfo once when reading Send_Pairing_Info

2021-01-26 Thread Gupta, Anshuman
> -Original Message- > From: Li, Juston > Sent: Wednesday, January 27, 2021 12:21 PM > To: intel-gfx@lists.freedesktop.org > Cc: seanp...@chromium.org; Gupta, Anshuman > ; C, Ramalingam ; > Li, Juston > Subject: [PATCH v2 3/4] drm/i915/hdcp: read

Re: [Intel-gfx] [PATCH v2 4/4] drm/i915/hdcp: disable the QSES check for HDCP2.2 over MST

2021-01-26 Thread Gupta, Anshuman
Looks Good to me. Reviewed-by: Anshuman Gupta > -Original Message- > From: Li, Juston > Sent: Wednesday, January 27, 2021 12:21 PM > To: intel-gfx@lists.freedesktop.org > Cc: seanp...@chromium.org; Gupta, Anshuman > ; C, Ramalingam ; > Li, Juston > Subject: [PAT

Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MST (rev2)

2021-01-26 Thread Gupta, Anshuman
> -Original Message- > From: Vudum, Lakshminarayana > Sent: Wednesday, January 27, 2021 11:00 AM > To: Gupta, Anshuman ; intel- > g...@lists.freedesktop.org > Cc: Sean Paul > Subject: RE: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/hdcp: Disable the > QSES che

Re: [Intel-gfx] [PATCH 1/3] drm/i915/hdcp: update cp_irq_count_cached in intel_dp_hdcp2_read_msg()

2021-01-26 Thread Gupta, Anshuman
Build is failing . Please send patches again after fixing it. > -Original Message- > From: Li, Juston > Sent: Wednesday, January 27, 2021 1:38 AM > To: intel-gfx@lists.freedesktop.org > Cc: seanp...@chromium.org; Gupta, Anshuman > ; C, Ramalingam ; > Li, Juston

Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dsc: Fix bigjoiner check in dsc_disable (rev4)

2021-06-09 Thread Gupta, Anshuman
Cc: Gupta, Anshuman Subject: RE: [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dsc: Fix bigjoiner check in dsc_disable (rev4) This issue doesn’t seem to be related to the patch. @Vudum, Lakshminarayana<mailto:lakshminarayana.vu...@intel.com> can you report the results. From: Int

Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Use correct downstream caps for check Src-Ctl mode for PCON (rev3)

2021-05-12 Thread Gupta, Anshuman
Pushed to drm-intel-next there was unrelated CI failures, instead rev2 was green https://patchwork.freedesktop.org/series/89639/#rev2 Rev3 was just a rebased. Thanks for the parch. Br, Anshuman Gupta. From: Intel-gfx On Behalf Of Patchwork Sent: Tuesday, May 11, 2021 9:49 PM To: Nautiyal,

Re: [Intel-gfx] [PATCH v4 15/23] drm/i915/display: Replace dc3co_enabled with dc3co_exitline on intel_psr struct

2021-05-17 Thread Gupta, Anshuman
> -Original Message- > From: Roper, Matthew D > Sent: Saturday, May 15, 2021 8:40 AM > To: intel-gfx@lists.freedesktop.org > Cc: Mun, Gwan-gyeong ; Ville Syrjälä > ; Souza, Jose ; Gupta, > Anshuman ; Roper, Matthew D > > Subject: [PATCH v4 15/23] drm/i915/dis

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Fix incorrect assert about pending power domain async-put work

2021-06-03 Thread Gupta, Anshuman
> -Original Message- > From: Deak, Imre > Sent: Wednesday, June 2, 2021 7:31 PM > To: Gupta, Anshuman > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH 2/3] drm/i915: Fix incorrect assert about > pending > power domain async-put work &

Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/hdcp: Dsiplay13 HDCP support over MST (rev2)

2021-07-06 Thread Gupta, Anshuman
bove failures and re-report the results. Thanks, Anshuman Gupta. From: Patchwork Sent: Monday, July 5, 2021 7:03 PM To: Gupta, Anshuman Cc: intel-gfx@lists.freedesktop.org Subject: ✗ Fi.CI.BAT: failure for drm/i915/hdcp: Dsiplay13 HDCP support over MST (rev2) Patch Details Series: drm/i915/hdcp

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

2021-06-30 Thread Gupta, Anshuman
> -Original Message- > From: Deak, Imre > Sent: Monday, June 28, 2021 11:12 PM > To: Gupta, Anshuman > Cc: intel-gfx@lists.freedesktop.org; Ville Syrjälä > ; > Kai Vehmanen ; Shankar, Uma > > Subject: Re: [RFC v3 1/2] drm/i915/dg1: Adjust the AUDIO power

Re: [Intel-gfx] [v2] drm/i915: Tweaked Wa_14010685332 for all PCHs

2021-06-30 Thread Gupta, Anshuman
> -Original Message- > From: AceLan Kao On Behalf Of > acelan@canonical.com > Sent: Wednesday, June 30, 2021 4:49 PM > To: Gupta, Anshuman ; intel- > g...@lists.freedesktop.org > Subject: Re: [v2] drm/i915: Tweaked Wa_14010685332 for all PCHs > > &g

Re: [Intel-gfx] [PATCH] drm/i915/debugfs: xelpd lpsp capability

2021-07-11 Thread Gupta, Anshuman
> -Original Message- > From: Daniel Vetter > Sent: Friday, July 9, 2021 8:52 PM > To: Gupta, Anshuman > Cc: intel-gfx > Subject: Re: [Intel-gfx] [PATCH] drm/i915/debugfs: xelpd lpsp capability > > On Fri, Jul 9, 2021 at 2:12 PM Anshuman Gupta

Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/hdcp: Dsiplay13 HDCP support over MST (rev2)

2021-07-07 Thread Gupta, Anshuman
Thanks for re-reporting. There were non related CI-IGT failures. Pushed to drm-intel-next. Thanks, Anshuman Gupta. From: Vudum, Lakshminarayana Sent: Tuesday, July 6, 2021 10:12 PM To: Gupta, Anshuman Cc: intel-gfx@lists.freedesktop.org Subject: RE: ✗ Fi.CI.BAT: failure for drm/i915/hdcp

Re: [Intel-gfx] [PATCH v3 14/16] drm/i915/pxp: Add plane decryption support

2021-04-30 Thread Gupta, Anshuman
> -Original Message- > From: Ville Syrjälä > Sent: Wednesday, April 28, 2021 12:25 AM > To: Gupta, Anshuman > Cc: intel-gfx@lists.freedesktop.org; Vivi, Rodrigo ; > Bommu, Krishnaiah ; Huang Sean Z > ; Gaurav, Kumar ; > Ceraolo Spurio, Daniele > Subject: Re

Re: [Intel-gfx] [PATCH v3 14/16] drm/i915/pxp: Add plane decryption support

2021-04-30 Thread Gupta, Anshuman
> -Original Message- > From: Ceraolo Spurio, Daniele > Sent: Thursday, April 29, 2021 2:10 AM > To: Ville Syrjälä > Cc: Gupta, Anshuman ; Vivi, Rodrigo > ; intel-gfx@lists.freedesktop.org; Bommu, Krishnaiah > ; Gaurav, Kumar > Subject: Re: [PATCH v3 14/16]

Re: [Intel-gfx] [PATCH v3 15/16] drm/i915/pxp: black pixels on pxp disabled

2021-04-30 Thread Gupta, Anshuman
> -Original Message- > From: Ville Syrjälä > Sent: Wednesday, April 28, 2021 12:26 AM > To: Gupta, Anshuman > Cc: intel-gfx@lists.freedesktop.org; Vivi, Rodrigo ; > Gaurav, Kumar ; Shankar, Uma > ; Ceraolo Spurio, Daniele > > Subject: Re: [PATCH v3 15/16]

Re: [Intel-gfx] [PATCH v3 14/16] drm/i915/pxp: Add plane decryption support

2021-04-28 Thread Gupta, Anshuman
> -Original Message- > From: Ville Syrjälä > Sent: Wednesday, April 28, 2021 12:25 AM > To: Gupta, Anshuman > Cc: intel-gfx@lists.freedesktop.org; Vivi, Rodrigo ; > Bommu, Krishnaiah ; Huang Sean Z > ; Gaurav, Kumar ; > Ceraolo Spurio, Daniele > Subject: Re

Re: [Intel-gfx] [PATCH] drm/i915: Include intel_de_{read, write}_fw() in i915_reg_rw traces

2021-04-29 Thread Gupta, Anshuman
> -Original Message- > From: Intel-gfx On Behalf Of Ville > Syrjala > Sent: Thursday, April 29, 2021 8:06 AM > To: intel-gfx@lists.freedesktop.org > Cc: Chiou, Cooper > Subject: [Intel-gfx] [PATCH] drm/i915: Include intel_de_{read, write}_fw() in > i915_reg_rw traces > > From: Ville

Re: [Intel-gfx] [RFC v2] drm/i915: lpsp with hdmi/dp outputs

2021-05-03 Thread Gupta, Anshuman
> -Original Message- > From: Ville Syrjälä > Sent: Friday, April 30, 2021 11:10 PM > To: Gupta, Anshuman > Cc: intel-gfx@lists.freedesktop.org; Kai Vehmanen > ; Shankar, Uma > Subject: Re: [RFC v2] drm/i915: lpsp with hdmi/dp outputs > > On Fri, Apr 3

Re: [Intel-gfx] [PATCH] drm/i915/debugfs: HDCP capability enc NULL check

2021-02-05 Thread Gupta, Anshuman
> -Original Message- > From: Imre Deak > Sent: Thursday, February 4, 2021 11:58 PM > To: Gupta, Anshuman > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH] drm/i915/debugfs: HDCP capability enc NULL > check > > On Fri, Jan 29, 2021 at

Re: [Intel-gfx] [PATCH] drm/i915/debugfs: HDCP capability enc NULL check

2021-02-05 Thread Gupta, Anshuman
> -Original Message- > From: Imre Deak > Sent: Friday, February 5, 2021 5:35 PM > To: Gupta, Anshuman > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH] drm/i915/debugfs: HDCP capability enc NULL > check > > On Fri, Feb 05, 2021

Re: [Intel-gfx] [PATCH] drm/i915/debugfs: HDCP capability enc NULL check

2021-02-08 Thread Gupta, Anshuman
> -Original Message- > From: Gupta, Anshuman > Sent: Friday, February 5, 2021 5:43 PM > To: Deak, Imre > Cc: intel-gfx@lists.freedesktop.org > Subject: RE: [Intel-gfx] [PATCH] drm/i915/debugfs: HDCP capability enc NULL > check > > > > > -Origi

Re: [Intel-gfx] [PATCH v5] drm/i915/debugfs : PCU PM_REQ and PM_RES registers

2021-02-09 Thread Gupta, Anshuman
> -Original Message- > From: S, Saichandana > Sent: Tuesday, February 9, 2021 7:02 PM > To: intel-gfx@lists.freedesktop.org > Cc: Nikula, Jani ; ch...@chris-wilson.co.uk; Gupta, > Anshuman > Subject: [PATCH v5] drm/i915/debugfs : PCU PM_REQ and PM_RES regist

Re: [Intel-gfx] [PATCH] drm/i915/gen9bc: Handle TGP PCH during suspend/resume

2021-02-09 Thread Gupta, Anshuman
> -Original Message- > From: Lyude Paul > Sent: Wednesday, February 10, 2021 1:34 AM > To: Deak, Imre ; Surendrakumar Upadhyay, TejaskumarX > ; Gupta, Anshuman > > Cc: intel-gfx@lists.freedesktop.org; Pandey, Hariom > > Subject: Re: [Intel-gfx] [PATCH] drm/

Re: [Intel-gfx] [PATCH v2 3/4] drm/i915/hdcp: read RxInfo once when reading Send_Pairing_Info

2021-01-27 Thread Gupta, Anshuman
Please also send this patch to dri-de...@lists.freedesktop.org as well because this is a drm change. > -Original Message- > From: Gupta, Anshuman > Sent: Wednesday, January 27, 2021 12:55 PM > To: Li, Juston ; intel-gfx@lists.freedesktop.org > Cc: seanp...@chromium.org

Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [v2,1/4] drm/i915/hdcp: Disable the QSES check for HDCP 1.4 over MST

2021-01-27 Thread Gupta, Anshuman
Hi Lakshmi , Below CI failure is a Core failures, which has failed BAT results. https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_19513/fi-bxt-dsi/igt@i915_selftest@l...@hangcheck.html#dmesg-warnings426 Could you please re-report results. Thanks , Anshuman Gupta. From: Intel-gfx On Behalf Of

Re: [Intel-gfx] [PATCH 2/2] drm/hdcp: DP HDCP2.2 errata LC_Send_L_Prime=16

2021-03-23 Thread Gupta, Anshuman
> -Original Message- > From: Nautiyal, Ankit K > Sent: Wednesday, March 24, 2021 10:16 AM > To: Gupta, Anshuman ; intel- > g...@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH 2/2] drm/hdcp: DP HDCP2.2 errata > LC_Send_L_Prime=16 > > Change

Re: [Intel-gfx] [PATCH 1/2] drm/i915/hdcp: Add DP HDCP2.2 timeout to read entire msg

2021-03-24 Thread Gupta, Anshuman
> -Original Message- > From: Nautiyal, Ankit K > Sent: Wednesday, March 24, 2021 3:06 PM > To: Gupta, Anshuman ; intel- > g...@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH 1/2] drm/i915/hdcp: Add DP HDCP2.2 timeout to > read entire msg > > Hi

Re: [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/hdcp: mst streams type1 capability check (rev2)

2021-03-21 Thread Gupta, Anshuman
> -Original Message- > From: Patchwork > Sent: Friday, March 19, 2021 4:25 PM > To: Gupta, Anshuman > Cc: intel-gfx@lists.freedesktop.org > Subject: ✗ Fi.CI.CHECKPATCH: warning for drm/i915/hdcp: mst streams type1 > capability check (rev2) > > == Series

Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/hdcp: mst streams type1 capability check (rev2)

2021-03-22 Thread Gupta, Anshuman
Below CI-IGT failures are unrelated Pushed to drm-intel-next. > -Original Message- > From: Anshuman Gupta > Sent: Monday, March 22, 2021 10:49 AM > To: intel-gfx@lists.freedesktop.org; Vudum, Lakshminarayana > > Subject: Re: ✗ Fi.CI.IGT: failure for drm/i915/hdcp: mst streams type1 >

Re: [Intel-gfx] [PATCH][next] drm/i915/hdcp: Fix null pointer dereference of connector->encoder

2021-02-25 Thread Gupta, Anshuman
> -Original Message- > From: Colin King > Sent: Wednesday, February 24, 2021 12:49 AM > To: Jani Nikula ; Joonas Lahtinen > ; Vivi, Rodrigo ; > David Airlie ; Daniel Vetter ; C, > Ramalingam > ; Gupta, Anshuman ; > intel-gfx@lists.freedesktop.org; dri-de...

Re: [Intel-gfx] [PATCH v3] drm/i915/display: Do not allow DC3CO if PSR SF is enabled

2021-02-23 Thread Gupta, Anshuman
> -Original Message- > From: Mun, Gwan-gyeong > Sent: Tuesday, February 23, 2021 3:00 AM > To: intel-gfx@lists.freedesktop.org > Cc: Gupta, Anshuman ; Souza, Jose > > Subject: [PATCH v3] drm/i915/display: Do not allow DC3CO if PSR SF is enabled > > Even th

Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/debugfs: HDCP capability enc NULL check (rev3)

2021-02-12 Thread Gupta, Anshuman
Pushed to drm-intel-next. Thanks for review and re-reporting. Br, Anshuman Gupta. > -Original Message- > From: Vudum, Lakshminarayana > Sent: Friday, February 12, 2021 11:56 AM > To: Gupta, Anshuman > Cc: intel-gfx@lists.freedesktop.org > Subject: RE: ✗ Fi.CI.IGT: fa

Re: [Intel-gfx] [PATCH v5] drm/i915/debugfs : PCU PM_REQ and PM_RES registers

2021-02-14 Thread Gupta, Anshuman
> -Original Message- > From: Nikula, Jani > Sent: Friday, February 12, 2021 6:34 PM > To: S, Saichandana ; intel-gfx@lists.freedesktop.org > Cc: ch...@chris-wilson.co.uk; Gupta, Anshuman > Subject: Re: [PATCH v5] drm/i915/debugfs : PCU PM_REQ and PM_RES registers &

Re: [Intel-gfx] [PATCH 3/4] drm/i915: Enable runtime pm autosuspend by default

2021-08-27 Thread Gupta, Anshuman
> -Original Message- > From: Intel-gfx On Behalf Of Rodrigo > Vivi > Sent: Wednesday, August 25, 2021 8:53 PM > To: intel-gfx@lists.freedesktop.org > Cc: Vivi, Rodrigo ; Daniel Vetter > ; David Weinehall ; > Tangudu, Tilak ; Deak, Imre > Subject: [Intel-gfx] [PATCH 3/4] drm/i915:

Re: [Intel-gfx] [PATCH 4/4] drm/i915/runtime_pm: Reduce autosuspend delay to 1s.

2021-08-27 Thread Gupta, Anshuman
> -Original Message- > From: Intel-gfx On Behalf Of Rodrigo > Vivi > Sent: Wednesday, August 25, 2021 8:53 PM > To: intel-gfx@lists.freedesktop.org > Cc: Vivi, Rodrigo ; Daniel Vetter > ; David Weinehall ; > Tangudu, Tilak > Subject: [Intel-gfx] [PATCH 4/4] drm/i915/runtime_pm: Reduce

Re: [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/adl_s: Update ADL-S PCI IDs (rev4)

2021-08-23 Thread Gupta, Anshuman
Merged! Thanks, Anshuman Gupta. From: Intel-gfx On Behalf Of Patchwork Sent: Monday, August 23, 2021 6:29 PM To: Surendrakumar Upadhyay, TejaskumarX Cc: intel-gfx@lists.freedesktop.org Subject: [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/adl_s: Update ADL-S PCI IDs (rev4) Patch Details

Re: [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/adl_s: Update ADL-S PCI IDs (rev4)

2021-08-23 Thread Gupta, Anshuman
Thanks for patch. Pushed to drm-intel-next. Br, Anshuman Gupta. From: Intel-gfx On Behalf Of Patchwork Sent: Monday, August 23, 2021 6:29 PM To: Surendrakumar Upadhyay, TejaskumarX Cc: intel-gfx@lists.freedesktop.org Subject: [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/adl_s: Update ADL-S

Re: [Intel-gfx] [PATCH 2/2] drm/i915/runtime_pm: Let's avoid the undocumented D1 opregion notification.

2021-08-25 Thread Gupta, Anshuman
> -Original Message- > From: Intel-gfx On Behalf Of Rodrigo > Vivi > Sent: Tuesday, August 24, 2021 9:15 PM > To: intel-gfx@lists.freedesktop.org > Cc: Vivi, Rodrigo ; Deak, Imre ; > Tangudu, Tilak > Subject: [Intel-gfx] [PATCH 2/2] drm/i915/runtime_pm: Let's avoid the > undocumented

Re: [Intel-gfx] [PATCH v5 3/3] drm/i915/hdcp: reuse rx_info for mst stream type1 capability check

2021-08-18 Thread Gupta, Anshuman
> -Original Message- > From: Li, Juston > Sent: Friday, August 13, 2021 12:14 AM > To: intel-gfx@lists.freedesktop.org > Cc: seanp...@chromium.org; Gupta, Anshuman ; > C, Ramalingam ; Vivi, Rodrigo > ; Li, Juston > Subject: [Intel-gfx] [PATCH v5 3/3] drm/

Re: [Intel-gfx] [PATCH v6 1/3] drm/i915/hdcp: update cp_irq_count_cached in intel_dp_hdcp2_read_msg()

2021-09-02 Thread Gupta, Anshuman
> -Original Message- > From: Li, Juston > Sent: Friday, August 20, 2021 12:19 AM > To: intel-gfx@lists.freedesktop.org > Cc: seanp...@chromium.org; Gupta, Anshuman ; > C, Ramalingam ; Vivi, Rodrigo > ; Li, Juston > Subject: [Intel-gfx] [PATCH v6 1/

Re: [Intel-gfx] [PATCH v6 2/3] drm/i915/hdcp: read RxInfo once when reading RepeaterAuth_Send_ReceiverID_List

2021-09-02 Thread Gupta, Anshuman
> -Original Message- > From: Li, Juston > Sent: Friday, August 20, 2021 12:19 AM > To: intel-gfx@lists.freedesktop.org > Cc: seanp...@chromium.org; Gupta, Anshuman ; > C, Ramalingam ; Vivi, Rodrigo > ; Li, Juston > Subject: [Intel-gfx] [PATCH v6 2/3] drm/i91

Re: [Intel-gfx] [PATCH v6 3/3] drm/i915/hdcp: reuse rx_info for mst stream type1 capability check

2021-09-02 Thread Gupta, Anshuman
> -Original Message- > From: Li, Juston > Sent: Friday, August 20, 2021 12:19 AM > To: intel-gfx@lists.freedesktop.org > Cc: seanp...@chromium.org; Gupta, Anshuman ; > C, Ramalingam ; Vivi, Rodrigo > ; Li, Juston > Subject: [Intel-gfx] [PATCH v6 3/3] drm/

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Disallow D3Cold.

2021-09-13 Thread Gupta, Anshuman
> -Original Message- > From: Intel-gfx On Behalf Of Rodrigo > Vivi > Sent: Friday, September 10, 2021 11:15 PM > To: intel-gfx@lists.freedesktop.org > Cc: Vivi, Rodrigo ; Tangudu, Tilak > ; Deak, Imre > Subject: [Intel-gfx] [PATCH 2/3] drm/i915: Disallow D3Cold. > > During runtime or

Re: [Intel-gfx] [PATCH 3/3] drm/i915: Enable runtime pm autosuspend by default

2021-09-13 Thread Gupta, Anshuman
> -Original Message- > From: Vivi, Rodrigo > Sent: Friday, September 10, 2021 11:15 PM > To: intel-gfx@lists.freedesktop.org > Cc: Vivi, Rodrigo ; Daniel Vetter > ; David Weinehall ; > Tangudu, Tilak ; Deak, Imre ; > Gupta, Anshuman > Subject: [PATCH 3/3]

Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for use DYNAMIC_DEBUG to implement DRM.debug (rev2)

2021-09-06 Thread Gupta, Anshuman
> -Original Message- > From: Latvala, Petri > Sent: Monday, September 6, 2021 4:56 PM > To: Tvrtko Ursulin > Cc: jim.cro...@gmail.com; Intel Graphics Development g...@lists.freedesktop.org>; Bhatt, Jigar ; Gupta, > Anshuman > Subject: Re: [Intel-gfx] ✗ Fi

Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/hdcp: HDCP2.2 MST dock fixes (rev8)

2021-09-06 Thread Gupta, Anshuman
Hi Lakshmi , Below test failure are not related to Display and HDCP. spec@!opengl 3.0@required-renderbuffer-attachment-formats (NEW): pig-glk-j5005: NOTRUN -> INCOMPLETE +2 similar issues Could you please raise issue and re-report the results. Thanks, Anshuman Gupta. From: Intel-gfx

Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/hdcp: HDCP2.2 MST dock fixes (rev8)

2021-09-06 Thread Gupta, Anshuman
Hi Jaswanth , Could you please raise a issue for below failure and re-report the results. https://patchwork.freedesktop.org/series/93570/ Thanks, Anshuman Gupta. > -Original Message- > From: Gupta, Anshuman > Sent: Tuesday, September 7, 2021 9:52 AM > To: Li, Ju

Re: [Intel-gfx] [PATCH 14/19] drm/i915/oprom: Basic sanitization

2021-09-20 Thread Gupta, Anshuman
> -Original Message- > From: Nikula, Jani > Sent: Monday, September 20, 2021 1:12 PM > To: De Marchi, Lucas > Cc: Auld, Matthew ; intel-gfx@lists.freedesktop.org; > dri-de...@lists.freedesktop.org; Gupta, Anshuman > > Subject: Re: [Intel-gfx] [PATCH 14/1

Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for lpsp with hdmi/dp outputs (rev2)

2021-07-28 Thread Gupta, Anshuman
ase raise the issue and rereport the run. Thanks, Anshuman Gupta. From: Patchwork Sent: Wednesday, July 28, 2021 10:17 PM To: Gupta, Anshuman Cc: intel-gfx@lists.freedesktop.org Subject: ✗ Fi.CI.IGT: failure for lpsp with hdmi/dp outputs (rev2) Patch Details Series: lpsp with hdmi/dp outputs (r

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

2021-08-02 Thread Gupta, Anshuman
> -Original Message- > From: Gupta, Anshuman > Sent: Thursday, July 29, 2021 5:49 PM > To: intel-gfx@lists.freedesktop.org > Cc: Deak, Imre ; Gupta, Anshuman > ; Ville Syrjälä ; Kai > Vehmanen ; Shankar, Uma > > Subject: [PATCH v3 1/1] drm/i915/dg1: Ad

Re: [Intel-gfx] i915 MST HDCP code looks broken

2021-10-04 Thread Gupta, Anshuman
> -Original Message- > From: Ville Syrjälä > Sent: Monday, October 4, 2021 4:22 PM > To: intel-gfx@lists.freedesktop.org > Cc: Sean Paul ; Gupta, Anshuman > ; C, Ramalingam ; B S, > Karthik > Subject: i915 MST HDCP code looks broken > >

Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/rpm: Enable runtime pm autosuspend by default (rev4)

2021-11-19 Thread Gupta, Anshuman
Hi Lakshmi , Could you please create a gitlab issue for the below failure and re-report the results. Below failure is present on drm-tip builds as well not related to this patch. • igt@kms_psr@primary_page_flip: o fi-skl-6600u:

Re: [Intel-gfx] [PATCH v3] drm/i915/rpm: Enable runtime pm autosuspend by default

2021-11-19 Thread Gupta, Anshuman
> -Original Message- > From: Tangudu, Tilak > Sent: Tuesday, November 16, 2021 9:23 PM > To: intel-gfx@lists.freedesktop.org; dri-de...@lists.freedesktop.org > Cc: Tangudu, Tilak ; Ewins, Jon > ; Vivi, Rodrigo ; Nilawar, Badal > ; Gupta, Anshuman ; > Syrjala,

Re: [Intel-gfx] [REBASED v2] drm/i915: Tweaked Wa_14010685332 for all PCHs

2021-07-14 Thread Gupta, Anshuman
Thanks David for providing Ack on it. Shall I use your " Tested-by: David E. Box " tag for this patch ? Br, Anshuman Gupta. From: Box, David E Sent: Wednesday, July 14, 2021 2:02 AM To: Gupta, Anshuman ; intel-gfx@lists.freedesktop.org Cc: Roper, Matthew D ; Vivi, Rodrigo ;

Re: [Intel-gfx] [PATCH] drm/i915/debugfs: DISPLAY_VER 13 lpsp capability

2021-07-14 Thread Gupta, Anshuman
> -Original Message- > From: Manna, Animesh > Sent: Wednesday, July 14, 2021 6:30 PM > To: Gupta, Anshuman ; intel- > g...@lists.freedesktop.org > Subject: RE: [PATCH] drm/i915/debugfs: DISPLAY_VER 13 lpsp capability > > > > > -Original Messa

Re: [Intel-gfx] [PATCH 1/3] drm/i915/dg1: Adjust the AUDIO power domain

2021-07-28 Thread Gupta, Anshuman
> -Original Message- > From: Deak, Imre > Sent: Wednesday, July 28, 2021 7:02 PM > To: Gupta, Anshuman > Cc: intel-gfx@lists.freedesktop.org; Ville Syrjälä > ; > Kai Vehmanen ; Shankar, Uma > > Subject: Re: [PATCH 1/3] drm/i915/dg1: Adjust the AUDIO power

Re: [Intel-gfx] [PATCH] drm/i915: Add RPL-S PCI IDs

2022-03-28 Thread Gupta, Anshuman
> -Original Message- > From: Intel-gfx On Behalf Of > Surendrakumar Upadhyay, TejaskumarX > Sent: Monday, March 28, 2022 2:52 PM > To: intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH] drm/i915: Add RPL-S PCI IDs > > Gentle reminder to review below change. > >

Re: [Intel-gfx] [PATCH] drm/i915/debugfs: Dump i915 children runtime status

2022-04-01 Thread Gupta, Anshuman
> -Original Message- > From: Jani Nikula > Sent: Friday, April 1, 2022 5:31 PM > To: Dixit, Ashutosh ; Gupta, Anshuman > > Cc: intel-gfx@lists.freedesktop.org; Wilson, Chris P > ; > Vivi, Rodrigo > Subject: Re: [Intel-gfx] [PATCH] drm/i915/debugfs:

  1   2   3   >