Am Freitag, den 22.04.2016, 05:50 +1000 schrieb Dave Airlie:
On 19 April 2016 at 23:42, Philipp Zabel p.zabel@pengutronix.de wrote:
Hi Dave,
please consider pulling this tag with initial MediaTek MT8173 DRM support, corresponding to v14 of the patch series. These patches have been mostly stable for the last few rounds. I'll follow up with the HDMI encoder support pending review of the latest version.
Close but no cigar,
building as a module screws up here,
Turns out I haven't tested modular build for a while. At some point I've mistakenly synced from the chromeos config and never noticed. I've fixed my build script to check for this.
drivers/gpu/drm/mediatek/mtk_drm_drv.o: In function `init_module': mtk_drm_drv.c:(.init.text+0x0): multiple definition of `init_module' drivers/gpu/drm/mediatek/mtk_drm_ddp.o:mtk_drm_ddp.c:(.init.text+0x0): first defined here drivers/gpu/drm/mediatek/mtk_drm_drv.o: In function `cleanup_module': mtk_drm_drv.c:(.exit.text+0x0): multiple definition of `cleanup_module' drivers/gpu/drm/mediatek/mtk_drm_ddp.o:mtk_drm_ddp.c:(.exit.text+0x0): first defined here
Try again! (or tell me I pulled the wrong thing :-)
Try again it is.
The mediatek-drm/next branch has the fix now, built as a module and tested. I'll tag this and resend a pull request later today.
regards Philipp