Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/aspeed/
Daspeed-video.c298 unsigned int frame_bottom; member
928 det->vfrontporch = vtotal - v->frame_bottom; in aspeed_video_get_timings()
932 det->vfrontporch = vsync - v->frame_bottom; in aspeed_video_get_timings()
1008 video->frame_bottom = FIELD_GET(VE_SRC_TB_EDGE_DET_BOT, src_tb_edge); in aspeed_video_get_resolution()
1011 if (video->frame_top > video->frame_bottom) in aspeed_video_get_resolution()
1028 det->height = (video->frame_bottom - video->frame_top) + 1; in aspeed_video_get_resolution()
1087 video->frame_bottom + 1)); in aspeed_video_set_resolution()