mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
pvr: Update AM62 DSS compatible string to match upstream
Signed-off-by: Sarah Walker <sarah.walker@imgtec.com> Reviewed-by: Matt Coster <matt.coster@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25978>
This commit is contained in:
parent
024dab650e
commit
4e912c972b
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ struct pvr_drm_device_config {
|
|||
/* This is the list of supported DRM render/display driver configs. */
|
||||
static const struct pvr_drm_device_config pvr_drm_configs[] = {
|
||||
DEF_CONFIG("mediatek,mt8173-gpu", "mediatek-drm"),
|
||||
DEF_CONFIG("ti,am62-gpu", "ti,am65x-dss"),
|
||||
DEF_CONFIG("ti,am62-gpu", "ti,am625-dss"),
|
||||
};
|
||||
|
||||
#undef DEF_CONFIG
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue