All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joonyoung Shim <jy0922.shim@samsung.com>
To: Rob Clark <robdclark@gmail.com>
Cc: Inki Dae <inki.dae@samsung.com>,
	kyungmin.park@samsung.com, sw0312.kim@samsung.com,
	dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 5/5] drm/exynos: Add plane support with fimd
Date: Tue, 13 Dec 2011 09:41:48 +0900	[thread overview]
Message-ID: <4EE69F4C.4080506@samsung.com> (raw)
In-Reply-To: <CAF6AEGv=+FnFU5Vr5onRo+=8X=geLufxVydt6zMPOw3cpF7xQw@mail.gmail.com>

On 12/13/2011 06:59 AM, Rob Clark wrote:
> On Fri, Dec 9, 2011 at 4:59 AM, Inki Dae<inki.dae@samsung.com>  wrote:
>> From: Joonyoung Shim<jy0922.shim@samsung.com>
>>
>> The exynos fimd supports 5 window overlays. Only one window overlay of
>> fimd is used by the crtc, so we need plane feature to use the rest
>> window overlays.
>>
>> This creates one ioctl exynos specific - DRM_EXYNOS_PLANE_SET_ZPOS, it
>> is the ioctl to decide for user to assign which window overlay.
>>
> btw, I think I will end up with a similar ioctl.. so thought I'd
> double check for consistency, is zorder interpreted from back to front
> or front to back?  Ie. higher numeric value in front or behind of
> lower numeric value?  Are negative values permitted?

The zpos of exynos plane is just the index of overlay of exynos fimd or
exynos hdmi. 0 zpos means first overlay and 1 zpos means second overlay.
It isn't the priority value but higher zpos will have higher priority
generally.

A negative value -1 is defined to special value. A exynos crtc should
use one overlay and -1 zpos means the overlay that crtc uses.

Thanks.

> BR,
> -R
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
>

  reply	other threads:[~2011-12-13  0:41 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-09  8:23 [PATCH 0/2] update exynos drm driver Inki Dae
2011-12-09  8:23 ` [PATCH 1/2] drm/exynos: updated crtc and encoder dpms framework Inki Dae
2011-12-09  8:23 ` [PATCH 2/2] drm/exynos: add runtime pm feature for fimd Inki Dae
2011-12-09 10:59 ` [PATCH 0/5] update new features Inki Dae
2011-12-09 10:59   ` [PATCH 1/5] drm/exynos: Fix compile errors Inki Dae
2011-12-09 10:59   ` [PATCH 2/5] drm/exynos: Use struct drm_mode_fb_cmd2 Inki Dae
2011-12-09 10:59   ` [PATCH 3/5] drm/exynos: updated crtc and encoder dpms framework Inki Dae
2011-12-09 10:59   ` [PATCH 4/5] drm/exynos: add runtime pm feature for fimd Inki Dae
2011-12-09 10:59   ` [PATCH 5/5] drm/exynos: Add plane support with fimd Inki Dae
2011-12-12 21:59     ` Rob Clark
2011-12-13  0:41       ` Joonyoung Shim [this message]
2011-12-13  0:48         ` Rob Clark
2011-12-13  2:39           ` Inki Dae
2011-12-13  2:55             ` Rob Clark
2011-12-12 22:48     ` Rob Clark
2011-12-13  0:13       ` Joonyoung Shim

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=4EE69F4C.4080506@samsung.com \
    --to=jy0922.shim@samsung.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=inki.dae@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=robdclark@gmail.com \
    --cc=sw0312.kim@samsung.com \
    /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.