On Fri, 1 Mar 2019 at 22:41, Fritz Koenig <[email protected]> wrote: > > Signed-off-by: Fritz Koenig <[email protected]> > --- > tests/modetest/modetest.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c > index 975dcbcd..9c85c07b 100644 > --- a/tests/modetest/modetest.c > +++ b/tests/modetest/modetest.c > @@ -293,6 +293,8 @@ static const char *modifier_to_string(uint64_t modifier) > return "NVIDIA_16BX2_BLOCK(5)"; > case DRM_FORMAT_MOD_BROADCOM_VC4_T_TILED: > return "MOD_BROADCOM_VC4_T_TILED"; > + case DRM_FORMAT_MOD_QCOM_COMPRESSED: > + return "QCOM_COMPRESSED";
Thanks for the patch Fritz. Sadly the patch ended in my spam hence the delay. Reviewed and pushed to master. Reviewed-by: Emil Velikov <[email protected]> -Emil _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
