rockchip: video: iep: enable blending and intra interp

Enable blending and intra interpolation by default.

Change-Id: I3f304714d630b4aab677ab6d09cfea514b03d7b1
Signed-off-by: Alpha Lin <alpha.lin@rock-chips.com>
This commit is contained in:
Alpha Lin
2021-05-11 08:25:24 +08:00
committed by Tao Huang
parent 9c21d0a139
commit 4e73c1a959
2 changed files with 4 additions and 0 deletions

View File

@@ -381,6 +381,8 @@ static void iep2_config(struct mpp_dev *mpp, struct iep_task *task)
reg = IEP2_REG_DIL_MV_HIST_EN
| IEP2_REG_DIL_COMB_EN
| IEP2_REG_DIL_BLE_EN
| IEP2_REG_DIL_EEDI_EN
| IEP2_REG_DIL_MEMC_EN
| IEP2_REG_DIL_OSD_EN
| IEP2_REG_DIL_PD_EN

View File

@@ -61,6 +61,8 @@
#define IEP2_REG_DIL_MV_HIST_EN BIT(17)
#define IEP2_REG_DIL_ROI_EN BIT(16)
#define IEP2_REG_DIL_COMB_EN BIT(15)
#define IEP2_REG_DIL_BLE_EN BIT(14)
#define IEP2_REG_DIL_EEDI_EN BIT(13)
#define IEP2_REG_DIL_MEMC_EN BIT(12)
#define IEP2_REG_DIL_OSD_EN BIT(11)
#define IEP2_REG_DIL_PD_EN BIT(10)