Re: [PATCH] drm: msm: fix building without CONFIG_COMMON_CLK

2021-10-18 Thread Geert Uytterhoeven
Hi Christian, On Mon, Oct 18, 2021 at 1:41 PM Christian König wrote: > Am 18.10.21 um 13:38 schrieb Geert Uytterhoeven: > > On Mon, Oct 18, 2021 at 1:37 PM Christian König > > wrote: > >> Am 13.10.21 um 16:42 schrieb Arnd Bergmann: > >>> From: Arnd Bergmann > >>> > >>> When CONFIG_COMMON_CLOCK

Re: [PATCH] drm: msm: fix building without CONFIG_COMMON_CLK

2021-10-18 Thread Christian König
Am 18.10.21 um 13:46 schrieb Arnd Bergmann: On Mon, Oct 18, 2021 at 1:40 PM Christian König wrote: I have absolutely no idea how a platform can have IOMMU but no MMU support but it indeed seems to be the case here. Huh? Parisc has config MMU def_bool y? Then why vmap isn't available? See th

Re: [PATCH] drm: msm: fix building without CONFIG_COMMON_CLK

2021-10-18 Thread Arnd Bergmann
On Mon, Oct 18, 2021 at 1:40 PM Christian König wrote: > >> I have absolutely no idea how a platform can have IOMMU but no MMU > >> support but it indeed seems to be the case here. > > Huh? > > > > Parisc has config MMU def_bool y? > > Then why vmap isn't available? > > See the mail thread: [linux

Re: [PATCH] drm: msm: fix building without CONFIG_COMMON_CLK

2021-10-18 Thread Geert Uytterhoeven
Hi Christian, On Mon, Oct 18, 2021 at 1:37 PM Christian König wrote: > Am 13.10.21 um 16:42 schrieb Arnd Bergmann: > > From: Arnd Bergmann > > > > When CONFIG_COMMON_CLOCK is disabled, the 8996 specific > > phy code is left out, which results in a link failure: > > > > ld: drivers/gpu/drm/msm/hd

Re: [PATCH] drm: msm: fix building without CONFIG_COMMON_CLK

2021-10-18 Thread Christian König
Am 18.10.21 um 13:38 schrieb Geert Uytterhoeven: Hi Christian, On Mon, Oct 18, 2021 at 1:37 PM Christian König wrote: Am 13.10.21 um 16:42 schrieb Arnd Bergmann: From: Arnd Bergmann When CONFIG_COMMON_CLOCK is disabled, the 8996 specific phy code is left out, which results in a link failure

Re: [PATCH] drm: msm: fix building without CONFIG_COMMON_CLK

2021-10-18 Thread Christian König
Am 13.10.21 um 16:42 schrieb Arnd Bergmann: From: Arnd Bergmann When CONFIG_COMMON_CLOCK is disabled, the 8996 specific phy code is left out, which results in a link failure: ld: drivers/gpu/drm/msm/hdmi/hdmi_phy.o:(.rodata+0x3f0): undefined reference to `msm_hdmi_phy_8996_cfg' This was only

Re: [PATCH] drm: msm: fix building without CONFIG_COMMON_CLK

2021-10-14 Thread Geert Uytterhoeven
Hi Dmitry, On Fri, Oct 15, 2021 at 2:26 AM Dmitry Baryshkov wrote: > On 13/10/2021 17:42, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > When CONFIG_COMMON_CLOCK is disabled, the 8996 specific > > phy code is left out, which results in a link failure: > > > > ld: drivers/gpu/drm/msm/hdmi/h

Re: [PATCH] drm: msm: fix building without CONFIG_COMMON_CLK

2021-10-14 Thread Dmitry Baryshkov
On 13/10/2021 17:42, Arnd Bergmann wrote: From: Arnd Bergmann When CONFIG_COMMON_CLOCK is disabled, the 8996 specific phy code is left out, which results in a link failure: ld: drivers/gpu/drm/msm/hdmi/hdmi_phy.o:(.rodata+0x3f0): undefined reference to `msm_hdmi_phy_8996_cfg' This was only e