Skip to content

Commit b4cd8f9

Browse files
committed
drm/imagination: Optionally depend on POWER_SEQUENCING
When the change using pwrseq was added, I nixed the dependency on POWER_SEQUENCING since we didn't want it pulled in on platforms where it's not needed [1]. I hadn't, however, considered the link-time implications of this for configs with POWER_SEQUENCING=m. [1]: https://lore.kernel.org/r/[email protected]/ Fixes: e38e839 ("drm/imagination: Use pwrseq for TH1520 GPU power management") Cc: [email protected] Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Reviewed-by: Alessio Belle <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Matt Coster <[email protected]>
1 parent 41dacb3 commit b4cd8f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/imagination/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ config DRM_POWERVR
77
depends on DRM
88
depends on MMU
99
depends on PM
10+
depends on POWER_SEQUENCING || !POWER_SEQUENCING
1011
select DRM_EXEC
1112
select DRM_GEM_SHMEM_HELPER
1213
select DRM_SCHED

0 commit comments

Comments
 (0)