]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit65ea5abdde054c57265c56ce26a995b8165ce769
tree7e5c6b319c107de6cafab5de931a89a300d39224
parent94b4a46095e967d8cff0d0721c67ea05a4358eb0
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