Re: [PATCH v4] drm/vkms: Add support to 1D gamma LUT

2023-07-03 Thread Arthur Grillo Queiroz Cabral
On 02/07/23 18:37, Maira Canal wrote: > On 6/27/23 05:12, Pekka Paalanen wrote: >> On Mon, 26 Jun 2023 14:35:25 -0300 >> Maira Canal wrote: >> >>> Hi Pekka, >>> >>> On 6/26/23 05:17, Pekka Paalanen wrote: On Sat, 24 Jun 2023 18:48:08 -0300 Maira Canal wrote: > Hi Arthur,

Re: [PATCH v4] drm/vkms: Add support to 1D gamma LUT

2023-07-02 Thread Maira Canal
On 6/27/23 05:12, Pekka Paalanen wrote: On Mon, 26 Jun 2023 14:35:25 -0300 Maira Canal wrote: Hi Pekka, On 6/26/23 05:17, Pekka Paalanen wrote: On Sat, 24 Jun 2023 18:48:08 -0300 Maira Canal wrote: Hi Arthur, Thanks for working on this feature for the VKMS! On 6/21/23 16:41, Arthur G

Re: [PATCH v4] drm/vkms: Add support to 1D gamma LUT

2023-06-27 Thread Pekka Paalanen
On Mon, 26 Jun 2023 14:35:25 -0300 Maira Canal wrote: > Hi Pekka, > > On 6/26/23 05:17, Pekka Paalanen wrote: > > On Sat, 24 Jun 2023 18:48:08 -0300 > > Maira Canal wrote: > > > >> Hi Arthur, > >> > >> Thanks for working on this feature for the VKMS! > >> > >> On 6/21/23 16:41, Arthur Grillo

Re: [PATCH v4] drm/vkms: Add support to 1D gamma LUT

2023-06-26 Thread Maira Canal
Hi Pekka, On 6/26/23 05:17, Pekka Paalanen wrote: On Sat, 24 Jun 2023 18:48:08 -0300 Maira Canal wrote: Hi Arthur, Thanks for working on this feature for the VKMS! On 6/21/23 16:41, Arthur Grillo wrote: Support a 1D gamma LUT with interpolation for each color channel on the VKMS driver. Ad

Re: [PATCH v4] drm/vkms: Add support to 1D gamma LUT

2023-06-26 Thread Pekka Paalanen
On Sat, 24 Jun 2023 18:48:08 -0300 Maira Canal wrote: > Hi Arthur, > > Thanks for working on this feature for the VKMS! > > On 6/21/23 16:41, Arthur Grillo wrote: > > Support a 1D gamma LUT with interpolation for each color channel on the > > VKMS driver. Add a check for the LUT length by creat

Re: [PATCH v4] drm/vkms: Add support to 1D gamma LUT

2023-06-24 Thread Maira Canal
Hi Arthur, Thanks for working on this feature for the VKMS! On 6/21/23 16:41, Arthur Grillo wrote: Support a 1D gamma LUT with interpolation for each color channel on the VKMS driver. Add a check for the LUT length by creating vkms_atomic_check(). Tested with: igt@kms_color@gamma igt@kms_color

Re: [PATCH v4] drm/vkms: Add support to 1D gamma LUT

2023-06-22 Thread Harry Wentland
On 6/21/23 15:41, Arthur Grillo wrote: > Support a 1D gamma LUT with interpolation for each color channel on the > VKMS driver. Add a check for the LUT length by creating > vkms_atomic_check(). > > Tested with: > igt@kms_color@gamma > igt@kms_color@legacy-gamma > igt@kms_color@invalid-gamma-lut

[PATCH v4] drm/vkms: Add support to 1D gamma LUT

2023-06-21 Thread Arthur Grillo
Support a 1D gamma LUT with interpolation for each color channel on the VKMS driver. Add a check for the LUT length by creating vkms_atomic_check(). Tested with: igt@kms_color@gamma igt@kms_color@legacy-gamma igt@kms_color@invalid-gamma-lut-sizes v2: - Add interpolation between the values of