Add pl111 as a KMS driver for utils.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Daniel Stone <daniels@collabora.com>
main
Eric Anholt 2017-04-25 11:29:33 -07:00
parent 691a215799
commit d75a7ef1d7
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ static const char * const modules[] = {
"virtio_gpu",
"mediatek",
"meson",
"pl111",
};
int util_open(const char *device, const char *module)