mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-27 02:20:17 +01:00
exynos: add exynos prefix to fimg2d header
Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Reviewed-by: Inki Dae <inki.dae@samsung.com> Tested-by: Joonyoung Shim <jy0922.shim@samsung.com>
This commit is contained in:
parent
736d6a1f0f
commit
9a0949a8f4
4 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ libdrm_exynos_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
|
|||
libdrm_exynos_la_SOURCES = \
|
||||
exynos_drm.c \
|
||||
exynos_fimg2d.c \
|
||||
fimg2d.h \
|
||||
exynos_fimg2d.h \
|
||||
fimg2d_reg.h
|
||||
|
||||
libdrm_exynoscommonincludedir = ${includedir}/exynos
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#include "libdrm.h"
|
||||
#include "exynos_drm.h"
|
||||
#include "fimg2d_reg.h"
|
||||
#include "fimg2d.h"
|
||||
#include "exynos_fimg2d.h"
|
||||
|
||||
#define SET_BF(val, sc, si, scsa, scda, dc, di, dcsa, dcda) \
|
||||
val.data.src_coeff = sc; \
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
#include "exynos_drm.h"
|
||||
#include "exynos_drmif.h"
|
||||
#include "fimg2d.h"
|
||||
#include "exynos_fimg2d.h"
|
||||
|
||||
#define DRM_MODULE_NAME "exynos"
|
||||
#define MAX_TEST_CASE 8
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue