Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi5_core.c191 int max_ext_blocks = (len / 128) - 1; in hdmi5_read_edid() local
204 if (n > max_ext_blocks) in hdmi5_read_edid()
205 n = max_ext_blocks; in hdmi5_read_edid()