Re: [Mesa-dev] [PATCH 1/4] drm-uapi: panfrost: Add perfcnt related bits

2019-04-04 Thread Alyssa Rosenzweig
Gotcha! ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 1/4] drm-uapi: panfrost: Add perfcnt related bits

2019-04-04 Thread Boris Brezillon
On Thu, 4 Apr 2019 08:44:13 -0700 Alyssa Rosenzweig wrote: > Good, but let's wait for the kernel side to be finalized first, in case > the UABI changes a bit there :) Of course. Just sent the mesa-side so that people can test/comment on the API choices, but there's no point merging this code bef

Re: [Mesa-dev] [PATCH 1/4] drm-uapi: panfrost: Add perfcnt related bits

2019-04-04 Thread Alyssa Rosenzweig
Good, but let's wait for the kernel side to be finalized first, in case the UABI changes a bit there :) ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 1/4] drm-uapi: panfrost: Add perfcnt related bits

2019-04-04 Thread Boris Brezillon
Sync panfrost_drm.h to get perfcnt related definitions. Signed-off-by: Boris Brezillon --- include/drm-uapi/panfrost_drm.h | 122 1 file changed, 122 insertions(+) diff --git a/include/drm-uapi/panfrost_drm.h b/include/drm-uapi/panfrost_drm.h index 508b9621d9db.