mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 11:55:12 +07:00
bd628c1bed
1. Added a brief definition of komeda_dev/pipeline/component, this change didn't add the detailed component features and capabilities, which will be added in the following changes. 2. Corresponding resources discovery and initialzation functions. Changes in v4: - Deleted unnecessary headers Changes in v3: - Fixed style problem found by checkpatch.pl --strict. Changes in v2: - Unified abbreviation of "pipeline" to "pipe". Signed-off-by: James Qian Wang (Arm Technology China) <james.qian.wang@arm.com> Reviewed-by: Liviu Dudau <liviu.dudau@arm.com> Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
7 lines
245 B
Makefile
7 lines
245 B
Makefile
hdlcd-y := hdlcd_drv.o hdlcd_crtc.o
|
|
obj-$(CONFIG_DRM_HDLCD) += hdlcd.o
|
|
mali-dp-y := malidp_drv.o malidp_hw.o malidp_planes.o malidp_crtc.o
|
|
mali-dp-y += malidp_mw.o
|
|
obj-$(CONFIG_DRM_MALI_DISPLAY) += mali-dp.o
|
|
obj-$(CONFIG_DRM_KOMEDA) += display/
|