Skip to content
Snippets Groups Projects
Commit fbd2a228 authored by Alyssa Rosenzweig's avatar Alyssa Rosenzweig :purple_heart: Committed by AngeloGioacchino Del Regno
Browse files

drm/panfrost: Increase MAX_PM_DOMAINS to 5


Increase the MAX_PM_DOMAINS constant from 3 to 5, to support the extra
power domains required by the Mali-G57 on the MT8192.

Signed-off-by: default avatarAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
parent b9f85101
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ struct panfrost_job; ...@@ -22,7 +22,7 @@ struct panfrost_job;
struct panfrost_perfcnt; struct panfrost_perfcnt;
#define NUM_JOB_SLOTS 3 #define NUM_JOB_SLOTS 3
#define MAX_PM_DOMAINS 3 #define MAX_PM_DOMAINS 5
struct panfrost_features { struct panfrost_features {
u16 id; u16 id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment