mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 02:07:10 +07:00
1517b03923
Display lists contain lists of registers and associated values to be applied atomically by the hardware. They lower the pressure on interrupt processing delays when reprogramming the device as settings can be prepared well in advance and queued to the hardware without waiting for the end of the current frame. Display list support is currently limited to the DRM pipeline. Signed-off-by: Koji Matsuoka <koji.matsuoka.xm@renesas.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8 lines
286 B
Makefile
8 lines
286 B
Makefile
vsp1-y := vsp1_drv.o vsp1_entity.o vsp1_pipe.o
|
|
vsp1-y += vsp1_dl.o vsp1_drm.o vsp1_video.o
|
|
vsp1-y += vsp1_rpf.o vsp1_rwpf.o vsp1_wpf.o
|
|
vsp1-y += vsp1_hsit.o vsp1_lif.o vsp1_lut.o
|
|
vsp1-y += vsp1_bru.o vsp1_sru.o vsp1_uds.o
|
|
|
|
obj-$(CONFIG_VIDEO_RENESAS_VSP1) += vsp1.o
|