Re: [PATCH 1/3] drm/doc: Move hdmi infoframe docs

2019-01-30 Thread Daniel Vetter
On Wed, Jan 30, 2019 at 05:13:13PM +, Kazlauskas, Nicholas wrote: > On 1/30/19 11:30 AM, Daniel Vetter wrote: > > .. next to all the other sink helpers. The rect library is more used > > for handling plane clipping, so belongs to those imo. > > > > Signed-off-by: Daniel Vetter > > Reviewed-b

Re: [PATCH 1/3] drm/doc: Move hdmi infoframe docs

2019-01-30 Thread Kazlauskas, Nicholas
On 1/30/19 11:30 AM, Daniel Vetter wrote: > .. next to all the other sink helpers. The rect library is more used > for handling plane clipping, so belongs to those imo. > > Signed-off-by: Daniel Vetter Reviewed-by: Nicholas Kazlauskas Looks better than being sandwiched between the HDMI helpers

[PATCH 1/3] drm/doc: Move hdmi infoframe docs

2019-01-30 Thread Daniel Vetter
.. next to all the other sink helpers. The rect library is more used for handling plane clipping, so belongs to those imo. Signed-off-by: Daniel Vetter --- Documentation/gpu/drm-kms-helpers.rst | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Documen