Home
last modified time | relevance | path

Searched refs:act_height (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.h323 int act_height; in scl_get_bili_dn_vskip() local
325 act_height = (src_h + vskiplines - 1) / vskiplines; in scl_get_bili_dn_vskip()
327 if (act_height == dst_h) in scl_get_bili_dn_vskip()
330 return GET_SCL_FT_BILI_DN(act_height, dst_h); in scl_get_bili_dn_vskip()
/drivers/media/platform/rockchip/rga/
Drga-hw.h237 unsigned int act_height:13; member
343 unsigned int act_height:12; member
Drga-hw.c305 src_act_info.data.act_height = src_h - 1; in rga_cmd_set_trans_info()
309 dst_act_info.data.act_height = dst_h - 1; in rga_cmd_set_trans_info()