From: Daniel Kurtz djkurtz@chromium.org
There is a mediatek drm kms driver: Add "mediatek" to the static lists of driver names.
Signed-off-by: Daniel Kurtz djkurtz@chromium.org Signed-off-by: JB Tsai jb.tsai@mediatek.com Signed-off-by: Nicolas Boichat drinkcat@chromium.org --- tests/util/kms.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/tests/util/kms.c b/tests/util/kms.c index c20134e..4d89ac8 100644 --- a/tests/util/kms.c +++ b/tests/util/kms.c @@ -143,6 +143,7 @@ static const char * const modules[] = { "fsl-dcu-drm", "vc4", "virtio_gpu", + "mediatek", };
int util_open(const char *device, const char *module)
On 1 September 2016 at 02:48, Nicolas Boichat drinkcat@chromium.org wrote:
Pushed as well as the modetest patch. Thanks !
Can I interest you in adding support for platform devices in the DRM device API ? It will help us nuke all of these and any future ones.
If you're wondering what information it should provide I'm leaning towards - enough to be able to construct a libudev id_path_tag-like string. Although if you have anything else in mind please go ahead. You can check what we provide for PCI devices via tests/drmdevice.c
Thanks EmIl
dri-devel@lists.freedesktop.org