Displaying 1 result from an estimated 1 matches for "omap_fbdev_client_funcs".
2024 Sep 26
1
[PATCH v5 79/80] drm/omapdrm: Remove struct drm_fb_helper from struct omap_fbdev.
...per->dev;
> struct omap_drm_private *priv = dev->dev_private;
> + struct omap_fbdev *fbdev = priv->fbdev;
> struct drm_framebuffer *fb = NULL;
> union omap_gem_size gsize;
> struct fb_info *fbi = NULL;
> @@ -338,6 +337,7 @@ static const struct drm_client_funcs omap_fbdev_client_funcs = {
>
> void omap_fbdev_setup(struct drm_device *dev)
> {
> + struct omap_drm_private *priv = dev->dev_private;
> struct omap_fbdev *fbdev;
> struct drm_fb_helper *helper;
> int ret;
> @@ -345,24 +345,28 @@ void omap_fbdev_setup(struct drm_device *dev)
>...