[Intel-gfx] [PATCH v3] drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()

Chris Wilson chris at chris-wilson.co.uk
Sun Oct 8 14:43:35 UTC 2017


Quoting Harsha Sharma (2017-10-08 15:04:07)
> @@ -624,7 +624,7 @@ static bool intel_fbdev_init_bios(struct drm_device *dev,
>         ifbdev->preferred_bpp = fb->base.format->cpp[0] * 8;
>         ifbdev->fb = fb;
>  
> -       drm_framebuffer_reference(&ifbdev->fb->base);
> +       drm_framebuffer_put(&ifbdev->fb->base);

Whoops.
-Chris


More information about the dri-devel mailing list