From ed65aeec7810a7d98a19461ba933bd77268cb0f6 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 23 Oct 2018 12:33:09 -0700 Subject: pl111: Rename the pl111 driver to "kmsro". The vc4 driver can do prime sharing to many different KMS-only devices, such as the various tinydrm drivers for SPI-attached displays. Rename the driver away from "pl111" to represent what it will actually support: various sorts of KMS displays with the renderonly layer used to attach a GPU. Reviewed-by: Eric Engestrom Reviewed-by: Christian Gmeiner Acked-by: Emil Velikov --- src/gallium/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gallium/Makefile.am') diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index e75c1866832..8cb391cfd75 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -60,8 +60,8 @@ if HAVE_GALLIUM_IMX SUBDIRS += drivers/imx winsys/imx/drm endif -if HAVE_GALLIUM_PL111 -SUBDIRS += drivers/pl111 winsys/pl111/drm +if HAVE_GALLIUM_KMSRO +SUBDIRS += drivers/kmsro winsys/kmsro/drm endif ## swrast/softpipe -- cgit v1.2.3