[Mesa-dev] [Mesa-stable] [PATCH] i915: Fix black buffers when importing prime fds

Daniel Stone daniel at fooishbar.org
Wed Sep 17 00:40:22 PDT 2014


Reviewed-by: Daniel Stone <daniels at collabora.com>

On 16 September 2014 22:29, Emil Velikov <emil.l.velikov at gmail.com> wrote:

> Another humble ping.
>
> I realise that i915 hardware is not top priority yet 5 minutes of someone
> experienced with the driver will be greatly appreciated :)
>
> Cheers,
> Emil
>
> On 05/09/14 16:20, Emil Velikov wrote:
> > Hmm the previous cover letter was not attached to any patches :\
> > Anywho, can someone take a few minutes to check this out ?
> >
> > -Emil
> >
> > On 27/08/14 08:36, Andreas Pokorny wrote:
> >> Width and Height of the imported image was never initialized from the
> >> imported bo.
> >>
> >> Signed-off-by: Andreas Pokorny <andreas.pokorny at canonical.com>
> >> ---
> >>  src/mesa/drivers/dri/i915/intel_screen.c | 2 ++
> >>  1 file changed, 2 insertions(+)
> >>
> >> diff --git a/src/mesa/drivers/dri/i915/intel_screen.c
> b/src/mesa/drivers/dri/i915/intel_screen.c
> >> index 3aaa45f..00d8580 100644
> >> --- a/src/mesa/drivers/dri/i915/intel_screen.c
> >> +++ b/src/mesa/drivers/dri/i915/intel_screen.c
> >> @@ -616,6 +616,8 @@ intel_create_image_from_fds(__DRIscreen *screen,
> >>        return NULL;
> >>     }
> >>
> >> +   intel_setup_image_from_dimensions(image);
> >> +
> >>     image->planar_format = f;
> >>     for (i = 0; i < f->nplanes; i++) {
> >>        index = f->planes[i].buffer_index;
> >>
> >
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140917/5df0ff51/attachment.html>


More information about the mesa-dev mailing list