diff options
author | Rongrong Zou <zourongrong@gmail.com> | 2016-11-16 12:15:34 +0300 |
---|---|---|
committer | Rongrong Zou <zourongrong@gmail.com> | 2016-11-17 10:26:24 +0300 |
commit | 5e0df3a08f3d17485a5081634902424c6834e001 (patch) | |
tree | 31cf0e768a4f7b3898e966f4746ce5a840063a85 /drivers/gpu/drm/hisilicon/hibmc/Makefile | |
parent | b7c0e47d98249c2ddf21ea197b651093c6aaee00 (diff) | |
download | linux-5e0df3a08f3d17485a5081634902424c6834e001.tar.xz |
drm/hisilicon/hibmc: Add hisilicon hibmc drm master driver
Add DRM master driver for Hisilicon Hibmc SoC which used for
Out-of-band management. Blow is the general hardware connection,
both the Hibmc and the host CPU are on the same mother board.
+----------+ +----------+
| | PCIe | Hibmc |
|host CPU( |<----->| display |
|arm64,x86)| |subsystem |
+----------+ +----------+
Signed-off-by: Rongrong Zou <zourongrong@gmail.com>
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Reviewed-by: Xinliang Liu <xinliang.liu@linaro.org>
Acked-by: Sean Paul <seanpaul@chromium.org>
Diffstat (limited to 'drivers/gpu/drm/hisilicon/hibmc/Makefile')
-rw-r--r-- | drivers/gpu/drm/hisilicon/hibmc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/hisilicon/hibmc/Makefile b/drivers/gpu/drm/hisilicon/hibmc/Makefile new file mode 100644 index 000000000000..47962a06c2dc --- /dev/null +++ b/drivers/gpu/drm/hisilicon/hibmc/Makefile @@ -0,0 +1,4 @@ +ccflags-y := -Iinclude/drm +hibmc-drm-y := hibmc_drm_drv.o + +obj-$(CONFIG_DRM_HISI_HIBMC) += hibmc-drm.o |