Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/
H A Daspeed-video.c246 unsigned int frame_top; member
819 video->frame_top = src_tb_edge & VE_SRC_TB_EDGE_DET_TOP; in aspeed_video_get_resolution()
820 det->vfrontporch = video->frame_top; in aspeed_video_get_resolution()
825 if (video->frame_top > video->frame_bottom) in aspeed_video_get_resolution()
845 det->height = (video->frame_bottom - video->frame_top) + 1; in aspeed_video_get_resolution()
898 FIELD_PREP(VE_TGS_FIRST, video->frame_top) | in aspeed_video_set_resolution()
/kernel/linux/linux-6.6/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...]

Completed in 7 milliseconds