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.h360 int act_height; in scl_get_bili_dn_vskip() local
362 act_height = DIV_ROUND_UP(src_h, vskiplines); in scl_get_bili_dn_vskip()
364 if (act_height == dst_h) in scl_get_bili_dn_vskip()
367 return GET_SCL_FT_BILI_DN(act_height, dst_h); in scl_get_bili_dn_vskip()
/drivers/media/platform/rockchip/rga/
Drga-hw.h242 unsigned int act_height:13; member
348 unsigned int act_height:12; member
Drga-hw.c308 src_act_info.data.act_height = src_h - 1; in rga_cmd_set_trans_info()
312 dst_act_info.data.act_height = dst_h - 1; in rga_cmd_set_trans_info()