On Mon, Nov 4, 2024, at 13:24, Dmitry Baryshkov wrote:
> On Mon, Nov 04, 2024 at 02:10:54PM +0200, Laurentiu Palcu wrote:
>> On Mon, Oct 28, 2024 at 04:35:07PM +, Arnd Bergmann wrote:
>>> Fixes: 004555a18d57 ("drm/imx/dcss: Allow build with COMPILE_TEST=y")
>>
> I can pick it up.
>
> However I
On Mon, Nov 04, 2024 at 02:10:54PM +0200, Laurentiu Palcu wrote:
> Hi Arnd,
>
> On Mon, Oct 28, 2024 at 04:35:07PM +, Arnd Bergmann wrote:
> > From: Arnd Bergmann
> >
> > Compile-testing random configurations leads to failures in
> > dcss-kms.c from a missing declaration:
> >
> > drivers/gp
Hi Arnd,
On Mon, Oct 28, 2024 at 04:35:07PM +, Arnd Bergmann wrote:
> From: Arnd Bergmann
>
> Compile-testing random configurations leads to failures in
> dcss-kms.c from a missing declaration:
>
> drivers/gpu/drm/imx/dcss/dcss-kms.c:95:8: error: use of undeclared identifier
> 'drm_bridge_
From: Arnd Bergmann
Compile-testing random configurations leads to failures in
dcss-kms.c from a missing declaration:
drivers/gpu/drm/imx/dcss/dcss-kms.c:95:8: error: use of undeclared identifier
'drm_bridge_attach'
95 | ret = drm_bridge_attach(encoder, bridge, NULL,
|