Re: [PATCH v2 00/29] gpu/drm: remove -Iinclude/drm compiler flags from Makefile

From: Masahiro Yamada
Date: Fri May 19 2017 - 08:39:44 EST


Hi Daniel,


2017-05-18 14:38 GMT+09:00 Daniel Vetter <daniel@xxxxxxxx>:
> On Mon, Apr 24, 2017 at 01:50:18PM +0900, Masahiro Yamada wrote:
>> Many Makefiles needed to add -Iinclude/drm as an include path,
>> but the right thing to do is to include headers in the form
>> #include <drm/.../*.h>
>>
>> This series fixes the source files, then rip off -Iinclude/drm flags.
>>
>>
>> Masahiro Yamada (29):
>> drm: make drm_panel.h self-contained
>> drm/ttm: fix include notation and remove -Iinclude/drm flag
>> drm/amd: fix include notation and remove -Iinclude/drm flag
>> drm/ast: fix include notation and remove -Iinclude/drm flag
>> drm/bochs: fix include notation and remove -Iinclude/drm flag
>> drm/bridge: fix include notation and remove -Iinclude/drm flag
>> drm/cirrus: fix include notation and remove -Iinclude/drm flag
>> drm/hisilicon: fix include notation and remove -Iinclude/drm flag
>> drm/mgag200: fix include notation and remove -Iinclude/drm flag
>> drm/msm: fix include notation and remove -Iinclude/drm flag
>> drm/nouveau: fix include notation and remove -Iinclude/drm flag
>> drm/qxl: fix include notation and remove -Iinclude/drm flag
>> drm/radeon: fix include notation and remove -Iinclude/drm flag
>> drm/tilcdc: fix include notation and remove -Iinclude/drm flag
>> drm/vc4: fix include notation and remove -Iinclude/drm flag
>> drm/virtio: fix include notation and remove -Iinclude/drm flag
>> drm/vmwgfx: fix include notation and remove -Iinclude/drm flag
>> drm/gma500: remove unneeded -Iinclude/drm compiler flag
>> drm/i810: remove unneeded -Iinclude/drm compiler flag
>> drm/i2c: remove unneeded -Iinclude/drm compiler flag
>> drm/mga: remove unneeded -Iinclude/drm compiler flag
>> drm/omap: remove unneeded -Iinclude/drm compiler flag
>> drm/r128: remove unneeded -Iinclude/drm compiler flag
>> drm/savage: remove unneeded -Iinclude/drm compiler flag
>> drm/sis: remove unneeded -Iinclude/drm compiler flag
>> drm/tdfx: remove unneeded -Iinclude/drm compiler flag
>> drm/udl: remove unneeded -Iinclude/drm compiler flag
>> drm/vgem: remove unneeded -Iinclude/drm compiler flag
>> drm/via: remove unneeded -Iinclude/drm compiler flag
>
> Ok, I think I merged them all except the vc4 one. Can you please
> rebase&resubmit that one?
>

I had already submitted the one.

https://patchwork.kernel.org/patch/9734869/

and one more patch

https://patchwork.kernel.org/patch/9734827/



--
Best Regards
Masahiro Yamada