Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga3_reg_info.c93 dw = msg->win0.dst_act_w; in RGA3_set_reg_win0_info()
399 msg->win0.dst_act_w | (msg->win0.dst_act_h << 16); in RGA3_set_reg_win0_info()
476 dw = msg->win1.dst_act_w; in RGA3_set_reg_win1_info()
775 msg->win1.dst_act_w | (msg->win1.dst_act_h << 16); in RGA3_set_reg_win1_info()
1387 req->wr.dst_act_w = req->win0.dst_act_w; in set_wr_info()
1508 req->win0.dst_act_w = req_rga->dst.act_w; in rga_cmd_to_rga3_cmd()
1574 req->win0.dst_act_w = req_rga->dst.act_w + req->win0.x_offset; in rga_cmd_to_rga3_cmd()
1580 req->win0.dst_act_w = req_rga->dst.act_w; in rga_cmd_to_rga3_cmd()
1584 req->win1.dst_act_w = req_rga->dst.act_w; in rga_cmd_to_rga3_cmd()
1596 req->win0.dst_act_w = req_rga->dst.act_w; in rga_cmd_to_rga3_cmd()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga.h505 unsigned short dst_act_w; member