mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user