All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm] tests/modetest: add QCOM_COMPRESSED to supported modifiers list
@ 2019-03-01 22:40 Fritz Koenig
  2019-04-17 18:25 ` Emil Velikov
  0 siblings, 1 reply; 2+ messages in thread
From: Fritz Koenig @ 2019-03-01 22:40 UTC (permalink / raw)
  To: dri-devel; +Cc: Fritz Koenig

Signed-off-by: Fritz Koenig <frkoenig@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";
 	default:
 		return "(UNKNOWN MODIFIER)";
 	}
-- 
2.21.0.352.gf09ad66450-goog

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH libdrm] tests/modetest: add QCOM_COMPRESSED to supported modifiers list
  2019-03-01 22:40 [PATCH libdrm] tests/modetest: add QCOM_COMPRESSED to supported modifiers list Fritz Koenig
@ 2019-04-17 18:25 ` Emil Velikov
  0 siblings, 0 replies; 2+ messages in thread
From: Emil Velikov @ 2019-04-17 18:25 UTC (permalink / raw)
  To: Fritz Koenig; +Cc: ML dri-devel

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


-Emil
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-17 18:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-01 22:40 [PATCH libdrm] tests/modetest: add QCOM_COMPRESSED to supported modifiers list Fritz Koenig
2019-04-17 18:25 ` Emil Velikov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.