Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/mcde/
H A Dmcde_display.c609 u32 stripwidth; in mcde_configure_channel() local
611 stripwidth = 0xF000 / (mode->vdisplay * 4); in mcde_configure_channel()
612 dev_info(mcde->dev, "stripwidth: %d\n", stripwidth); in mcde_configure_channel()
615 (mode->hdisplay - 1 - stripwidth) << MCDE_SYNCHCONF_HWREQVCNT_SHIFT | in mcde_configure_channel()
617 (mode->hdisplay - 1 - stripwidth) << MCDE_SYNCHCONF_SWINTVCNT_SHIFT; in mcde_configure_channel()