Revert "Execute shader on wakeup from power collapse"
This reverts commit 28eabf6987
.
Conflicts:
drivers/gpu/msm/adreno.c
drivers/gpu/msm/adreno.h
drivers/gpu/msm/adreno_a3xx.c
drivers/gpu/msm/adreno_ringbuffer.c
Change-Id: I0a979f33d9030546d1e72b63cff88d269f63a4c7
Signed-off-by: Hareesh Gundu <hareeshg@codeaurora.org>
This commit is contained in:
parent
6a33464fe7
commit
71c367bc20
|
@ -1640,11 +1640,6 @@ static int adreno_start(struct kgsl_device *device)
|
|||
kgsl_pwrctrl_enable(device);
|
||||
|
||||
/* Set up a2xx special case */
|
||||
|
||||
/* Set the bit to indicate that we've just powered on */
|
||||
set_bit(ADRENO_DEVICE_PWRON, &adreno_dev->priv);
|
||||
|
||||
/* Set up the MMU */
|
||||
if (adreno_is_a2xx(adreno_dev)) {
|
||||
/*
|
||||
* the MH_CLNT_INTF_CTRL_CONFIG registers aren't present
|
||||
|
|
Loading…
Reference in New Issue