-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Blend ROP Unit performs blending and ROP operations for up to four sources. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
- Loading branch information
Laurent Pinchart
authored and
Mauro Carvalho Chehab
committed
Apr 23, 2014
1 parent
d9b45ed
commit 629bb6d
Showing
13 changed files
with
586 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
vsp1-y := vsp1_drv.o vsp1_entity.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_sru.o vsp1_uds.o | ||
vsp1-y += vsp1_bru.o vsp1_sru.o vsp1_uds.o | ||
|
||
obj-$(CONFIG_VIDEO_RENESAS_VSP1) += vsp1.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.