mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: Add boost once GPU is initialized
Workaround for GPU hang if boost turns GPU on before it is initialized. Bug 1435870 Change-Id: I07d0617049612344ca7c494da8cb8d75789984e5 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/453375
This commit is contained in:
committed by
Dan Willemsen
parent
2489960344
commit
7f991657c1
@@ -259,6 +259,9 @@ struct gk20a {
|
||||
void __iomem *bar1_saved;
|
||||
|
||||
bool power_on;
|
||||
#ifdef CONFIG_INPUT_CFBOOST
|
||||
bool boost_added;
|
||||
#endif
|
||||
|
||||
struct rw_semaphore busy_lock;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user