Re: [PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd.

2016-01-22 Thread Guenter Roeck
On 01/22/2016 08:54 AM, Sudip Mukherjee wrote: On Friday 22 January 2016 08:01 PM, Guenter Roeck wrote: On Mon, Dec 21, 2015 at 06:08:44PM -0800, Eric Anholt wrote: 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

Re: [PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd.

2016-01-22 Thread Sudip Mukherjee
On Friday 22 January 2016 08:01 PM, Guenter Roeck wrote: On Mon, Dec 21, 2015 at 06:08:44PM -0800, Eric Anholt wrote: 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

Re: [PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd.

2016-01-22 Thread Guenter Roeck
On Mon, Dec 21, 2015 at 06:08:44PM -0800, Eric Anholt wrote: > 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

Re: [PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd.

2016-01-22 Thread Guenter Roeck
On 01/22/2016 08:54 AM, Sudip Mukherjee wrote: On Friday 22 January 2016 08:01 PM, Guenter Roeck wrote: On Mon, Dec 21, 2015 at 06:08:44PM -0800, Eric Anholt wrote: 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

Re: [PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd.

2016-01-22 Thread Guenter Roeck
On Mon, Dec 21, 2015 at 06:08:44PM -0800, Eric Anholt wrote: > 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

Re: [PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd.

2016-01-22 Thread Sudip Mukherjee
On Friday 22 January 2016 08:01 PM, Guenter Roeck wrote: On Mon, Dec 21, 2015 at 06:08:44PM -0800, Eric Anholt wrote: 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

Re: [PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd.

2015-12-31 Thread Sudip Mukherjee
On Mon, Dec 21, 2015 at 06:08:44PM -0800, Eric Anholt wrote: > 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

Re: [PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd.

2015-12-31 Thread Sudip Mukherjee
On Mon, Dec 21, 2015 at 06:08:44PM -0800, Eric Anholt wrote: > 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

Re: [PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd.

2015-12-21 Thread Sudip Mukherjee
On Mon, Dec 21, 2015 at 06:08:44PM -0800, Eric Anholt wrote: > 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

[PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd.

2015-12-21 Thread Eric Anholt
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 ---

Re: [PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd.

2015-12-21 Thread Sudip Mukherjee
On Mon, Dec 21, 2015 at 06:08:44PM -0800, Eric Anholt wrote: > 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

[PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd.

2015-12-21 Thread Eric Anholt
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