projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a74265
)
drm/panfrost: Add compatible string for bifrost
author
Tomeu Vizoso
<tomeu.vizoso@collabora.com>
Thu, 11 Jun 2020 08:58:44 +0000
(10:58 +0200)
committer
Rob Herring
<robh@kernel.org>
Fri, 7 Aug 2020 16:11:19 +0000
(10:11 -0600)
Mesa now supports some Bifrost devices, so enable it.
Tested-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Steven Price <steven.price@arm.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link:
https://patchwork.freedesktop.org/patch/msgid/20200611085900.49740-2-tomeu.vizoso@collabora.com
drivers/gpu/drm/panfrost/panfrost_drv.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/panfrost/panfrost_drv.c
b/drivers/gpu/drm/panfrost/panfrost_drv.c
index
ada51df
..
f79f985
100644
(file)
--- a/
drivers/gpu/drm/panfrost/panfrost_drv.c
+++ b/
drivers/gpu/drm/panfrost/panfrost_drv.c
@@
-677,6
+677,7
@@
static const struct of_device_id dt_match[] = {
{ .compatible = "arm,mali-t830", .data = &default_data, },
{ .compatible = "arm,mali-t860", .data = &default_data, },
{ .compatible = "arm,mali-t880", .data = &default_data, },
+ { .compatible = "arm,mali-bifrost", .data = &default_data, },
{}
};
MODULE_DEVICE_TABLE(of, dt_match);