From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Jyri Sarha <jsarha@ti.com>
Cc: tomi.valkeinen@ti.com, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 2/2] drm/omapdrm: Move commit_modeset_enables() before commit_planes()
Date: Mon, 30 Jan 2017 13:15:41 +0200 [thread overview]
Message-ID: <1716910.x00CrnZ3Ve@avalon> (raw)
In-Reply-To: <ca2aea34-7c3e-8dc0-20fe-845ed5d6120d@ti.com>
Hi Jyri,
On Monday 30 Jan 2017 13:11:56 Jyri Sarha wrote:
> On 01/28/17 18:17, Laurent Pinchart wrote:
> > On Friday 27 Jan 2017 12:04:55 Jyri Sarha wrote:
> >> Move drm_atomic_helper_commit_modeset_enables() call to before
> >> drm_atomic_helper_commit_planes() call and have a
> >> omap_atomic_wait_for_completion() call after both.
> >>
> >> With the current dss dispc implementation we have to enable the new
> >> modeset before we can commit planes. The dispc ovl configuration
> >> relies on the video mode configuration been written into the HW when
> >> the ovl configuration is calculated.
> >>
> >> This approach is not ideal because after a mode change the plane
> >> update is executed only after the first vblank interrupt. The dispc
> >> implementation should be fixed so that it is able use uncommitted drm
> >> state information. information.
> >>
> >> Signed-off-by: Jyri Sarha <jsarha@ti.com>
> >> ---
> >>
> >> drivers/gpu/drm/omapdrm/omap_drv.c | 16 +++++++++++++++-
> >> 1 file changed, 15 insertions(+), 1 deletion(-)
> >>
> >> diff --git a/drivers/gpu/drm/omapdrm/omap_drv.c
> >> b/drivers/gpu/drm/omapdrm/omap_drv.c index 5e55f1b..8c15735 100644
> >> --- a/drivers/gpu/drm/omapdrm/omap_drv.c
> >> +++ b/drivers/gpu/drm/omapdrm/omap_drv.c
> >> @@ -96,8 +96,22 @@ static void omap_atomic_complete(struct
> >> omap_atomic_state_commit *commit) dispc_runtime_get();
> >>
> >> drm_atomic_helper_commit_modeset_disables(dev, old_state);
> >>
> >> - drm_atomic_helper_commit_planes(dev, old_state, 0);
> >> +
> >> + /* With the current dss dispc implementation we have to enable
> >> + * the new modeset before we can commit planes. The dispc ovl
> >> + * configuration relies on the video mode configuration been
> >> + * written into the HW when the ovl configuration is
> >> + * calculated.
> >> + *
> >> + * This approach is not ideal because after a mode change the
> >> + * plane update is executed only after the first vblank
> >> + * interrupt. The dispc implementation should be fixed so that
> >> + * it is able use uncommitted drm state information.
> >
> > Any chance you could fix the dispc implementation ? ;-) Otherwise, could
> > you
>
> I am currently studying how to do it, but it tricky... really tricky. In
> DRM terms, the plane configuration is affected by the connector where
> the crtc is connected to. The whole DSS should have to made understand
> drm state structures. There certainly wont be any "fix" for 4.10,
> probably nothing for 4.11 either.
>
> > rebase (and retest) this patch on top of "[PATCH 0/5] omapdrm: fences and
> > zpos" ?
>
> Thanks, I'll do that.
If you intend on merging this patch as a v4.10 fix then there's no need to
rebase. If it targets v4.11, the above-mentioned series will likely go in
first.
--
Regards,
Laurent Pinchart
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2017-01-30 11:15 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-27 10:04 [PATCH 0/2] drm/omapdrm: Couple of plane related fixes Jyri Sarha
2017-01-27 10:04 ` [PATCH 1/2] Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs" Jyri Sarha
2017-01-28 16:11 ` Laurent Pinchart
2017-01-30 8:48 ` Tomi Valkeinen
2017-01-27 10:04 ` [PATCH 2/2] drm/omapdrm: Move commit_modeset_enables() before commit_planes() Jyri Sarha
2017-01-28 16:17 ` Laurent Pinchart
2017-01-30 8:50 ` Tomi Valkeinen
2017-01-30 11:11 ` Jyri Sarha
2017-01-30 11:15 ` Laurent Pinchart [this message]
2017-01-30 12:50 ` Jyri Sarha
2017-02-06 11:50 ` [PATCH 0/2] drm/omapdrm: Couple of plane related fixes Tomi Valkeinen
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=1716910.x00CrnZ3Ve@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=jsarha@ti.com \
--cc=tomi.valkeinen@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox