From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Dave Airlie <airlied@gmail.com>, Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: dim-tools@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] [PULL] drm-intel-next (updated without the bad commit)
Date: Fri, 5 Aug 2022 16:46:59 -0400 [thread overview]
Message-ID: <Yu2Bw966Ii/NfF9L@intel.com> (raw)
Hi Dave and Daniel,
Please pick this one instead of drm-intel-next-fixes-2022-08-04.
Mauro has pointed out that the commit "drm/i915/gt: Batch TLB invalidations"
was introducing a worst regression in comparison to its intent.
The work is in progress to fix on our -next branches, but we shouldn't
backport it for now.
Sorry for the noise.
And a big thanks to Mauro who noticed and pointed it out before
the propagation.
Here goes drm-intel-next-2022-08-05:
- disable pci resize on 32-bit systems (Nirmoy)
- don't leak the ccs state (Matt)
- TLB invalidation fixes (Chris)
[Excluding the bad commit drm/i915/gt: Batch TLB invalidations \
present on drm-intel-next-fixes-2022-08-04]
Thanks,
Rodrigo.
The following changes since commit 5493ee1919eae4f49d62276cf5986b7f7c7aa8f6:
Merge tag 'amd-drm-next-5.20-2022-07-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2022-08-03 14:00:19 +1000)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-2022-08-05
for you to fetch changes up to fc30eea1542dd787c6aa46e970014e97e390c5b2:
Merge drm/drm-next into drm-intel-next (2022-08-04 10:19:24 -0400)
----------------------------------------------------------------
- disable pci resize on 32-bit systems (Nirmoy)
- don't leak the ccs state (Matt)
- TLB invalidation fixes (Chris)
[Excluding the bad commit drm/i915/gt: Batch TLB invalidations \
present on drm-intel-next-fixes-2022-08-04]
----------------------------------------------------------------
Ankit Nautiyal (1):
drm/i915/hdmi: Prune modes that require HDMI2.1 FRL
Anusha Srivatsa (3):
drm/i915/display: Cleanup intel_phy_is_combo()
drm/i915: Pass drm_i915_private struct instead of gt for gen11_gu_misc_irq_handler/ack()
drm/i915/dg2: Add support for DC5 state
Imre Deak (3):
drm/i915/tgl+: Fix HDMI transcoder clock vs. DDI BUF disabling order
drm/i915/d12+: Disable DMC handlers during loading/disabling the firmware
drm/i915/d13: Add Wa_16015201720 disabling clock gating for PIPEDMC-A/B
José Roberto de Souza (2):
Revert "drm/i915/display: Ensure PSR gets disabled if no encoders in new state"
drm/i915/psr: Disable PSR before disable pipe
Jouni Högander (1):
drm/i915/display: Ensure PSR gets disabled if no encoders in new state
Madhumitha Tolakanahalli Pradeep (1):
drm/i915/dmc: Update DG2 DMC firmware to v2.07
Matt Roper (1):
drm/i915: Add Wa_14016291713
Rodrigo Vivi (1):
Merge drm/drm-next into drm-intel-next
Stanislav Lisovskiy (1):
drm/i915/dg2: Bump up CDCLK for DG2
Swati Sharma (1):
drm/i915/display: Add debug print for scaler filter
drivers/gpu/drm/i915/display/intel_cdclk.c | 4 +-
.../gpu/drm/i915/display/intel_crtc_state_dump.c | 9 ++--
drivers/gpu/drm/i915/display/intel_ddi.c | 6 ++-
drivers/gpu/drm/i915/display/intel_display.c | 14 +++--
.../gpu/drm/i915/display/intel_display_debugfs.c | 5 +-
drivers/gpu/drm/i915/display/intel_display_power.c | 13 ++++-
drivers/gpu/drm/i915/display/intel_dmc.c | 60 +++++++++++++++++++---
drivers/gpu/drm/i915/display/intel_dmc.h | 1 +
drivers/gpu/drm/i915/display/intel_dmc_regs.h | 2 +
drivers/gpu/drm/i915/display/intel_fbc.c | 6 +++
drivers/gpu/drm/i915/display/intel_hdmi.c | 9 ++++
drivers/gpu/drm/i915/display/intel_psr.c | 14 ++---
drivers/gpu/drm/i915/i915_irq.c | 16 +++---
drivers/gpu/drm/i915/i915_reg.h | 7 +++
14 files changed, 126 insertions(+), 40 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Rodrigo Vivi <rodrigo.vivi@intel.com>
To: Dave Airlie <airlied@gmail.com>, Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>,
dim-tools@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
Thomas Zimmermann <tzimmermann@suse.de>,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
intel-gfx@lists.freedesktop.org
Subject: [PULL] drm-intel-next (updated without the bad commit)
Date: Fri, 5 Aug 2022 16:46:59 -0400 [thread overview]
Message-ID: <Yu2Bw966Ii/NfF9L@intel.com> (raw)
Hi Dave and Daniel,
Please pick this one instead of drm-intel-next-fixes-2022-08-04.
Mauro has pointed out that the commit "drm/i915/gt: Batch TLB invalidations"
was introducing a worst regression in comparison to its intent.
The work is in progress to fix on our -next branches, but we shouldn't
backport it for now.
Sorry for the noise.
And a big thanks to Mauro who noticed and pointed it out before
the propagation.
Here goes drm-intel-next-2022-08-05:
- disable pci resize on 32-bit systems (Nirmoy)
- don't leak the ccs state (Matt)
- TLB invalidation fixes (Chris)
[Excluding the bad commit drm/i915/gt: Batch TLB invalidations \
present on drm-intel-next-fixes-2022-08-04]
Thanks,
Rodrigo.
The following changes since commit 5493ee1919eae4f49d62276cf5986b7f7c7aa8f6:
Merge tag 'amd-drm-next-5.20-2022-07-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2022-08-03 14:00:19 +1000)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-2022-08-05
for you to fetch changes up to fc30eea1542dd787c6aa46e970014e97e390c5b2:
Merge drm/drm-next into drm-intel-next (2022-08-04 10:19:24 -0400)
----------------------------------------------------------------
- disable pci resize on 32-bit systems (Nirmoy)
- don't leak the ccs state (Matt)
- TLB invalidation fixes (Chris)
[Excluding the bad commit drm/i915/gt: Batch TLB invalidations \
present on drm-intel-next-fixes-2022-08-04]
----------------------------------------------------------------
Ankit Nautiyal (1):
drm/i915/hdmi: Prune modes that require HDMI2.1 FRL
Anusha Srivatsa (3):
drm/i915/display: Cleanup intel_phy_is_combo()
drm/i915: Pass drm_i915_private struct instead of gt for gen11_gu_misc_irq_handler/ack()
drm/i915/dg2: Add support for DC5 state
Imre Deak (3):
drm/i915/tgl+: Fix HDMI transcoder clock vs. DDI BUF disabling order
drm/i915/d12+: Disable DMC handlers during loading/disabling the firmware
drm/i915/d13: Add Wa_16015201720 disabling clock gating for PIPEDMC-A/B
José Roberto de Souza (2):
Revert "drm/i915/display: Ensure PSR gets disabled if no encoders in new state"
drm/i915/psr: Disable PSR before disable pipe
Jouni Högander (1):
drm/i915/display: Ensure PSR gets disabled if no encoders in new state
Madhumitha Tolakanahalli Pradeep (1):
drm/i915/dmc: Update DG2 DMC firmware to v2.07
Matt Roper (1):
drm/i915: Add Wa_14016291713
Rodrigo Vivi (1):
Merge drm/drm-next into drm-intel-next
Stanislav Lisovskiy (1):
drm/i915/dg2: Bump up CDCLK for DG2
Swati Sharma (1):
drm/i915/display: Add debug print for scaler filter
drivers/gpu/drm/i915/display/intel_cdclk.c | 4 +-
.../gpu/drm/i915/display/intel_crtc_state_dump.c | 9 ++--
drivers/gpu/drm/i915/display/intel_ddi.c | 6 ++-
drivers/gpu/drm/i915/display/intel_display.c | 14 +++--
.../gpu/drm/i915/display/intel_display_debugfs.c | 5 +-
drivers/gpu/drm/i915/display/intel_display_power.c | 13 ++++-
drivers/gpu/drm/i915/display/intel_dmc.c | 60 +++++++++++++++++++---
drivers/gpu/drm/i915/display/intel_dmc.h | 1 +
drivers/gpu/drm/i915/display/intel_dmc_regs.h | 2 +
drivers/gpu/drm/i915/display/intel_fbc.c | 6 +++
drivers/gpu/drm/i915/display/intel_hdmi.c | 9 ++++
drivers/gpu/drm/i915/display/intel_psr.c | 14 ++---
drivers/gpu/drm/i915/i915_irq.c | 16 +++---
drivers/gpu/drm/i915/i915_reg.h | 7 +++
14 files changed, 126 insertions(+), 40 deletions(-)
next reply other threads:[~2022-08-05 20:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-05 20:46 Rodrigo Vivi [this message]
2022-08-05 20:46 ` [PULL] drm-intel-next (updated without the bad commit) Rodrigo Vivi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Yu2Bw966Ii/NfF9L@intel.com \
--to=rodrigo.vivi@intel.com \
--cc=airlied@gmail.com \
--cc=daniel.vetter@ffwll.ch \
--cc=dim-tools@lists.freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=mripard@kernel.org \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.