Re: [PATCH libdrm 1/2] modeprint: use libutil to lookup strings

2018-10-04 Thread Emil Velikov
On Wed, 5 Sep 2018 at 19:01, Stefan Agner wrote: > > Use libutil to lookup connector type names and state. This also > makes sure that the latest connector type addition "DPI" gets > printed correctly. > > Signed-off-by: Stefan Agner For the series: Reviewed-by: Emil Velikov Will do some sanity

[PATCH libdrm 1/2] modeprint: use libutil to lookup strings

2018-09-05 Thread Stefan Agner
Use libutil to lookup connector type names and state. This also makes sure that the latest connector type addition "DPI" gets printed correctly. Signed-off-by: Stefan Agner --- tests/modeprint/Makefile.am | 1 + tests/modeprint/meson.build | 2 +- tests/modeprint/modeprint.c | 43 ++---