drm/vc4: Remove broken attempt at GPU reset using genpd.
authorEric Anholt <eric@anholt.net>
Tue, 22 Dec 2015 00:11:44 +0000 (16:11 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 19 Jan 2016 21:16:31 +0000 (13:16 -0800)
commit8483d152db61c5baf5452b844ef65b96ee9a6cfb
tree7e5c6b319c107de6cafab5de931a89a300d39224
parent1df59b8497f47495e873c23abd6d3d290c730505
drm/vc4: Remove broken attempt at GPU reset using genpd.

I've tested and confirmed that it doesn't actually work.  We'll need
to sort out how to do this properly later, but for now just remove it
since it also caused build breakage due to using CONFIG_PM_SLEEP
functions without our Kconfig depending on PM_SLEEP.

Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
drivers/gpu/drm/vc4/vc4_v3d.c