Re: [Intel-gfx] [PATCH i-g-t v5 1/6] lib/igt_kms: Add writeback support

2019-02-04 Thread Brian Starkey
Hi Liviu, On Tue, Jan 15, 2019 at 05:47:42PM +, Liviu Dudau wrote: > From: Brian Starkey [snip] > > +/** > + * igt_output_set_writeback_fb: > + * @output: Target output > + * @fb: Target framebuffer > + * > + * This function sets the given @fb to be used as the target framebuffer for > t

[Intel-gfx] [PATCH i-g-t v5 1/6] lib/igt_kms: Add writeback support

2019-01-15 Thread Liviu Dudau
From: Brian Starkey Add support in igt_kms for writeback connectors, with the ability to attach framebuffers. Signed-off-by: Brian Starkey [rebased and updated to the latest igt style] Signed-off-by: Liviu Dudau --- lib/igt_kms.c | 57 +++ lib/i