Re: [Mesa-dev] [PATCH v2 07/37] panfrost: Get rid of pan_drm.c

2019-09-16 Thread Alyssa Rosenzweig
I like removing DRM. R-b. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH v2 07/37] panfrost: Get rid of pan_drm.c

2019-09-16 Thread Boris Brezillon
pan_drm.c was only meaningful when we were supporting 2 kernel drivers (mali_kbase, and the drm one). Now that there's now kernel-driver abstraction we're better off moving those functions were they belong: * BO related functions in pan_bo.c * fence related functions + query_gpu_version() in pan_s