[Mesa-stable] [PATCH] i915: Fix black buffers when importing prime fds
Andreas Pokorny
andreas.pokorny at canonical.com
Wed Sep 10 10:06:20 PDT 2014
Could someone take a short look?
It should be possible to validate it by looking at the other similar code
paths:
i.e look at intel_from_planar and intel_create_image_from_renderbuffer and
intel_create_image_from_name
each of those contain this call...
On Wed, Aug 27, 2014 at 9:36 AM, Andreas Pokorny <
andreas.pokorny at canonical.com> 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;
> --
> 2.1.0
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-stable/attachments/20140910/792c0a79/attachment.html>
More information about the mesa-stable
mailing list