[Intel-gfx] [PATCH] drm/drm_edid: Refactor HFVSDB parsing for DSC1.2

2022-07-21 Thread Ankit Nautiyal
DSC capabilities are given in bytes 11-13 of VSDB (i.e. bytes 8-10 of SCDS). Since minimum length of Data block is 7, all bytes greater than 7 must be read only after checking the length of the data block. This patch adds check for data block length before reading relavant DSC bytes. It also

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/display: Cleanup intel_phy_is_combo() (rev2)

2022-07-21 Thread Patchwork
== Series Details == Series: drm/i915/display: Cleanup intel_phy_is_combo() (rev2) URL : https://patchwork.freedesktop.org/series/106450/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11935_full -> Patchwork_106450v2_full

Re: [Intel-gfx] [PATCH] drm/i915: clear plane color ctl setting when turn full plane off

2022-07-21 Thread Shankar, Uma
> -Original Message- > From: Lee, Shawn C > Sent: Wednesday, July 13, 2022 2:57 PM > To: intel-gfx@lists.freedesktop.org > Cc: Lee, Shawn C ; Jani Nikula > ; Ville Syrjälä ; > Shankar, > Uma ; Lisovskiy, Stanislav > ; Tseng, William > Subject: [PATCH] drm/i915: clear plane color ctl

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: stop using swiotlb

2022-07-21 Thread Patchwork
== Series Details == Series: drm/i915: stop using swiotlb URL : https://patchwork.freedesktop.org/series/106589/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11935_full -> Patchwork_106589v1_full Summary ---

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Pass drm_i915_private struct instead of gt for gen11_gu_misc_irq_handler/ack()

2022-07-21 Thread Patchwork
== Series Details == Series: drm/i915: Pass drm_i915_private struct instead of gt for gen11_gu_misc_irq_handler/ack() URL : https://patchwork.freedesktop.org/series/106598/ State : success == Summary == CI Bug Log - changes from CI_DRM_11935 -> Patchwork_106598v1

[Intel-gfx] [PATCH] drm/i915: Pass drm_i915_private struct instead of gt for gen11_gu_misc_irq_handler/ack()

2022-07-21 Thread Anusha Srivatsa
gen11_gu_misc_irq_handler() and gen11_gu_misc_ack() do nothing tile specific. v2: gen11_gu_misc_irq_ack() tile agnostic like gen11_gu_misc_irq_handler() (Tvrtko) Cc: Tvrtko Ursulin Cc: Matt Roper Signed-off-by: Anusha Srivatsa --- drivers/gpu/drm/i915/i915_irq.c | 16 1 file

[Intel-gfx] ✗ Fi.CI.IGT: failure for Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation (rev8)

2022-07-21 Thread Patchwork
== Series Details == Series: Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation (rev8) URL : https://patchwork.freedesktop.org/series/104704/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11934_full ->

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/display: Cleanup intel_phy_is_combo() (rev2)

2022-07-21 Thread Patchwork
== Series Details == Series: drm/i915/display: Cleanup intel_phy_is_combo() (rev2) URL : https://patchwork.freedesktop.org/series/106450/ State : success == Summary == CI Bug Log - changes from CI_DRM_11935 -> Patchwork_106450v2 Summary

Re: [Intel-gfx] [PATCH] drm/i915/display: Cleanup intel_phy_is_combo()

2022-07-21 Thread Matt Roper
On Thu, Jul 21, 2022 at 01:17:54PM -0700, Anusha Srivatsa wrote: > No functional change. Cleanup the intel_phy_is_combo But there actually is a functional change here --- display version 14 will now (properly) fall through to the 'else' branch instead of being picked up by the 11/12/adl branch.

[Intel-gfx] [PATCH] drm/i915/display: Cleanup intel_phy_is_combo()

2022-07-21 Thread Anusha Srivatsa
No functional change. Cleanup the intel_phy_is_combo to accommodate for cases where combo phy is not available. v2: retain comment that explains DG2 returning false from intel_phy_is_combo() (Arun) Cc: Arun R Murthy Cc: Matt Roper Signed-off-by: Anusha Srivatsa ---

[Intel-gfx] ✗ Fi.CI.BUILD: failure for sna: Initialize sna pointer

2022-07-21 Thread Patchwork
== Series Details == Series: sna: Initialize sna pointer URL : https://patchwork.freedesktop.org/series/106592/ State : failure == Summary == Error: patch https://patchwork.freedesktop.org/api/1.0/series/106592/revisions/1/mbox/ not applied Applying: sna: Initialize sna pointer error: sha1

[Intel-gfx] [PATCH xf86-video-intel] sna: Initialize sna pointer

2022-07-21 Thread Jeffrey Knockel
From: Jeffrey Knockel Initialize the sna pointer if it hasn't already been initialized. Otherwise, we have the following segfault: 0x7f24b993ef04 in list_add (entry=0x564a7a1380f8, head=0x7ffd01899aa8) at ../../src/intel_list.h:161 0x7f24b993f0a0 in list_move (list=0x564a7a1380f8,

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: stop using swiotlb

2022-07-21 Thread Patchwork
== Series Details == Series: drm/i915: stop using swiotlb URL : https://patchwork.freedesktop.org/series/106589/ State : success == Summary == CI Bug Log - changes from CI_DRM_11935 -> Patchwork_106589v1 Summary --- **SUCCESS**

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/hdmi: Prune modes that require HDMI2.1 FRL (rev3)

2022-07-21 Thread Patchwork
== Series Details == Series: drm/i915/hdmi: Prune modes that require HDMI2.1 FRL (rev3) URL : https://patchwork.freedesktop.org/series/106011/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11933_full -> Patchwork_106011v3_full

Re: [Intel-gfx] [drm] 39dec70a06: leaking-addresses.proc._dyndbg_classes.

2022-07-21 Thread jim . cromie
On Wed, Jul 20, 2022 at 7:05 PM kernel test robot wrote: > > > Greeting, > > FYI, we noticed the following commit (built with gcc-11): > > commit: 39dec70a061e581e60adb416031948ecd2dcd5d0 ("drm: POC drm on dyndbg > - use in core, 2 helpers, 3 drivers.") > https://github.com/jimc/linux.git

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: stop using swiotlb

2022-07-21 Thread Patchwork
== Series Details == Series: drm/i915: stop using swiotlb URL : https://patchwork.freedesktop.org/series/106589/ 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] drm/i915: stop using swiotlb

2022-07-21 Thread Robert Beckett
Calling swiotlb functions directly is nowadays considered harmful. See https://lore.kernel.org/intel-gfx/20220711082614.ga29...@lst.de/ Replace swiotlb_max_segment() calls with dma_max_mapping_size(). In i915_gem_object_get_pages_internal() no longer consider max_segment only if CONFIG_SWIOTLB is

Re: [Intel-gfx] [PATCH v4 1/2] vfio: Replace the DMA unmapping notifier with a callback

2022-07-21 Thread Alex Williamson
On Thu, 21 Jul 2022 12:01:47 -0400 Eric Farman wrote: > On Wed, 2022-07-20 at 17:04 -0600, Alex Williamson wrote: > > On Wed, 20 Jul 2022 17:08:29 -0300 > > Jason Gunthorpe wrote: > > > > > On Wed, Jul 20, 2022 at 01:41:13PM -0600, Alex Williamson wrote: > > > > > > > ie. we don't need

Re: [Intel-gfx] [PATCH] drm/i915/guc: support v69 in parallel to v70

2022-07-21 Thread Ceraolo Spurio, Daniele
On 7/21/2022 2:29 AM, Tvrtko Ursulin wrote: On 19/07/2022 16:29, Ceraolo Spurio, Daniele wrote: On 7/19/2022 12:34 AM, Tvrtko Ursulin wrote: On 18/07/2022 17:41, Ceraolo Spurio, Daniele wrote: On 7/18/2022 3:02 AM, Tvrtko Ursulin wrote: Hi, On 15/07/2022 23:54, Daniele Ceraolo

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dg1: Fix power gate sequence. (rev2)

2022-07-21 Thread Patchwork
== Series Details == Series: drm/i915/dg1: Fix power gate sequence. (rev2) URL : https://patchwork.freedesktop.org/series/85082/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11933_full -> Patchwork_85082v2_full Summary

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

2022-07-21 Thread Vivi, Rodrigo
On Wed, 2022-07-13 at 17:31 -0400, Rodrigo Vivi wrote: > Hi Dave and Daniel, > > On behalf of Tvrtko, who is recovering from Covid, > here goes the latest drm-intel-gt-next pull request > targeting 5.20. Hi Folks, any particular issue with this pull request? We just realized it is not yet part

[Intel-gfx] ✓ Fi.CI.BAT: success for Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation (rev8)

2022-07-21 Thread Patchwork
== Series Details == Series: Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation (rev8) URL : https://patchwork.freedesktop.org/series/104704/ State : success == Summary == CI Bug Log - changes from CI_DRM_11934 ->

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation (rev8)

2022-07-21 Thread Patchwork
== Series Details == Series: Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation (rev8) URL : https://patchwork.freedesktop.org/series/104704/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation (rev8)

2022-07-21 Thread Patchwork
== Series Details == Series: Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation (rev8) URL : https://patchwork.freedesktop.org/series/104704/ State : warning == Summary == Error: dim checkpatch failed f2a675bf6eec drm: Move

Re: [Intel-gfx] susetting the remaining swioltb couplin in DRM

2022-07-21 Thread Robert Beckett
On 18/07/2022 12:36, Tvrtko Ursulin wrote: Hi, On 12/07/2022 06:00, Christoph Hellwig wrote: On Mon, Jul 11, 2022 at 04:31:49PM -0400, Rodrigo Vivi wrote: On Mon, Jul 11, 2022 at 10:26:14AM +0200, Christoph Hellwig wrote: Hi i915 and nouveau maintainers, any chance I could get some help

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Add D3Cold-Off support for runtime-pm (rev3)

2022-07-21 Thread Patchwork
== Series Details == Series: drm/i915: Add D3Cold-Off support for runtime-pm (rev3) URL : https://patchwork.freedesktop.org/series/105427/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11933 -> Patchwork_105427v3 Summary

Re: [Intel-gfx] [PATCH] drm/i915/selftests: Fix comment typo

2022-07-21 Thread Andi Shyti
> On Sat, Jul 16, 2022 at 12:05:20PM +0800, Jason Wang wrote: > > Fix the double `wait' typo in comment. > > > > Signed-off-by: Jason Wang > > Few warnings for this patch: > > 1. you missed Rodrigo's r-b tag. > 2. please add a counter to your patch, this would be [PATCH v2] > 3. please add

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add D3Cold-Off support for runtime-pm (rev3)

2022-07-21 Thread Patchwork
== Series Details == Series: drm/i915: Add D3Cold-Off support for runtime-pm (rev3) URL : https://patchwork.freedesktop.org/series/105427/ State : warning == Summary == Error: dim checkpatch failed 4f11e13b3cc3 drm/i915: Added is_intel_rpm_allowed helper 6171adbfb722 drm/i915: Guard rc6

Re: [Intel-gfx] [PATCH] drm/i915/selftests: Fix comment typo

2022-07-21 Thread Andi Shyti
Hi Jason, On Sat, Jul 16, 2022 at 12:05:20PM +0800, Jason Wang wrote: > Fix the double `wait' typo in comment. > > Signed-off-by: Jason Wang Few warnings for this patch: 1. you missed Rodrigo's r-b tag. 2. please add a counter to your patch, this would be [PATCH v2] 3. please add a

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/hdmi: Prune modes that require HDMI2.1 FRL (rev3)

2022-07-21 Thread Patchwork
== Series Details == Series: drm/i915/hdmi: Prune modes that require HDMI2.1 FRL (rev3) URL : https://patchwork.freedesktop.org/series/106011/ State : success == Summary == CI Bug Log - changes from CI_DRM_11933 -> Patchwork_106011v3

Re: [Intel-gfx] [PATCH] drm/i915: Suppress oom warning for shmemfs object allocation failure

2022-07-21 Thread Das, Nirmoy
On 7/21/2022 11:49 AM, Matthew Auld wrote: On 20/07/2022 13:23, Nirmoy Das wrote: From: Chris Wilson We report object allocation failures to userspace with ENOMEM, yet we still show the memory warning after failing to shrink device allocated pages. While this warning is similar to other

Re: [Intel-gfx] [PATCH 6/8] drm/i915/rpm: d3cold Policy

2022-07-21 Thread Tangudu, Tilak
> -Original Message- > From: Gupta, Anshuman > Sent: Thursday, July 21, 2022 5:00 PM > To: Tangudu, Tilak ; Ewins, Jon > ; Belgaumkar, Vinay ; > Roper, Matthew D ; Wilson, Chris P > ; Nikula, Jani ; Gupta, > saurabhg ; Vivi, Rodrigo > ; Nilawar, Badal ; Deak, > Imre ; Iddamsetty,

Re: [Intel-gfx] [PATCH 6/8] drm/i915/rpm: d3cold Policy

2022-07-21 Thread Gupta, Anshuman
> -Original Message- > From: Tangudu, Tilak > Sent: Thursday, July 21, 2022 3:30 PM > To: Ewins, Jon ; Belgaumkar, Vinay > ; Roper, Matthew D > ; Wilson, Chris P ; > Nikula, Jani ; Gupta, saurabhg > ; Vivi, Rodrigo ; Gupta, > Anshuman ; Nilawar, Badal > ; Tangudu, Tilak ; Deak, > Imre

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dg1: Fix power gate sequence. (rev2)

2022-07-21 Thread Patchwork
== Series Details == Series: drm/i915/dg1: Fix power gate sequence. (rev2) URL : https://patchwork.freedesktop.org/series/85082/ State : success == Summary == CI Bug Log - changes from CI_DRM_11933 -> Patchwork_85082v2 Summary ---

Re: [Intel-gfx] [PATCH] drm/i915: Suppress oom warning for shmemfs object allocation failure

2022-07-21 Thread Matthew Auld
On 20/07/2022 13:23, Nirmoy Das wrote: From: Chris Wilson We report object allocation failures to userspace with ENOMEM, yet we still show the memory warning after failing to shrink device allocated pages. While this warning is similar to other system page allocation failures, it is

[Intel-gfx] [PATCH 8/8] drm/i915 : Add D3COLD OFF support

2022-07-21 Thread tilak . tangudu
From: Tilak Tangudu Added lmem deep suspend/resume, which covers lmem eviction and added GT/GUC deep suspend/resume using i915_gem_backup_suspend, i915_gem_suspend_late and i915_gem_resume. Signed-off-by: Tilak Tangudu --- drivers/gpu/drm/i915/i915_driver.c | 74 --

[Intel-gfx] [PATCH 7/8] drm/i915: Add i915_save/load_pci_state helpers

2022-07-21 Thread tilak . tangudu
From: Aravind Iddamsetty Add i915_save/load_pci_state helpers which saves pci config state and restores the saved state. Signed-off-by: Aravind Iddamsetty Signed-off-by: Tilak Tangudu --- drivers/gpu/drm/i915/i915_driver.c | 34 ++

[Intel-gfx] [PATCH 6/8] drm/i915/rpm: d3cold Policy

2022-07-21 Thread tilak . tangudu
From: Tilak Tangudu Add d3cold_sr_lmem_threshold modparam to choose between d3cold-off zero watt and d3hot/d3cold-VRAM Self Refresh. i915 requires to evict the lmem objects to smem in order to support d3cold-Off. if platform does not supports vram_sr feature then fall back to d3hot by disabling

[Intel-gfx] [PATCH 5/8] Drm/i915/rpm: Add intel_runtime_idle

2022-07-21 Thread tilak . tangudu
From: Anshuman Gupta Adding intel_runtime_idle (runtime_idle callback) to prepare the tageted D3 state. Since we have introduced i915 runtime_idle callback. It need to be warranted that Runtime PM Core invokes runtime_idle callback when runtime usages count becomes zero. That requires to use

[Intel-gfx] [PATCH 4/8] drm/i915: sanitize dc state in rpm resume

2022-07-21 Thread tilak . tangudu
From: Tilak Tangudu During runtime resume the display init sequence is called via intel_display_power_resume() -> icl_display_core_init() which should restore the display HW state. For restoring the DC9 enabled state in DC_STATE_EN, gen9_sanitize_dc_state() should be called on the runtime

[Intel-gfx] [PATCH 3/8] drm/i915: Extend rpm in intel_guc_global_policies_update

2022-07-21 Thread tilak . tangudu
From: Tilak Tangudu intel_guc_is_ready need to be guarded with rpm helpers as it needs guc interaction. Signed-off-by: Tilak Tangudu --- drivers/gpu/drm/i915/gt/uc/intel_guc_ads.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git

[Intel-gfx] [PATCH 0/8] drm/i915: Add D3Cold-Off support for runtime-pm

2022-07-21 Thread tilak . tangudu
From: Tilak Tangudu 1. Added D3Cold-Off support for runtime pm for discrete gpu. 2. LMEM is switched off and gpu is in off state in D3Cold-Off so, lmem & GT deep suspend/resume is added. 3. Re-used i915_gem_backup_suspend, i915_gem_suspend_late and i915_gem_resume to handle above 2. 4.

[Intel-gfx] [PATCH 2/8] drm/i915: Guard rc6 helpers with is_intel_rpm_allowed

2022-07-21 Thread tilak . tangudu
From: Tilak Tangudu Guard intel_rc6_sanitize/intel_rc6_enable/intel_rc6_disable rc6 helpers with is_intel_rpm_allowed as these are called in intel_gt_resume/intel_gt_suspend_late. Signed-off-by: Tilak Tangudu --- drivers/gpu/drm/i915/gt/intel_rc6.c | 13 ++--- 1 file changed, 10

[Intel-gfx] [PATCH 1/8] drm/i915: Added is_intel_rpm_allowed helper

2022-07-21 Thread tilak . tangudu
From: Tilak Tangudu Added is_intel_rpm_allowed function to query the runtime_pm status and disllow during suspending and resuming. v2: Return -2 if runtime pm is not allowed in runtime_pm_get and skip wakeref release in runtime_pm_put if wakeref value is -2. - Jani N Signed-off-by: Tilak

Re: [Intel-gfx] [PATCH] drm/i915/guc: support v69 in parallel to v70

2022-07-21 Thread Tvrtko Ursulin
On 19/07/2022 16:29, Ceraolo Spurio, Daniele wrote: On 7/19/2022 12:34 AM, Tvrtko Ursulin wrote: On 18/07/2022 17:41, Ceraolo Spurio, Daniele wrote: On 7/18/2022 3:02 AM, Tvrtko Ursulin wrote: Hi, On 15/07/2022 23:54, Daniele Ceraolo Spurio wrote: This patch re-introduces support for

Re: [Intel-gfx] [PATCH 01/12] drm/i915: Remove bogus GEM_BUG_ON in unpark

2022-07-21 Thread Tvrtko Ursulin
On 21/07/2022 01:54, John Harrison wrote: On 7/19/2022 02:42, Tvrtko Ursulin wrote: On 19/07/2022 01:05, John Harrison wrote: On 7/18/2022 05:15, Tvrtko Ursulin wrote: On 13/07/2022 00:31, john.c.harri...@intel.com wrote: From: Matthew Brost Remove bogus GEM_BUG_ON which compared

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

2022-07-21 Thread Maxime Ripard
Hi Daniel, Dave, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2022-07-21: A scheduling-while-atomic fix for drm/scheduler, a locking fix for TTM, a typo fix for panel-edp and a resource removal fix for imx/dcss The following changes since commit

Re: [Intel-gfx] [PATCH] drm/i915/hdmi: Prune modes that require HDMI2.1 FRL

2022-07-21 Thread Nautiyal, Ankit K
On 7/19/2022 12:32 PM, Murthy, Arun R wrote: -Original Message- From: Nautiyal, Ankit K Sent: Tuesday, July 19, 2022 11:40 AM To: Murthy, Arun R ; intel- g...@lists.freedesktop.org Subject: Re: [Intel-gfx] [PATCH] drm/i915/hdmi: Prune modes that require HDMI2.1 FRL On 7/19/2022 8:45

[Intel-gfx] [PATCH v2] drm/i915/hdmi: Prune modes that require HDMI2.1 FRL

2022-07-21 Thread Ankit Nautiyal
HDMI2.1 requires some higher resolution video modes to be enumerated only if HDMI2.1 Fixed Rate Link (FRL) is supported. Current platforms do not support FRL transmission so prune modes that require HDMI2.1 FRL. v2: Fixed the condition to check for dotclock > 600. Return MODE_CLOCK_HIGH as mode

Re: [Intel-gfx] [PATCH] drm/i915/gt: Remove unneeded semicolon

2022-07-21 Thread Rodrigo Vivi
On Sun, Jul 17, 2022 at 02:44:39AM +0800, Jason Wang wrote: > The semicolon after the `}' in line 648 is unneeded. I removed the line mention while pushing to drm-intel-gt-next. Thanks for the patch. > > Signed-off-by: Jason Wang > --- > drivers/gpu/drm/i915/gt/intel_migrate.c | 2 +- > 1

Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Suppress oom warning for shmemfs object allocation failure (rev2)

2022-07-21 Thread Das, Nirmoy
On 7/21/2022 4:32 AM, Patchwork wrote: Project List - Patchwork *Patch Details* *Series:* drm/i915: Suppress oom warning for shmemfs object allocation failure (rev2) *URL:* https://patchwork.freedesktop.org/series/106528/ *State:*failure *Details:*

Re: [Intel-gfx] [PATCH] drm/i915/selftests: Fix comment typo

2022-07-21 Thread Rodrigo Vivi
On Wed, Jul 20, 2022 at 06:56:16PM +0200, Andrzej Hajda wrote: > On 16.07.2022 06:05, Jason Wang wrote: > > Fix the double `wait' typo in comment. > > > > Signed-off-by: Jason Wang > > --- > > drivers/gpu/drm/i915/selftests/i915_request.c | 2 +- > > 1 file changed, 1 insertion(+), 1

[Intel-gfx] [PATCH] drm/i915/dg1: Fix power gate sequence.

2022-07-21 Thread Rodrigo Vivi
sub-pipe PG is not present on DG1. Setting these bits can disable other power gates and cause GPU hangs on video playbacks. HSDES: 1507666497, 1407222020 VLK: 16314, 4304 Fixes: 85a12d7eb8fe ("drm/i915/tgl: Fix Media power gate sequence.") Cc: Matt Roper Cc: Ashutosh Dixit Signed-off-by:

Re: [Intel-gfx] [PATCH] drm/i915: Fix NPD in PMU during driver teardown

2022-07-21 Thread Tvrtko Ursulin
On 21/07/2022 05:30, Summers, Stuart wrote: On Wed, 2022-07-20 at 13:07 -0700, Umesh Nerlige Ramappa wrote: On Wed, Jul 20, 2022 at 09:14:38AM +0100, Tvrtko Ursulin wrote: On 20/07/2022 01:22, Umesh Nerlige Ramappa wrote: On Tue, Jul 19, 2022 at 10:00:01AM +0100, Tvrtko Ursulin wrote: On

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

2022-07-21 Thread Thomas Zimmermann
Hi Dave and Daniel, here's the drm-misc-next-fixes PR for this week. Best regards Thomas drm-misc-next-fixes-2022-07-21: Short summary of fixes pull: * amdgpu: Fix for drm buddy memory corruption * nouveau: PM fixes; DP fixes The following changes since commit