[PATCH 3/6] drm/imx: Build monolithic driver

2015-09-25 Thread Thierry Reding
On Fri, Sep 25, 2015 at 03:13:54PM +0200, Philipp Zabel wrote: > Am Freitag, den 25.09.2015, 15:09 +0200 schrieb Philipp Zabel: > > Am Freitag, den 25.09.2015, 14:17 +0200 schrieb Thierry Reding: > > > I think you gain much less by splitting up than you realize. Compare > > > this from before the s

[PATCH 3/6] drm/imx: Build monolithic driver

2015-09-25 Thread Philipp Zabel
Am Freitag, den 25.09.2015, 15:09 +0200 schrieb Philipp Zabel: > Am Freitag, den 25.09.2015, 14:17 +0200 schrieb Thierry Reding: > > I think you gain much less by splitting up than you realize. Compare > > this from before the series: > > > > $ du -ch drivers/gpu/drm/imx/*.ko > > 8.0Kd

[PATCH 3/6] drm/imx: Build monolithic driver

2015-09-25 Thread Philipp Zabel
Am Freitag, den 25.09.2015, 14:17 +0200 schrieb Thierry Reding: > I think you gain much less by splitting up than you realize. Compare > this from before the series: > > $ du -ch drivers/gpu/drm/imx/*.ko > 8.0Kdrivers/gpu/drm/imx/dw_hdmi-imx.ko Oh right, I didn't realize that this

[PATCH 3/6] drm/imx: Build monolithic driver

2015-09-25 Thread Thierry Reding
On Fri, Sep 25, 2015 at 09:16:06AM +0200, Philipp Zabel wrote: > Hi Thierry, > > Am Donnerstag, den 24.09.2015, 19:02 +0200 schrieb Thierry Reding: > > From: Thierry Reding > > > > There's no use building the individual drivers as separate modules > > because they are all only useful if combined

[PATCH 3/6] drm/imx: Build monolithic driver

2015-09-25 Thread Philipp Zabel
Hi Thierry, Am Donnerstag, den 24.09.2015, 19:02 +0200 schrieb Thierry Reding: > From: Thierry Reding > > There's no use building the individual drivers as separate modules > because they are all only useful if combined into a single DRM/KMS > device. Why not? On an i.MX5 device with VGA(tve) o

[PATCH 3/6] drm/imx: Build monolithic driver

2015-09-24 Thread Thierry Reding
From: Thierry Reding There's no use building the individual drivers as separate modules because they are all only useful if combined into a single DRM/KMS device. Cc: Philipp Zabel Signed-off-by: Thierry Reding --- drivers/gpu/drm/imx/Kconfig| 15 +++ drivers/gpu/drm/i