Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/aspeed/
H A Daspeed_gfx_drv.c65 u32 scan_line_max; /* Max memory size of one scan line */ member
73 .scan_line_max = 64,
81 .scan_line_max = 128,
89 .scan_line_max = 128,
164 priv->scan_line_max = config->scan_line_max; in aspeed_gfx_load()
H A Daspeed_gfx.h18 u32 scan_line_max; member
H A Daspeed_gfx_crtc.c130 t_count = DIV_ROUND_UP(m->hdisplay * bpp, priv->scan_line_max); in aspeed_gfx_crtc_mode_set_nofb()