Re: [Mesa-dev] [PATCH 1/2] panfrost: Kill the perf counters interface

2019-06-21 Thread Alyssa Rosenzweig
Both patches pushed :) ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 1/2] panfrost: Kill the perf counters interface

2019-06-21 Thread Alyssa Rosenzweig
R-b, that's long overdue seeing as the DRM driver has a totally different (better? :) ) interface anyway (Thank you!) signature.asc Description: PGP signature ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailma

[Mesa-dev] [PATCH 1/2] panfrost: Kill the perf counters interface

2019-06-21 Thread Boris Brezillon
The DRM driver has a dummy implementation and the non-drm backend is gone, so let's kill this perf counter interface. Signed-off-by: Boris Brezillon --- src/gallium/drivers/panfrost/pan_context.c | 14 -- src/gallium/drivers/panfrost/pan_drm.c | 14 -- src/gallium/dri