mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
video: tegra: fix typo from register header
Change-Id: Ifa7b454791f2d32cd1d12a8930890e061e835ef6 Signed-off-by: Michael I. Gold <gold@nvidia.com>
This commit is contained in:
committed by
Erik Gilling
parent
619ec9a64f
commit
1af1da3f6b
@@ -396,7 +396,7 @@
|
||||
#define BLEND_WEIGHT1(x) (((x) & 0xff) << 16)
|
||||
#define BLEND(key, control, weight0, weight1) \
|
||||
(CKEY_ ## key | BLEND_CONTROL_ ## control | \
|
||||
BLEND_WEIGHT0(weight0) | BLEND_WEIGHT0(weight1))
|
||||
BLEND_WEIGHT0(weight0) | BLEND_WEIGHT1(weight1))
|
||||
|
||||
|
||||
#define DC_WIN_HP_FETCH_CONTROL 0x714
|
||||
|
||||
Reference in New Issue
Block a user