[PATCH v3 09/19] drm/virtio: implement blob resources: probe for host visible region
Gurchetan Singh
gurchetansingh at chromium.org
Thu Sep 17 22:27:24 UTC 2020
On Thu, Sep 17, 2020 at 2:40 AM Gerd Hoffmann <kraxel at redhat.com> wrote:
> Hi,
>
> > + if (!devm_request_mem_region(&vgdev->vdev->dev,
> > +
> vgdev->host_visible_region.addr,
> > +
> vgdev->host_visible_region.len,
> > + dev_name(&vgdev->vdev->dev)))
> {
> > + DRM_ERROR("Could not reserve host visible
> region\n");
> > + goto err_vqs;
> > + }
>
> > + if (vgdev->has_host_visible) {
> > + devm_release_mem_region(&vgdev->vdev->dev,
> > + vgdev->host_visible_region.addr,
> > + vgdev->host_visible_region.len);
> > + }
>
> Hmm. isn't it the point of the managed apis that the release happens
> automatically? I think you don't need the devm_release_mem_region
> call (it doesn't break things though).
>
Ack, good catch. Fixed.
>
> take care,
> Gerd
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20200917/181b619b/attachment.htm>
More information about the dri-devel
mailing list