mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Alex Deucher <alexdeucher@gmail.com>
Cc: Alex Deucher <alexander.deucher@amd.com>,
	Alex Hung <alex.hung@amd.com>, Chenyu Chen <chen-yu.chen@amd.com>,
	James Lin <pinglei.lin@amd.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Next Mailing List <linux-next@vger.kernel.org>,
	Maxime Ripard <mripard@kernel.org>,
	Thomas Zimmermann <tzimmermann@suse.de>
Subject: linux-next: manual merge of the amdgpu tree with the drm-misc tree
Date: Fri, 18 Sep 2026 13:32:02 +0100	[thread overview]
Message-ID: <aq0vQtb0cXTGuPxJ@sirena.org.uk> (raw)

[-- Attachment #1: Type: text/plain, Size: 4273 bytes --]

Hi all,

Today's linux-next merge of the amdgpu tree got conflicts in:

  drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_plane_test.c
  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c

between commits:

  2bcec01cf1055 ("drm/amdgpu_dm: Convert to atomic_create_state")
  87882cd6debd9 ("drm/amdgpu_dm: tests: Fix wrong variable declaration after merge conflict")
  b8bc58515ac49 ("drm/panic: Display panic screen via per-plane callback")

from the drm-misc tree and commits:

  123f78c8fa9c1 ("drm/amd/display: Attach only plane updates that actually changed")
  055593492a1f7 ("drm/amd/display: Test optional plane property creation")
  48c78d2199c0f ("drm/amd/display: Test panic flush DCC teardown")
  7352d162d0401 ("drm/amd/display: Test cursor update without DC stream")
  128cf6682d2d3 ("drm/amd/display: Test accepted plane atomic check")
  567aadce7e28a ("drm/amd/display: Test pre-GFX9 plane buffer attributes")
  9e7ed95bfdd9f ("drm/amd/display: Test modifier list growth failure")
  80065ab5bcf25 ("drm/amd/display: Test DCC reject for multi-plane format")

from the amdgpu tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

diff --cc drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index cf39db90dfe0a,dcf72ff438889..0000000000000
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff --cc drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
index d357afcb0e93a,ab674a32279f3..0000000000000
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_plane.c
diff --cc drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_plane_test.c
index 1b0d3f16ef1a9,1001cbc334b09..0000000000000
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_plane_test.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_plane_test.c
@@@ -3755,10 -4110,12 +4102,12 @@@ static struct kunit_case amdgpu_dm_plan
  	KUNIT_CASE(dm_test_atomic_check_helper_failure),
  	KUNIT_CASE(dm_test_atomic_check_color_pipeline_conflict),
  	KUNIT_CASE(dm_test_atomic_check_scaling_failure),
+ 	KUNIT_CASE(dm_test_atomic_check_success),
  	/* amdgpu_dm_plane_panic_flush() */
  	KUNIT_CASE(dm_test_panic_flush_no_dc_state),
 +	/* amdgpu_dm_plane_drm_plane_create_state() */
 +	KUNIT_CASE(dm_test_plane_create_state_initializes_state),
+ 	KUNIT_CASE(dm_test_panic_flush_disables_dcc),
 -	/* amdgpu_dm_plane_drm_plane_reset() */
 -	KUNIT_CASE(dm_test_plane_reset_initializes_state),
  	/* amdgpu_dm_plane_drm_plane_duplicate_state() */
  	KUNIT_CASE(dm_test_plane_duplicate_state_copies_fields),
  	KUNIT_CASE(dm_test_plane_duplicate_state_copies_resources),
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
index 233447dcf6b30..0124d1e7eb0b6 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c
@@ -842,7 +842,6 @@ int amdgpu_dm_crtc_init(struct amdgpu_display_manager *dm,
 	return 0;
 
 error_ism_fini:
-	amdgpu_dm_ism_fini(&acrtc->ism);
 	drm_crtc_cleanup(&acrtc->base);
 fail:
 	kfree(acrtc);
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_crtc_test.c b/drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_crtc_test.c
index ade20e6506780..45a7a35bd5ff5 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_crtc_test.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/tests/amdgpu_dm_crtc_test.c
@@ -1666,8 +1666,6 @@ static void dm_test_crtc_reset_state_replaces_existing(struct kunit *test)
 	old->stream = stream;
 	crtc->state = &old->base;
 
-	amdgpu_dm_crtc_reset_state(crtc);
-
 	/* Old state was destroyed (stream ref dropped) and a new one installed. */
 	KUNIT_EXPECT_EQ(test, kref_read(&stream->refcount), 1);
 	KUNIT_EXPECT_NOT_NULL(test, crtc->state);

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2026-09-18 12:32 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-18 12:32 Mark Brown [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-09-14 13:31 Mark Brown
2026-09-14 12:57 Mark Brown
2026-09-08 16:34 Mark Brown
2026-09-08 17:16 ` Mark Brown
2026-09-08 18:22   ` Mark Brown
2026-06-30 15:27 Mark Brown
2025-07-17  2:46 Stephen Rothwell
2024-08-26  1:10 Stephen Rothwell
2024-08-28  2:11 ` Stephen Rothwell
2023-05-15  1:18 Stephen Rothwell
2023-01-16  0:48 Stephen Rothwell
2022-11-16  0:09 Stephen Rothwell
2022-04-06  0:34 Stephen Rothwell
2022-04-13  0:10 ` Stephen Rothwell
2022-04-29  1:13   ` Stephen Rothwell
2022-04-29 10:38     ` Christian König
2021-12-13 15:08 broonie
2021-06-03  2:48 Stephen Rothwell
2021-06-03  2:55 ` Stephen Rothwell
2021-06-04  2:33 ` Stephen Rothwell
2021-05-21  1:42 Stephen Rothwell
2021-05-21  1:38 Stephen Rothwell
2021-05-21  1:20 Stephen Rothwell
2021-05-21  1:16 Stephen Rothwell
2021-05-12  0:20 Stephen Rothwell

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=aq0vQtb0cXTGuPxJ@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=alex.hung@amd.com \
    --cc=alexander.deucher@amd.com \
    --cc=alexdeucher@gmail.com \
    --cc=chen-yu.chen@amd.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=mripard@kernel.org \
    --cc=pinglei.lin@amd.com \
    --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

all inboxes | Powered by JetHome®