From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH 0/2] drm/i915: Split up modeset state checker.
Date: Wed, 23 Mar 2016 14:58:05 +0100 [thread overview]
Message-ID: <1458741487-23801-1-git-send-email-maarten.lankhorst@linux.intel.com> (raw)
Right now the state checker assumes that the global state is fixed,
with support for the atomic ioctl not all state will be locked any more,
so the state checker has to check only what's part of the state.
This is done by first splitting up the state checker in one part that
checks all disabled connectors/encoders and global state, and then
split again to run for each crtc separately.
Maarten Lankhorst (2):
drm/i915: Make modeset state checker take crtc as argument.
drm/i915: Move modeset state checker calls.
drivers/gpu/drm/i915/intel_display.c | 310 +++++++++++++++++++----------------
1 file changed, 173 insertions(+), 137 deletions(-)
--
2.1.0
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next reply other threads:[~2016-03-23 13:58 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-23 13:58 Maarten Lankhorst [this message]
2016-03-23 13:58 ` [PATCH 1/2] drm/i915: Make modeset state checker take crtc as argument Maarten Lankhorst
2016-04-07 23:22 ` Matt Roper
2016-03-23 13:58 ` [PATCH 2/2] drm/i915: Move modeset state checker calls Maarten Lankhorst
2016-04-07 23:23 ` Matt Roper
2016-04-08 9:38 ` Maarten Lankhorst
2016-03-25 16:59 ` [PATCH 0/2] drm/i915: Split up modeset state checker Matt Roper
2016-03-29 7:33 ` Maarten Lankhorst
2016-03-30 8:00 ` [PATCH 3/2] drm/i915: Rename hw state checker to hw state verifier Maarten Lankhorst
2016-03-30 11:26 ` Daniel Vetter
2016-04-07 23:24 ` Matt Roper
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=1458741487-23801-1-git-send-email-maarten.lankhorst@linux.intel.com \
--to=maarten.lankhorst@linux.intel.com \
--cc=intel-gfx@lists.freedesktop.org \
/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;
as well as URLs for NNTP newsgroup(s).