Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/aspeed/
Daspeed_gfx_drv.c67 u32 scan_line_max; /* Max memory size of one scan line */ member
75 .scan_line_max = 64,
83 .scan_line_max = 128,
91 .scan_line_max = 128,
166 priv->scan_line_max = config->scan_line_max; in aspeed_gfx_load()
Daspeed_gfx.h18 u32 scan_line_max; member
Daspeed_gfx_crtc.c130 t_count = DIV_ROUND_UP(m->hdisplay * bpp, priv->scan_line_max); in aspeed_gfx_crtc_mode_set_nofb()