Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dhdmi5_core.c201 int max_ext_blocks = (len / 128) - 1; in hdmi5_read_edid() local
214 if (n > max_ext_blocks) in hdmi5_read_edid()
215 n = max_ext_blocks; in hdmi5_read_edid()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi5_core.c202 int max_ext_blocks = (len / 128) - 1; in hdmi5_read_edid() local
215 if (n > max_ext_blocks) in hdmi5_read_edid()
216 n = max_ext_blocks; in hdmi5_read_edid()