diff options
author | Rongrong Zou <zourongrong@gmail.com> | 2016-11-16 17:15:34 +0800 |
---|---|---|
committer | Rongrong Zou <zourongrong@gmail.com> | 2016-11-17 15:26:24 +0800 |
commit | 5e0df3a08f3d17485a5081634902424c6834e001 (patch) | |
tree | 31cf0e768a4f7b3898e966f4746ce5a840063a85 /drivers/gpu/drm/hisilicon/Makefile | |
parent | b7c0e47d98249c2ddf21ea197b651093c6aaee00 (diff) |
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/Makefile')
-rw-r--r-- | drivers/gpu/drm/hisilicon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/hisilicon/Makefile b/drivers/gpu/drm/hisilicon/Makefile index e3f6d493c996..c8155bfb1ff1 100644 --- a/drivers/gpu/drm/hisilicon/Makefile +++ b/drivers/gpu/drm/hisilicon/Makefile @@ -2,4 +2,5 @@ # Makefile for hisilicon drm drivers. # Please keep this list sorted alphabetically +obj-$(CONFIG_DRM_HISI_HIBMC) += hibmc/ obj-$(CONFIG_DRM_HISI_KIRIN) += kirin/ |