mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-05 20:04:31 -05:00
ARC PGU could be found on some development boards from Synopsys. This is a simple byte streamer that reads data from a framebuffer and sends data to the single encoder. Signed-off-by: Carlos Palminha <palminha@synopsys.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: David Airlie <airlied@linux.ie> Cc: dri-devel@lists.freedesktop.org Cc: linux-snps-arc@lists.infradead.org
3 lines
90 B
Makefile
3 lines
90 B
Makefile
arcpgu-y := arcpgu_crtc.o arcpgu_hdmi.o arcpgu_drv.o
|
|
obj-$(CONFIG_DRM_ARCPGU) += arcpgu.o
|