Merge d9048f0016
on remote branch
Change-Id: I041f9d4a52746fc9817530d7ff820b481b55f636
This commit is contained in:
commit
294df2f14b
1 changed files with 2 additions and 1 deletions
|
@ -2807,7 +2807,8 @@ static void adreno_suspend_device(struct kgsl_device *device,
|
||||||
struct adreno_gpudev *gpudev = ADRENO_GPU_DEVICE(adreno_dev);
|
struct adreno_gpudev *gpudev = ADRENO_GPU_DEVICE(adreno_dev);
|
||||||
int pm_event = pm_state.event;
|
int pm_event = pm_state.event;
|
||||||
|
|
||||||
adreno_dispatcher_halt(device);
|
if (device->state == KGSL_STATE_SUSPEND)
|
||||||
|
adreno_dispatcher_halt(device);
|
||||||
|
|
||||||
if ((pm_event == PM_EVENT_FREEZE) ||
|
if ((pm_event == PM_EVENT_FREEZE) ||
|
||||||
(pm_event == PM_EVENT_QUIESCE) ||
|
(pm_event == PM_EVENT_QUIESCE) ||
|
||||||
|
|
Loading…
Add table
Reference in a new issue