All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Lars-Peter Clausen <lars@metafoo.de>
Cc: dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 4/4] drm: Renesas SH Mobile DRM driver
Date: Wed, 27 Jun 2012 14:40:34 +0200	[thread overview]
Message-ID: <1346173.UfsXpaZxOr@avalon> (raw)
In-Reply-To: <4FC63848.1030709@metafoo.de>

Hi Lars-Peter,

On Wednesday 30 May 2012 17:10:00 Lars-Peter Clausen wrote:
> On 05/30/2012 04:45 PM, Lars-Peter Clausen wrote:
> > On 05/30/2012 02:32 PM, Laurent Pinchart wrote:
> >> [...]
> >> +	for (i = 0; i < (format->yuv ? 2 : 1); ++i) {
> >> +		obj = drm_gem_object_lookup(dev, file_priv,
> >> +					    mode_cmd->handles[i]);
> >> +		if (obj == NULL) {
> >> +			dev_dbg(dev->dev, "GEM object %u not found\n",
> >> +				mode_cmd->handles[i]);
> >> +			ret = -ENOENT;
> >> +			goto error;
> >> +		}
> >> +		sfb->sobj[i] = to_shmob_gem_object(obj);
> >> +	}
> >> +
> > 
> > I added multi-plane support the cma fb helper functions and it seems to
> > work. But all other DRM drivers seem to assume that multi-plane formats
> > still only have a single buffer, while yours seems to assume that there is
> > a plane for each buffer. The exception is the Exynos driver, but it added
> > a new set of formats which are identical to the other formats, but use
> > one buffer per plane.
> > 
> > So I'm not sure how to implement this correctly in a generic fashion.
> 
> This post by Ville Syrjälä seems to explain it quite well:
> http://lists.freedesktop.org/archives/dri-devel/2012-April/021044.html

Do you plan to post a v3 of your "DRM: Add DRM kms/fb cma helper" patch in the 
near future ?

-- 
Regards,

Laurent Pinchart

  reply	other threads:[~2012-06-27 12:40 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-30 12:32 [PATCH 0/4] Renesas SH Mobile DRM driver Laurent Pinchart
2012-05-30 12:32 ` [PATCH 1/4] fbdev: sh_mobile_meram: Add MERAM operations wrappers Laurent Pinchart
2012-05-30 12:32 ` [PATCH 2/4] fbdev: sh_mobile_lcdc: Use " Laurent Pinchart
2012-05-30 12:32 ` [PATCH 3/4] drm: Add NV24 and NV42 pixel formats Laurent Pinchart
2012-05-30 13:09   ` Ville Syrjälä
2012-05-30 13:20     ` Laurent Pinchart
2012-05-30 14:05       ` Ville Syrjälä
2012-05-30 14:09         ` Laurent Pinchart
2012-05-30 12:32 ` [PATCH 4/4] drm: Renesas SH Mobile DRM driver Laurent Pinchart
2012-05-30 13:43   ` Sascha Hauer
2012-05-30 13:48     ` Lars-Peter Clausen
2012-05-30 14:12     ` Laurent Pinchart
2012-05-30 14:16   ` Ville Syrjälä
2012-06-27 12:40     ` Laurent Pinchart
2012-05-30 14:45   ` Lars-Peter Clausen
2012-05-30 15:10     ` Lars-Peter Clausen
2012-06-27 12:40       ` Laurent Pinchart [this message]
2012-06-27 20:06         ` Lars-Peter Clausen
2012-06-27 20:27           ` Laurent Pinchart
2012-06-27 20:56             ` Lars-Peter Clausen
2012-05-30 16:40   ` Sascha Hauer
2012-05-31  9:42     ` Laurent Pinchart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1346173.UfsXpaZxOr@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=lars@metafoo.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.