public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* arm32 build failure after abe882a39a9c ("drm/amd/display: fix issue with eDP not detected on driver load")
@ 2019-06-18  1:11 Nathan Chancellor
  2019-06-25  3:59 ` Dave Airlie
  0 siblings, 1 reply; 5+ messages in thread
From: Nathan Chancellor @ 2019-06-18  1:11 UTC (permalink / raw)
  To: Anthony Koo, Alex Deucher
  Cc: Jun Lei, Bhawanpreet Lakha, Harry Wentland, Leo Li,
	Christian König, David (ChunMing) Zhou, amd-gfx, dri-devel,
	linux-kernel

Hi all,

After commit abe882a39a9c ("drm/amd/display: fix issue with eDP not
detected on driver load") in -next, arm32 allyesconfig builds start
failing at link time:

arm-linux-gnueabi-ld: drivers/gpu/drm/amd/display/dc/core/dc_link.o: in
function `dc_link_detect':
dc_link.c:(.text+0x260c): undefined reference to `__bad_udelay'

arm32 only allows a udelay value of up to 2000, see
arch/arm/include/asm/delay.h for more info.

Please look into this when you have a chance!
Nathan

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

end of thread, other threads:[~2019-06-25 14:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-18  1:11 arm32 build failure after abe882a39a9c ("drm/amd/display: fix issue with eDP not detected on driver load") Nathan Chancellor
2019-06-25  3:59 ` Dave Airlie
2019-06-25 14:00   ` [PATCH] drm/amd/display: Use msleep instead of udelay for 8ms wait Harry Wentland
2019-06-25 14:12     ` Lucas Stach
2019-06-25 14:26       ` Koenig, Christian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox