[Intel-gfx] [PATCH v9 01/14] drm/i915/display: Add new member to configure PCON color conversion

2023-02-20 Thread Ankit Nautiyal
The decision to use DFP output format conversion capabilities should be during compute_config phase. This patch adds new member to crtc_state to represent the final output_format to the sink. In case of a DFP this can be different than the output_format, as per the format conversion done via the P

Re: [Intel-gfx] [PATCH v9 01/14] drm/i915/display: Add new member to configure PCON color conversion

2023-02-20 Thread Ville Syrjälä
On Mon, Feb 20, 2023 at 05:53:48PM +0530, Ankit Nautiyal wrote: > The decision to use DFP output format conversion capabilities should be > during compute_config phase. > > This patch adds new member to crtc_state to represent the final > output_format to the sink. In case of a DFP this can be dif

Re: [Intel-gfx] [PATCH v9 01/14] drm/i915/display: Add new member to configure PCON color conversion

2023-02-21 Thread Nautiyal, Ankit K
On 2/21/2023 1:07 AM, Ville Syrjälä wrote: On Mon, Feb 20, 2023 at 05:53:48PM +0530, Ankit Nautiyal wrote: The decision to use DFP output format conversion capabilities should be during compute_config phase. This patch adds new member to crtc_state to represent the final output_format to the

Re: [Intel-gfx] [PATCH v9 01/14] drm/i915/display: Add new member to configure PCON color conversion

2023-02-23 Thread Ville Syrjälä
On Tue, Feb 21, 2023 at 02:06:06PM +0530, Nautiyal, Ankit K wrote: > > On 2/21/2023 1:07 AM, Ville Syrjälä wrote: > > On Mon, Feb 20, 2023 at 05:53:48PM +0530, Ankit Nautiyal wrote: > >> The decision to use DFP output format conversion capabilities should be > >> during compute_config phase. > >>

Re: [Intel-gfx] [PATCH v9 01/14] drm/i915/display: Add new member to configure PCON color conversion

2023-02-24 Thread Nautiyal, Ankit K
On 2/23/2023 10:50 PM, Ville Syrjälä wrote: On Tue, Feb 21, 2023 at 02:06:06PM +0530, Nautiyal, Ankit K wrote: On 2/21/2023 1:07 AM, Ville Syrjälä wrote: On Mon, Feb 20, 2023 at 05:53:48PM +0530, Ankit Nautiyal wrote: The decision to use DFP output format conversion capabilities should be du