Re: [PATCH] drm/rcar-du: DRM_RCAR_WRITEBACK depends on DRM

2020-06-07 Thread Qian Cai
> On Jun 7, 2020, at 10:02 PM, Laurent Pinchart > wrote: > > How about depending on DRM_RCAR_DU instead, as DRM_RCAR_WRITEBACK is > used to select compilation of rcar_du_writeback.c that is part of the > rcar-du driver ? Sure. I’ll send a v2.

Re: [PATCH] drm/rcar-du: DRM_RCAR_WRITEBACK depends on DRM

2020-06-07 Thread Laurent Pinchart
Hi Qian, Thank you for the patch. On Sun, Jun 07, 2020 at 09:48:18PM -0400, Qian Cai wrote: > There is no need to select DRM_RCAR_WRITEBACK if DRM=n which just make > the generated .config a bit ugly. > > # ARM devices > # > # end of ARM devices > > CONFIG_DRM_RCAR_WRITEBACK=y > > # > #

[PATCH] drm/rcar-du: DRM_RCAR_WRITEBACK depends on DRM

2020-06-07 Thread Qian Cai
There is no need to select DRM_RCAR_WRITEBACK if DRM=n which just make the generated .config a bit ugly. # ARM devices # # end of ARM devices CONFIG_DRM_RCAR_WRITEBACK=y # # Frame buffer Devices Signed-off-by: Qian Cai --- drivers/gpu/drm/rcar-du/Kconfig | 1 + 1 file changed, 1 inserti