Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/
H A Dssd2825.c136 u32 pd_lines; /* number of Parallel Port Input Data Lines */ member
319 ret = of_property_read_u32(ep, "bus-width", &priv->pd_lines); in ssd2825_dsi_host_attach()
324 priv->pd_lines = mipi_dsi_pixel_format_to_bpp(dev->format); in ssd2825_dsi_host_attach()
451 pclk_mult = priv->pd_lines / priv->dsi_lanes + 1; in ssd2825_setup_pll()