Re: [Intel-gfx] [PATCH 3/5] drm/i915/dp: Fix DFP RGB->YCBCR conversion

2022-08-24 Thread Nautiyal, Ankit K
On 8/24/2022 2:07 PM, Jani Nikula wrote: On Wed, 24 Aug 2022, "Nautiyal, Ankit K" wrote: On 8/23/2022 4:33 PM, Jani Nikula wrote: On Mon, 22 Aug 2022, Ankit Nautiyal wrote: The decision to use DFP output format conversion capabilities should be during compute_config phase. This patch: -us

Re: [Intel-gfx] [PATCH 3/5] drm/i915/dp: Fix DFP RGB->YCBCR conversion

2022-08-24 Thread Jani Nikula
On Wed, 24 Aug 2022, "Nautiyal, Ankit K" wrote: > On 8/23/2022 4:33 PM, Jani Nikula wrote: >> On Mon, 22 Aug 2022, Ankit Nautiyal wrote: >>> The decision to use DFP output format conversion capabilities should be >>> during compute_config phase. >>> >>> This patch: >>> -uses the members of intel_

Re: [Intel-gfx] [PATCH 3/5] drm/i915/dp: Fix DFP RGB->YCBCR conversion

2022-08-24 Thread Nautiyal, Ankit K
On 8/23/2022 4:33 PM, Jani Nikula wrote: On Mon, 22 Aug 2022, Ankit Nautiyal wrote: The decision to use DFP output format conversion capabilities should be during compute_config phase. This patch: -uses the members of intel_dp->dfp to only store the format conversion capabilities of the DP d

Re: [Intel-gfx] [PATCH 3/5] drm/i915/dp: Fix DFP RGB->YCBCR conversion

2022-08-23 Thread Jani Nikula
On Mon, 22 Aug 2022, Ankit Nautiyal wrote: > The decision to use DFP output format conversion capabilities should be > during compute_config phase. > > This patch: > -uses the members of intel_dp->dfp to only store the > format conversion capabilities of the DP device. > -adds new members to crtc_

[Intel-gfx] [PATCH 3/5] drm/i915/dp: Fix DFP RGB->YCBCR conversion

2022-08-22 Thread Ankit Nautiyal
The decision to use DFP output format conversion capabilities should be during compute_config phase. This patch: -uses the members of intel_dp->dfp to only store the format conversion capabilities of the DP device. -adds new members to crtc_state to help configure the DFP output related conversion