mirror of
https://github.com/torvalds/linux.git
synced 2024-12-15 07:33:56 +00:00
9bbf86fe87
Make the link between all the hardware drivers and DRM/KMS interface. Create the driver itself and make it register all the sub-components. Use GEM CMA helpers for buffer allocation. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Reviewed-by: Rob Clark <robdclark@gmail.com>
21 lines
339 B
Makefile
21 lines
339 B
Makefile
sticompositor-y := \
|
|
sti_layer.o \
|
|
sti_mixer.o \
|
|
sti_gdp.o \
|
|
sti_vid.o \
|
|
sti_compositor.o \
|
|
sti_drm_crtc.o \
|
|
sti_drm_plane.o
|
|
|
|
stihdmi-y := sti_hdmi.o \
|
|
sti_hdmi_tx3g0c55phy.o \
|
|
sti_hdmi_tx3g4c28phy.o \
|
|
|
|
obj-$(CONFIG_DRM_STI) = \
|
|
sti_vtg.o \
|
|
sti_vtac.o \
|
|
stihdmi.o \
|
|
sti_hda.o \
|
|
sti_tvout.o \
|
|
sticompositor.o \
|
|
sti_drm_drv.o
|