Re: [Intel-gfx] [PATCH v10 1/8] drm/i915: Introduce CRTC output format

2018-09-11 Thread Ville Syrjälä
On Tue, Aug 14, 2018 at 03:23:19PM +0530, Shashank Sharma wrote: > This patch adds an enum "intel_output_format" to represent > the output format of a particular CRTC. This enum will be > used to produce a RGB/YCBCR4:4:4/YCBCR4:2:0 output format > during the atomic modeset calculations. > > V5: >

[Intel-gfx] [PATCH v10 1/8] drm/i915: Introduce CRTC output format

2018-08-14 Thread Shashank Sharma
This patch adds an enum "intel_output_format" to represent the output format of a particular CRTC. This enum will be used to produce a RGB/YCBCR4:4:4/YCBCR4:2:0 output format during the atomic modeset calculations. V5: - Created this separate patch to introduce and init output_format. - Initialize