From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Anholt Subject: Re: [PATCH] drm/doc: atomic overview, with graph Date: Wed, 01 Mar 2017 09:42:29 -0800 Message-ID: <87wpc828sa.fsf@eliezer.anholt.net> References: <20170228171319.1786-7-daniel.vetter@ffwll.ch> <20170301083534.1522-1-daniel.vetter@ffwll.ch> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: In-Reply-To: <20170301083534.1522-1-daniel.vetter@ffwll.ch> Sender: linux-doc-owner@vger.kernel.org To: linux-doc@vger.kernel.org Cc: DRI Development , Daniel Vetter , Laurent Pinchart , Harry Wentland , Daniel Vetter List-Id: dri-devel@lists.freedesktop.org --=-=-= Content-Type: text/plain Daniel Vetter writes: > I want to split up a few more things and document some details better > (like how exactly to subclass drm_atomic_state). And maybe also split > up the helpers a bit per-topic, but this should be a ok-ish start for > better atomic overview. > > One thing I failed at is getting DOT to layout the overview graph how > I want it. The highlevel structure I want is: > > Free-standing State > > Current State > > i.e. one over the other. Currently it lays it out side-by-side, but > not even that really - "Current State" is somewhat offset below. Makes > the graph look like garbage, and also way too wide for proper > rendering. Ideas appreciated. > > v2: Spelling and clarifications (Eric). > > Cc: Eric Anholt > Cc: Laurent Pinchart > Cc: Harry Wentland > Signed-off-by: Daniel Vetter > --- > Documentation/gpu/drm-kms-helpers.rst | 2 + > Documentation/gpu/drm-kms.rst | 86 ++++++++++++++++++++++++++++++++++- > 2 files changed, 87 insertions(+), 1 deletion(-) > > diff --git a/Documentation/gpu/drm-kms-helpers.rst b/Documentation/gpu/drm-kms-helpers.rst > index 050ebe81d256..ac53c0b893f6 100644 > --- a/Documentation/gpu/drm-kms-helpers.rst > +++ b/Documentation/gpu/drm-kms-helpers.rst > +Atomic Mode Setting > +=================== > + > + > +.. FIXME: The I want the below graph to be laid out so that the 2 subgraph > + clusters are below each another. But I failed. s/The // With that, Acked-by: Eric Anholt --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE/JuuFDWp9/ZkuCBXtdYpNtH8nugFAli3CAUACgkQtdYpNtH8 nuh7VA//YJQhhyYbamk1k430Q8lIZVM+LPpnGKsyexZORQmtr4VXJbyWcs2zRtOj XbnfQXRUXdXFXkHBYGZ+b4LXeFbE1qHCe/lxt3ccQLjWwyMJ0tTcGnl67KbAq/oJ kuks5HYYVk1fO1LBLeRPxLx1mjF6LaF/HHKu5WhGgEhyuUURBkwXezghQ4F1qRaj J15yYmNt2k7x7aUrzp4DeTLC9/MHe2vWR7keefPNj+g6wPUBeueO7RxMPqWCH0Rs yN/cQPg5Ml/raIz0Kb+0hXo2nsIE8E8jA1Rb0BUZkeik8l2l+Da+ov9IUxOvrp8t a9gtNvs1L7KwmnqJs1SS8MZiuYrAXtERwyNqwlPSR3NRiWSE/W3KidE7JZcO+pn8 1ep5KVjkoXGfjNRJk1EwNwO0g4ntkDxT8DOYYUqg+7ziOXJx/fmQjE2do87fMpRF KPrFYp9p6EoFucEHIDrtUGVzFMRveGbuqh6lXoZK7fRK4mH3Dh9ArJqDocERhY/T nPj3eJKITjD+SYF09S1wkqfIPBtJ3p7gPYprecVJv/lgV4Po+k90rkb4VOP/E4l6 8RX9xhZ9PWlGouy92R1gJxAAtqGEy8kEzKDcTsZipR4RbliqAl75zTo0vN6rgDrV WDcRQCZ61NL+Px5tkksvDRxzvPUs86U+i/fkbxk7sJk/6pI6Fi8= =JHa8 -----END PGP SIGNATURE----- --=-=-=--