<div dir="ltr">Hi Harsha,<br><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Weston needs to be rebuilt. But, no new library versions dependencies. </blockquote><div><br></div><div>All right. <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 25, 2018 at 10:21 AM, Harsha Manjula Mallikarjun (RBEI/ECF3) <span dir="ltr"><<a href="mailto:Harsha.ManjulaMallikarjun@in.bosch.com" target="_blank">Harsha.ManjulaMallikarjun@in.bosch.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Matheus,<br>
<span class=""><br>
>From: Matheus Santana [mailto:<a href="mailto:embs@cin.ufpe.br">embs@cin.ufpe.br</a>] <br>
>Sent: Friday, June 22, 2018 8:33 PM<br>
>To: Harsha Manjula Mallikarjun (RBEI/ECF3) <<a href="mailto:Harsha.ManjulaMallikarjun@in.bosch.com">Harsha.ManjulaMallikarjun@in.<wbr>bosch.com</a>><br>
>Cc: <a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.<wbr>freedesktop.org</a><br>
>Subject: Re: [PATCH 0/5] Implement support for drm properties "GAMMA_LUT" and "CTM"<br>
><br>
</span><span class="">>Hi Harsha,<br>
>I am unable to run the tests you introduced. Tests execution gets stuck after reporting success for surface-global-test.<br>
<br>
</span>Surface-global-test terminates the compositor. May be this is the reason. I do not see a stuck test rather a terminated compositor.<br>
<br>
For testing I modified Weston.ini as follows:<br>
modules=ivi-controller.so, surface-global-test.so,gamma-<wbr>test.so,ctm-test.so<br>
<br>
Are you running tests in an another way? <br></blockquote><div><br></div><div>I'm running them by just issuing `make check` after building weston. I basically execute three commands (within weston's root dir):<br><br></div><div>    $ ./autogen.sh --prefix=$WLD<br></div><div>    $ make<br></div><div>    $ make check<br><br>The output for `autogen.sh` (which is the same regardless patches application) is attached.<br>All tests in suite run fine (24 passed, 1 skipped) when running these commands without the paches.<br><br></div><div>I'm applying the patches by downloading the mbox and `git am patches.mbox`.<br><br></div><div>Are you able to run all tests in suite by just `make check` after building the project?<br><br><br></div><div>Best regards,<br></div><div>Matheus<br><br></div><div>P.S.: it shouldn't make a difference but I've applied the new version you provided and tried it again without luck.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
>Is it necessary building weston against any newer libraries versions for running the new tests?<br>
><br>
>Thanks,<br>
>Matheus<br>
><br>
>On Fri, Jun 22, 2018 at 10:23 AM, <<a href="mailto:harsha.manjulamallikarjun@in.bosch.com">harsha.manjulamallikarjun@in.<wbr>bosch.com</a>> wrote:<br>
>From: Harsha M M <<a href="mailto:harsha.manjulamallikarjun@in.bosch.com">harsha.manjulamallikarjun@in.<wbr>bosch.com</a>><br>
><br>
>current drm backend uses drmModeCrtcSetGamma to set the gamma look up table.<br>
>This api is a legacy now. DRM backend should support setting of gamma look up<br>
>table through GAMMA_LUT property to keep up with the latest DRM.<br>
><br>
>DRM has support for setting color transformation matrix. This is useful for<br>
>tuning additional display settings like brightness, saturation and hue.<br>
><br>
>This patch series adds support for setting of these two drm properties along<br>
>with respective tests.<br>
><br>
>Harsha M M (5):<br>
>  compositor-drm: Implement support for GAMMA_LUT drm property<br>
>  libweston: provide support to set color transformation matrix for<br>
>    output<br>
>  compositor-drm: add support for CTM property<br>
>  tests: add test for setting gamma<br>
>  tests: add test for color transformation matrix<br>
><br>
> Makefile.am                |  13 ++-<br>
> libweston/compositor-drm.c | 149 +++++++++++++++++++++++++--<br>
> libweston/compositor.h     |  12 +++<br>
> tests/ctm-test.c           | 210 ++++++++++++++++++++++++++++++<wbr>++++++++<br>
> tests/gamma-test.c         | 248 ++++++++++++++++++++++++++++++<wbr>+++++++++++++++<br>
> 5 files changed, 625 insertions(+), 7 deletions(-)<br>
> create mode 100644 tests/ctm-test.c<br>
> create mode 100644 tests/gamma-test.c<br>
><br>
>-- <br>
>2.7.4<br>
><br>
>_____________________________<wbr>__________________<br>
>wayland-devel mailing list<br>
><a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.<wbr>freedesktop.org</a><br>
><a href="https://lists.freedesktop.org/mailman/listinfo/wayland-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.<wbr>org/mailman/listinfo/wayland-<wbr>devel</a><br>
<br>
</div></div><div class="HOEnZb"><div class="h5">Best regards, <br>
Harsha MM<br>
RBEI/ECF3<br>
<br>
<br>
</div></div></blockquote></div><br></div></div>