linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* In-flight collision: DRM_AMD_DC_DCN renaming
@ 2023-04-24  9:50 Lukas Bulwahn
  2023-04-24 11:51 ` Michael Ellerman
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2023-04-24  9:50 UTC (permalink / raw)
  To: Michael Ellerman, Harry Wentland, Alex Deucher, linuxppc-dev,
	Linux Kernel Mailing List, kernel-janitors, amd-gfx, dri-devel

Dear Michael, dear Harry, dear Alex,

The commit 4652ae7a51b7 ("drm/amd/display: Rename DCN config to FP")
renames config DRM_AMD_DC_DCN to config DRM_AMD_DC_FP. The concurrent
commit 78f0929884d4 ("powerpc/64: Always build with 128-bit long
double") overrides the renaming change for the select in config
DRM_AMD_DC, and this leads to selecting the non-existent
DRM_AMD_DC_DCN.

It is easy to fix, adjust this one line to the renaming and 'select
DRM_AMD_DC_FP' once both commits are merged. For now, I am just
reporting to let you know; probably, it is best to get a quick fix-up
patch with -rc2, once all the changes landed in -rc1.


Best regards,

Lukas

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-24 11:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-24  9:50 In-flight collision: DRM_AMD_DC_DCN renaming Lukas Bulwahn
2023-04-24 11:51 ` Michael Ellerman

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 NNTP newsgroup(s).