diff options
author | Ahmad Fatoum <[email protected]> | 2019-07-11 17:13:36 +0200 |
---|---|---|
committer | Lucas Stach <[email protected]> | 2019-08-05 14:53:31 +0000 |
commit | 4f75ea57c21bdd4100bb8a17d4823eb32f286483 (patch) | |
tree | 3f8cf1e566079fdadfeb75ed81d2eb2116a2de7e /src/gallium/drivers/kmsro | |
parent | c251e2e66257a7023c8e07469bbdee3061d299a0 (diff) |
gallium: add stm DRM entry point
The STM32MP157 features a Vivante GC400 GPU supported by etnaviv.
Add a DRM entry point for the STM display controller, so mesa
can be used with it.
Signed-off-by: Ahmad Fatoum <[email protected]>
Signed-off-by: Lucas Stach <[email protected]>
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/kmsro')
-rw-r--r-- | src/gallium/drivers/kmsro/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/kmsro/Android.mk b/src/gallium/drivers/kmsro/Android.mk index eccf36c54eb..2f637b8bf7a 100644 --- a/src/gallium/drivers/kmsro/Android.mk +++ b/src/gallium/drivers/kmsro/Android.mk @@ -40,6 +40,7 @@ GALLIUM_TARGET_DRIVERS += hx8357d GALLIUM_TARGET_DRIVERS += ili9225 GALLIUM_TARGET_DRIVERS += ili9341 GALLIUM_TARGET_DRIVERS += imx +GALLIUM_TARGET_DRIVERS += stm GALLIUM_TARGET_DRIVERS += mi0283qt GALLIUM_TARGET_DRIVERS += mxsfb-drm GALLIUM_TARGET_DRIVERS += pl111 |