kmsro: Add 'rcar-du' driver support

rcar-du is used by Renesas R-Car and RZ/G SOCs.
Driver is available in the mainline kernel [1]
[1] https://elixir.bootlin.com/linux/latest/source/drivers/gpu/drm/rcar-du

Suggested-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Show Liu <show.liu.yj@renesas.com>
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14393>
This commit is contained in:
Biju Das 2021-12-16 16:52:57 +00:00 committed by Marge Bot
parent 69678d50d1
commit daf59694ac
2 changed files with 2 additions and 0 deletions

View file

@ -83,6 +83,7 @@ foreach d : [[with_gallium_kmsro, [
'mi0283qt_dri.so',
'mxsfb-drm_dri.so',
'pl111_dri.so',
'rcar-du_dri.so',
'repaper_dri.so',
'rockchip_dri.so',
'st7586_dri.so',

View file

@ -112,6 +112,7 @@ DEFINE_LOADER_DRM_ENTRYPOINT(meson)
DEFINE_LOADER_DRM_ENTRYPOINT(mi0283qt)
DEFINE_LOADER_DRM_ENTRYPOINT(mxsfb_drm)
DEFINE_LOADER_DRM_ENTRYPOINT(pl111)
DEFINE_LOADER_DRM_ENTRYPOINT(rcar_du)
DEFINE_LOADER_DRM_ENTRYPOINT(repaper)
DEFINE_LOADER_DRM_ENTRYPOINT(rockchip)
DEFINE_LOADER_DRM_ENTRYPOINT(st7586)