video: tegra: fix typo from register header

Change-Id: Ifa7b454791f2d32cd1d12a8930890e061e835ef6
Signed-off-by: Michael I. Gold <gold@nvidia.com>
This commit is contained in:
Ari Hirvonen
2010-12-30 15:18:18 +02:00
committed by Erik Gilling
parent 619ec9a64f
commit 1af1da3f6b

View File

@@ -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