Home
last modified time | relevance | path

Searched refs:iep_msg (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/
H A Dhw_iep_reg.c23 static void iep_config_src_size(struct IEP_MSG *iep_msg) in iep_config_src_size() argument
25 IEP_REGB_SRC_IMG_WIDTH(iep_msg->base, iep_msg->src.act_w - 1); in iep_config_src_size()
26 IEP_REGB_SRC_IMG_HEIGHT(iep_msg->base, iep_msg->src.act_h - 1); in iep_config_src_size()
30 iep_msg->src.act_h - 1); in iep_config_src_size()
32 iep_msg->src.act_w - 1); in iep_config_src_size()
36 static void iep_config_dst_size(struct IEP_MSG *iep_msg) in iep_config_dst_size() argument
38 IEP_REGB_DST_IMG_WIDTH(iep_msg->base, iep_msg->dst.act_w - 1); in iep_config_dst_size()
39 IEP_REGB_DST_IMG_HEIGHT(iep_msg->base, iep_msg->dst.act_h - 1); in iep_config_dst_size()
43 iep_msg->dst.act_h - 1); in iep_config_dst_size()
45 iep_msg->dst.act_w - 1); in iep_config_dst_size()
[all …]
H A Dhw_iep_reg.h506 void iep_config_lcdc_path(struct IEP_MSG *iep_msg);
522 void iep_config(iep_session *session, struct IEP_MSG *iep_msg);