Re: [PATCH v4 1/2] drm/exynos: drop drmP.h usage

2019-06-24 Thread Inki Dae
Ah, there was a trivial merge conflict so I merged it manually. Thanks, Inki Dae 2019년 6월 24일 (월) 오후 10:32, Inki Dae 님이 작성: > > Hi Sam, > > 2019년 6월 22일 (토) 오후 8:56, Sam Ravnborg 님이 작성: > > > > Drop use of the deprecated drmP.h file. > > Replace with forwards / externals as appropriate. > > > > W

Re: [PATCH v4 1/2] drm/exynos: drop drmP.h usage

2019-06-24 Thread Inki Dae
Hi Sam, 2019년 6월 22일 (토) 오후 8:56, Sam Ravnborg 님이 작성: > > Drop use of the deprecated drmP.h file. > Replace with forwards / externals as appropriate. > > While touching the list of include files divide > them up in blocks and sort them. > > v3: > - fix build errors in exynos_drm_g2d.c (Inki Dae) >

[PATCH v4 1/2] drm/exynos: drop drmP.h usage

2019-06-22 Thread Sam Ravnborg
Drop use of the deprecated drmP.h file. Replace with forwards / externals as appropriate. While touching the list of include files divide them up in blocks and sort them. v3: - fix build errors in exynos_drm_g2d.c (Inki Dae) The exynos_drm_g2d.c file is not built in the standard configuration