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.c326 unsigned int frame_top; member
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) + 1; in aspeed_video_get_resolution()
1167 FIELD_PREP(VE_TGS_FIRST, video->frame_top) | in aspeed_video_set_resolution()