Re: [PATCH 17/28] drm/i915: Define segmented Lut and add capabilities to colorop

2024-02-19 Thread Pekka Paalanen
@gmail.com; > > victo...@system76.com; dan...@ffwll.ch; quic_nas...@quicinc.com; > > quic_cbr...@quicinc.com; quic_abhin...@quicinc.com; arthurgri...@riseup.net; > > mar...@marcan.st; liviu.du...@arm.com; sashamcint...@google.com; > > s...@poorly.run > > Subject: Re: [PATCH

RE: [PATCH 17/28] drm/i915: Define segmented Lut and add capabilities to colorop

2024-02-19 Thread Shankar, Uma
c_abhin...@quicinc.com; arthurgri...@riseup.net; > mar...@marcan.st; liviu.du...@arm.com; sashamcint...@google.com; > s...@poorly.run > Subject: Re: [PATCH 17/28] drm/i915: Define segmented Lut and add capabilities > to colorop > > On Wed, 14 Feb 2024 07:28:37 + >

Re: [PATCH 17/28] drm/i915: Define segmented Lut and add capabilities to colorop

2024-02-14 Thread Pekka Paalanen
aleix...@kde.org; xaver.h...@gmail.com; > > victo...@system76.com; dan...@ffwll.ch; quic_nas...@quicinc.com; > > quic_cbr...@quicinc.com; quic_abhin...@quicinc.com; arthurgri...@riseup.net; > > mar...@marcan.st; liviu.du...@arm.com; sashamcint...@google.com; > > s...@poor

RE: [PATCH 17/28] drm/i915: Define segmented Lut and add capabilities to colorop

2024-02-13 Thread Shankar, Uma
quic_cbr...@quicinc.com; quic_abhin...@quicinc.com; arthurgri...@riseup.net; > mar...@marcan.st; liviu.du...@arm.com; sashamcint...@google.com; > s...@poorly.run > Subject: Re: [PATCH 17/28] drm/i915: Define segmented Lut and add capabilities > to colorop > > On Tue, 13 Feb 2024 12

Re: [PATCH 17/28] drm/i915: Define segmented Lut and add capabilities to colorop

2024-02-13 Thread Pekka Paalanen
On Tue, 13 Feb 2024 12:18:24 +0530 Uma Shankar wrote: > This defines the lut segments and create the color pipeline > > Signed-off-by: Uma Shankar > Signed-off-by: Chaitanya Kumar Borah > --- > drivers/gpu/drm/i915/display/intel_color.c | 109 + > 1 file changed, 109

[PATCH 17/28] drm/i915: Define segmented Lut and add capabilities to colorop

2024-02-12 Thread Uma Shankar
This defines the lut segments and create the color pipeline Signed-off-by: Uma Shankar Signed-off-by: Chaitanya Kumar Borah --- drivers/gpu/drm/i915/display/intel_color.c | 109 + 1 file changed, 109 insertions(+) diff --git a/drivers/gpu/drm/i915/display/intel_color.c