<div dir="ltr"><div><div><div><div>Hi Harsha,<br><br></div>I am unable to run the tests you introduced. Tests execution gets stuck after reporting success for surface-global-test.<br><br></div>Is it necessary building weston against any newer libraries versions for running the new tests?<br><br><br></div>Thanks,<br></div>Matheus<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 22, 2018 at 10:23 AM,  <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">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>
<span class="HOEnZb"><font color="#888888"><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.org/<wbr>mailman/listinfo/wayland-devel</a><br>
</font></span></blockquote></div><br></div>