Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga3_reg_info.c94 dh = msg->win0.dst_act_h; in RGA3_set_reg_win0_info()
399 msg->win0.dst_act_w | (msg->win0.dst_act_h << 16); in RGA3_set_reg_win0_info()
477 dh = msg->win1.dst_act_h; in RGA3_set_reg_win1_info()
775 msg->win1.dst_act_w | (msg->win1.dst_act_h << 16); in RGA3_set_reg_win1_info()
1388 req->wr.dst_act_h = req->win0.dst_act_h; in set_wr_info()
1509 req->win0.dst_act_h = req_rga->dst.act_h; in rga_cmd_to_rga3_cmd()
1575 req->win0.dst_act_h = req_rga->dst.act_h + req->win0.y_offset; in rga_cmd_to_rga3_cmd()
1581 req->win0.dst_act_h = req_rga->dst.act_h; in rga_cmd_to_rga3_cmd()
1585 req->win1.dst_act_h = req_rga->dst.act_h; in rga_cmd_to_rga3_cmd()
1597 req->win0.dst_act_h = req_rga->dst.act_h; in rga_cmd_to_rga3_cmd()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga.h506 unsigned short dst_act_h; member