[PATCH libdrm] tests/modetest: add QCOM_COMPRESSED to supported modifiers list

Emil Velikov emil.l.velikov at gmail.com
Wed Apr 17 18:25:53 UTC 2019


On Fri, 1 Mar 2019 at 22:41, Fritz Koenig <frkoenig at google.com> wrote:
>
> Signed-off-by: Fritz Koenig <frkoenig at google.com>
> ---
>  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 <emil.velikov at collabora.com>


-Emil


More information about the dri-devel mailing list