Intel-GFX Archive mirror
 help / color / mirror / Atom feed
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
To: Daniel Vetter <daniel.vetter@ffwll.ch>, Dave Airlie <airlied@gmail.com>
Cc: dim-tools@lists.freedesktop.org, intel-xe@lists.freedesktop.org,
	intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	"Lucas De Marchi" <lucas.demarchi@intel.com>,
	"Oded Gabbay" <ogabbay@kernel.org>,
	"Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	"Thomas Zimmermann" <tzimmermann@suse.de>,
	"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
	"Tvrtko Ursulin" <tursulin@ursulin.net>,
	"Joonas Lahtinen" <joonas.lahtinen@linux.intel.com>,
	"Jani Nikula" <jani.nikula@linux.intel.com>
Subject: [PULL] drm-misc-next-fixes
Date: Wed, 8 May 2024 12:36:25 +0200	[thread overview]
Message-ID: <fe630414-d13e-4052-86f3-ce3155eb3e44@linux.intel.com> (raw)

Hi Dave, Sima,

drm-misc-next-fixes for v6.10-rc1.

There was some discussion on certain cherry picks I did,
specifically the one for hiding fbdev address. There is some potential
to cause regressions on ARM by hiding the physical address, but I think 
it should be fine to move ahead. This is why a pull request didn't make 
it in time last week.

Hope the extra time at least gave more chance of detection of potential 
regressions.

Cheers,
Maarten

drm-misc-next-fixes-2024-05-08:
drm-misc-next-fixes for v6.10-rc1:
- panthor fixes.
- Reverting Kconfig changes, and moving drm options to submenu.
- Hide physical fb address in fb helper.
- zynqmp bridge fix.
- Revert broken ti-sn65dsi83 fix.
The following changes since commit 4a56c0ed5aa0bcbe1f5f7d755fb1fe1ebf48ae9c:

   Merge tag 'amd-drm-next-6.10-2024-04-26' of 
https://gitlab.freedesktop.org/agd5f/linux into drm-next (2024-04-30 
14:43:00 +1000)

are available in the Git repository at:

   https://gitlab.freedesktop.org/drm/misc/kernel.git 
tags/drm-misc-next-fixes-2024-05-08

for you to fetch changes up to be3f3042391d061cfca2bd22630e0d101acea5fc:

   drm: zynqmp_dpsub: Always register bridge (2024-05-02 23:40:56 +0200)

----------------------------------------------------------------
drm-misc-next-fixes for v6.10-rc1:
- panthor fixes.
- Reverting Kconfig changes, and moving drm options to submenu.
- Hide physical fb address in fb helper.
- zynqmp bridge fix.
- Revert broken ti-sn65dsi83 fix.

----------------------------------------------------------------
Boris Brezillon (3):
       drm/panthor: Kill the faulty_slots variable in 
panthor_sched_suspend()
       drm/panthor: Make sure we handle 'unknown group state' case properly
       drm/panthor: Fix the FW reset logic

Geert Uytterhoeven (11):
       Revert "drm: fix DRM_DISPLAY_DP_HELPER dependencies, part 2"
       Revert "drm/display: Select DRM_KMS_HELPER for DP helpers"
       Revert "drm/bridge: dw-hdmi: Make DRM_DW_HDMI selectable"
       Revert "drm: fix DRM_DISPLAY_DP_HELPER dependencies"
       Revert "drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on"
       Revert "drm: Switch DRM_DISPLAY_HDCP_HELPER to depends on"
       Revert "drm: Switch DRM_DISPLAY_DP_HELPER to depends on"
       Revert "drm: Switch DRM_DISPLAY_DP_AUX_BUS to depends on"
       Revert "drm: Switch DRM_DISPLAY_HELPER to depends on"
       Revert "drm: Make drivers depends on DRM_DW_HDMI"
       Revert "drm/display: Make all helpers visible and switch to 
depends on"

Jocelyn Falempe (1):
       drm/fb_dma: Add checks in drm_fb_dma_get_scanout_buffer()

Luca Ceresoli (1):
       Revert "drm/bridge: ti-sn65dsi83: Fix enable error path"

Masahiro Yamada (1):
       drm: move DRM-related CONFIG options into DRM submenu

Sean Anderson (1):
       drm: zynqmp_dpsub: Always register bridge

Thomas Zimmermann (1):
       drm/fbdev-generic: Do not set physical framebuffer address

  drivers/gpu/drm/Kconfig                 | 20 +++++++-------
  drivers/gpu/drm/amd/amdgpu/Kconfig      | 12 ++++-----
  drivers/gpu/drm/bridge/Kconfig          | 28 ++++++++++----------
  drivers/gpu/drm/bridge/analogix/Kconfig | 18 ++++++-------
  drivers/gpu/drm/bridge/cadence/Kconfig  |  8 +++---
  drivers/gpu/drm/bridge/imx/Kconfig      |  4 +--
  drivers/gpu/drm/bridge/synopsys/Kconfig |  6 ++---
  drivers/gpu/drm/bridge/ti-sn65dsi83.c   |  1 -
  drivers/gpu/drm/display/Kconfig         | 32 +++++++++-------------
  drivers/gpu/drm/drm_fb_dma_helper.c     |  3 +++
  drivers/gpu/drm/drm_fbdev_generic.c     |  1 -
  drivers/gpu/drm/exynos/Kconfig          |  4 +--
  drivers/gpu/drm/i915/Kconfig            |  8 +++---
  drivers/gpu/drm/imx/ipuv3/Kconfig       |  5 ++--
  drivers/gpu/drm/ingenic/Kconfig         |  2 +-
  drivers/gpu/drm/mediatek/Kconfig        |  6 ++---
  drivers/gpu/drm/meson/Kconfig           |  2 +-
  drivers/gpu/drm/msm/Kconfig             |  8 +++---
  drivers/gpu/drm/nouveau/Kconfig         | 10 +++----
  drivers/gpu/drm/panel/Kconfig           | 32 +++++++++++-----------
  drivers/gpu/drm/panthor/panthor_fw.c    |  7 ++---
  drivers/gpu/drm/panthor/panthor_sched.c | 47 
++++++++++++++++++++++++++-------
  drivers/gpu/drm/radeon/Kconfig          |  8 +++---
  drivers/gpu/drm/renesas/rcar-du/Kconfig |  2 +-
  drivers/gpu/drm/rockchip/Kconfig        | 10 +++----
  drivers/gpu/drm/sun4i/Kconfig           |  2 +-
  drivers/gpu/drm/tegra/Kconfig           |  8 +++---
  drivers/gpu/drm/vc4/Kconfig             | 10 +++----
  drivers/gpu/drm/xe/Kconfig              | 13 ++++-----
  drivers/gpu/drm/xlnx/Kconfig            |  8 +++---
  drivers/gpu/drm/xlnx/zynqmp_dpsub.c     |  7 +++--
  31 files changed, 172 insertions(+), 160 deletions(-)

             reply	other threads:[~2024-05-08 10:36 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-08 10:36 Maarten Lankhorst [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-23  4:41 [PULL] drm-misc-next-fixes Maarten Lankhorst
2024-05-16 15:00 Maarten Lankhorst
2024-03-21 16:19 Thomas Zimmermann
2024-03-14  8:28 Thomas Zimmermann
2024-03-07 12:46 Thomas Zimmermann
2024-02-29  8:53 Thomas Zimmermann
2024-01-19 12:13 Maxime Ripard
2024-01-11 10:11 Maxime Ripard
2024-01-04 14:45 Maxime Ripard
2023-12-21  8:36 Maxime Ripard
2019-11-20 20:49 Sean Paul
2019-11-13 21:10 Sean Paul
2019-11-06 20:27 Sean Paul
2019-09-23 16:09 Maxime Ripard
2019-09-18 14:09 Maxime Ripard
2019-09-06  7:05 Maxime Ripard
2019-07-18 15:14 Sean Paul
2019-07-12  8:33 Maarten Lankhorst
2019-06-27 13:03 Maarten Lankhorst
2019-05-15 20:17 Sean Paul
2019-05-08 20:51 Sean Paul
2019-05-01 19:09 Sean Paul
2019-04-24 21:06 Sean Paul
2019-03-13 19:21 Maxime Ripard
2019-03-06 10:54 Maxime Ripard
2019-01-02 17:26 Maarten Lankhorst
2018-10-31 20:19 Sean Paul
2018-10-17 20:07 Sean Paul
2018-10-10 20:39 Sean Paul
2018-08-22 19:38 Sean Paul
2018-08-02 11:17 Gustavo Padovan
2018-06-15  8:11 Maarten Lankhorst
2018-05-31  8:11 Maarten Lankhorst
2018-04-11 14:03 Sean Paul
2018-04-04 19:14 Sean Paul
2018-03-28 19:13 Sean Paul
2018-01-31 15:09 Gustavo Padovan
2018-01-18 17:09 Gustavo Padovan
2017-11-23 19:45 Daniel Vetter
2017-11-08 13:00 Daniel Vetter
2017-11-07 13:44 Daniel Vetter
2017-08-28 21:22 Sean Paul
2017-07-10 19:58 Sean Paul
2017-06-27 20:53 Sean Paul
2017-04-20 20:11 Sean Paul
2017-04-20 21:50 ` Daniel Vetter
2017-04-21 15:29   ` Sumit Semwal
2017-04-21 18:10   ` Sean Paul
2017-04-12 22:58 Sean Paul
2017-02-27 15:52 Daniel Vetter
2017-02-15 13:54 Jani Nikula
2017-02-16  9:39 ` Jani Nikula
2017-02-09  8:43 Daniel Vetter
2016-12-10 21:52 Daniel Vetter

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=fe630414-d13e-4052-86f3-ce3155eb3e44@linux.intel.com \
    --to=maarten.lankhorst@linux.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=intel-xe@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=joonas.lahtinen@linux.intel.com \
    --cc=lucas.demarchi@intel.com \
    --cc=mripard@kernel.org \
    --cc=ogabbay@kernel.org \
    --cc=rodrigo.vivi@intel.com \
    --cc=thomas.hellstrom@linux.intel.com \
    --cc=tursulin@ursulin.net \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).