Skip to content

Commit 822ba16

Browse files
AngeloGioacchino Del RegnoSteven Price
authored andcommitted
drm/panfrost: Add GPU ID for MT8188 Mali-G57 MC3
The MediaTek MT8188 SoC has a Mali-G57 MC3 GPU and, similarly to MT8192, it has yet another special GPU ID. Add the GPU ID to the list and treat it as a standard Mali-G57. Signed-off-by: AngeloGioacchino Del Regno <[email protected]> Reviewed-by: Steven Price <[email protected]> Signed-off-by: Steven Price <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 34f4e94 commit 822ba16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/gpu/drm/panfrost/panfrost_gpu.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ static const struct panfrost_model gpu_models[] = {
236236
*/
237237
GPU_MODEL(g57, 0x9003,
238238
GPU_REV(g57, 0, 0)),
239+
240+
/* MediaTek MT8188 Mali-G57 MC3 */
241+
GPU_MODEL(g57, 0x9093,
242+
GPU_REV(g57, 0, 0)),
239243
};
240244

241245
static void panfrost_gpu_init_features(struct panfrost_device *pfdev)

0 commit comments

Comments
 (0)