Hi Gerd,
> > >
> > > > dmabuf->buf.fd = res->dmabuf_fd;
> > > > +dmabuf->buf.blob = true;
> > >
> > > Do you actually need the 'blob' field?
> > > I think checking 'fd' instead should work too.
> > [Kasireddy, Vivek] I want these changes to be limited to blob resources
> > only as I do n
> > Hi,
> >
> > > dmabuf->buf.fd = res->dmabuf_fd;
> > > +dmabuf->buf.blob = true;
> >
> > Do you actually need the 'blob' field?
> > I think checking 'fd' instead should work too.
> [Kasireddy, Vivek] I want these changes to be limited to blob resources only
> as I do not
> know how
Hi Gerd,
> Hi,
>
> > dmabuf->buf.fd = res->dmabuf_fd;
> > +dmabuf->buf.blob = true;
>
> Do you actually need the 'blob' field?
> I think checking 'fd' instead should work too.
[Kasireddy, Vivek] I want these changes to be limited to blob resources only as
I do not
know how they might
Hi,
> dmabuf->buf.fd = res->dmabuf_fd;
> +dmabuf->buf.blob = true;
Do you actually need the 'blob' field?
I think checking 'fd' instead should work too.
take care,
Gerd