RE: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-28 Thread Harsha Manjula Mallikarjun (RBEI/ECF3)
>Sent: Friday, June 22, 2018 8:33 PM >>To: Harsha Manjula Mallikarjun (RBEI/ECF3) >> >>Cc: wayland-devel@lists.freedesktop.org >>Subject: Re: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and >>"CTM" >> >>Hi Harsha, >>I a

Re: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-28 Thread Pekka Paalanen
On Tue, 26 Jun 2018 13:47:22 -0300 Matheus Santana wrote: > On Tue, Jun 26, 2018 at 11:51 AM, Emil Velikov > wrote: > > Matheus your assumption is correct. make check should pass, without > > any local changes. > > > > Quick look points the following: > > - the drm (compositor-drm) backend

Re: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-26 Thread Emil Velikov
heus Santana [mailto:e...@cin.ufpe.br] >> >> >Sent: Friday, June 22, 2018 8:33 PM >> >> >To: Harsha Manjula Mallikarjun (RBEI/ECF3) >> >> > >> >> >Cc: wayland-devel@lists.freedesktop.org >> >> >Subject: Re: [PATCH 0/5] Implement

Re: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-26 Thread Matheus Santana
, Jun 25, 2018 at 10:21 AM, Harsha Manjula Mallikarjun (RBEI/ECF3) > > wrote: > >> > >> Hi Matheus, > >> > >> >From: Matheus Santana [mailto:e...@cin.ufpe.br] > >> >Sent: Friday, June 22, 2018 8:33 PM > >> >To: Harsha Manjula Mal

Re: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-26 Thread Emil Velikov
; Hi Matheus, >> >> >From: Matheus Santana [mailto:e...@cin.ufpe.br] >> >Sent: Friday, June 22, 2018 8:33 PM >> >To: Harsha Manjula Mallikarjun (RBEI/ECF3) >> > >> >Cc: wayland-devel@lists.freedesktop.org >> >Subject: Re: [PATCH 0/5] Implement supp

Re: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-25 Thread Matheus Santana
n.ufpe.br] > >Sent: Friday, June 22, 2018 8:33 PM > >To: Harsha Manjula Mallikarjun (RBEI/ECF3) bosch.com> > >Cc: wayland-devel@lists.freedesktop.org > >Subject: Re: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" > and "CTM" > > >

RE: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-25 Thread Harsha Manjula Mallikarjun (RBEI/ECF3)
Hi Matheus, >From: Matheus Santana [mailto:e...@cin.ufpe.br] >Sent: Friday, June 22, 2018 8:33 PM >To: Harsha Manjula Mallikarjun (RBEI/ECF3) > >Cc: wayland-devel@lists.freedesktop.org >Subject: Re: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and

RE: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-25 Thread Harsha Manjula Mallikarjun (RBEI/ECF3)
To: Harsha Manjula Mallikarjun (RBEI/ECF3) Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM" Hi Harsha, I am unable to run the tests you introduced. Tests execution gets stuck after reporting success for

Re: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-22 Thread Matheus Santana
Hi Harsha, I am unable to run the tests you introduced. Tests execution gets stuck after reporting success for surface-global-test. Is it necessary building weston against any newer libraries versions for running the new tests? Thanks, Matheus On Fri, Jun 22, 2018 at 10:23 AM, wrote: >

[PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"

2018-06-22 Thread harsha.manjulamallikarjun
From: Harsha M M current drm backend uses drmModeCrtcSetGamma to set the gamma look up table. This api is a legacy now. DRM backend should support setting of gamma look up table through GAMMA_LUT property to keep up with the latest DRM. DRM has support for setting color transformation matrix.