Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tiny/
H A Dofdrm.c150 static int display_read_u32_of(struct drm_device *dev, struct device_node *of_node, in display_read_u32_of() function
176 int ret = display_read_u32_of(dev, of_node, "width", &width); in display_get_width_of()
186 int ret = display_read_u32_of(dev, of_node, "height", &height); in display_get_height_of()
196 int ret = display_read_u32_of(dev, of_node, "depth", &depth); in display_get_depth_of()
206 int ret = display_read_u32_of(dev, of_node, "linebytes", &linebytes); in display_get_linebytes_of()