Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.h373 int act_height; in scl_get_bili_dn_vskip() local
375 act_height = DIV_ROUND_UP(src_h, vskiplines); in scl_get_bili_dn_vskip()
377 if (act_height == dst_h) in scl_get_bili_dn_vskip()
380 return GET_SCL_FT_BILI_DN(act_height, dst_h); in scl_get_bili_dn_vskip()
/linux/drivers/media/platform/rockchip/rga/
H A Drga-hw.h242 unsigned int act_height:13; member
348 unsigned int act_height:12; member
H A Drga-hw.c292 src_act_info.data.act_height = src_h - 1; in rga_cmd_set_trans_info()
296 dst_act_info.data.act_height = dst_h - 1; in rga_cmd_set_trans_info()