Home
last modified time | relevance | path

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

/linux/drivers/media/platform/aspeed/
H A Daspeed-video.c282 * frame_top: start position of video data in vertical direction
326 unsigned int frame_top; member
938 * frame_top/frame_bottom/frame_left/frame_right need to be ready.
950 * frame_top+--------+
959 * frame_top+-----+
1009 det->vbackporch = v->frame_top - vsync; in aspeed_video_get_timings()
1013 det->vbackporch = v->frame_top; in aspeed_video_get_timings()
1091 video->frame_top = FIELD_GET(VE_SRC_TB_EDGE_DET_TOP, src_tb_edge); in aspeed_video_get_resolution()
1093 if (video->frame_top > video->frame_bottom) in aspeed_video_get_resolution()
1110 det->height = (video->frame_bottom - video->frame_top) in aspeed_video_get_resolution()
[all...]