diff --git a/drivers/video/tegra/dc/dc_reg.h b/drivers/video/tegra/dc/dc_reg.h index f643ec9ec742..bd1750b78e44 100644 --- a/drivers/video/tegra/dc/dc_reg.h +++ b/drivers/video/tegra/dc/dc_reg.h @@ -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