v3d: Include v3d_drm.h path.
authorVinson Lee <vlee@freedesktop.org>
Thu, 17 May 2018 22:39:50 +0000 (22:39 +0000)
committerEric Anholt <eric@anholt.net>
Mon, 21 May 2018 18:15:47 +0000 (11:15 -0700)
commit85f61197df49c3384f9f6c8cf0e642249e42e8fd
tree354c0fac8e3a32b457daa08b884627c7d171654b
parent73df16dcee79e2281c8d8a830dbbe6655359c82d
v3d: Include v3d_drm.h path.

Fix build error.

  CC       v3d_blit.lo
In file included from v3d_blit.c:27:0:
v3d_context.h:39:10: fatal error: v3d_drm.h: No such file or directory
 #include "v3d_drm.h"
          ^~~~~~~~~~~

Fixes: 8a793d42f1cc ("v3d: Switch the vc5 driver to using the finalized V3D UABI.")
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/gallium/drivers/v3d/Makefile.am