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: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Reviewed-by: Steven Price <steven.price@arm.com> Reviewed-by: Chen-Yu Tsai <wenst@chromium.org> Tested-by: Chen-Yu Tsai <wenst@chromium.org> Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230316102041.210269-9-angelogioacchino.delregno@collabora.com
This commit is contained in:
parent
2ade28304d
commit
a769a7af9d
|
@ -23,7 +23,7 @@ struct panfrost_job;
|
|||
struct panfrost_perfcnt;
|
||||
|
||||
#define NUM_JOB_SLOTS 3
|
||||
#define MAX_PM_DOMAINS 3
|
||||
#define MAX_PM_DOMAINS 5
|
||||
|
||||
struct panfrost_features {
|
||||
u16 id;
|
||||
|
|
Loading…
Reference in New Issue