Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_mdp_rdma.h15 unsigned int y_top; member
H A Dmtk_dpi.c113 u16 y_top; member
285 limit.y_top = 0xfe0; in mtk_dpi_config_channel_limit()
290 limit.y_top = 0xfff; in mtk_dpi_config_channel_limit()
297 mtk_dpi_mask(dpi, DPI_Y_LIMIT, limit.y_top << Y_LIMINT_TOP, in mtk_dpi_config_channel_limit()
H A Dmtk_mdp_rdma.c221 offset_y = cfg->x_left * fmt_info->cpp[0] + cfg->y_top * src_pitch_y; in mtk_mdp_rdma_config()