Re: [Intel-gfx] [PATCH] drm/i915: add psr toggle to debugfs

2015-04-16 Thread Eric Caruso
scussion over what the sysfs interface would be, then. It's supposed to be stable, if I understand correctly. > > On Wed, Apr 15, 2015 at 2:51 PM, Eric Caruso wrote: >> On Wed, Apr 15, 2015 at 2:39 PM, Rodrigo Vivi wrote: >>> On Fri, Mar 13, 2015 at 1:46 PM, Eric Car

Re: [Intel-gfx] [PATCH] drm/i915: add psr toggle to debugfs

2015-04-15 Thread Eric Caruso
On Wed, Apr 15, 2015 at 2:39 PM, Rodrigo Vivi wrote: > On Fri, Mar 13, 2015 at 1:46 PM, Eric Caruso wrote: >> On Fri, Mar 13, 2015 at 1:14 PM, Paulo Zanoni wrote: >>> 2015-03-13 16:01 GMT-03:00 Daniel Vetter : >>>> On Fri, Mar 13, 2015 at 7:10 PM, Eric Caruso

Re: [Intel-gfx] [PATCH] drm/i915: add psr toggle to debugfs

2015-03-13 Thread Eric Caruso
On Fri, Mar 13, 2015 at 1:14 PM, Paulo Zanoni wrote: > 2015-03-13 16:01 GMT-03:00 Daniel Vetter : >> On Fri, Mar 13, 2015 at 7:10 PM, Eric Caruso wrote: >>> This patch allows userspace to toggle PSR through a debugfs interface. >>> It adds functionality to w

[Intel-gfx] [PATCH] drm/i915: add psr toggle to debugfs

2015-03-13 Thread Eric Caruso
putting it in sysfs because that would require API stability going forward. debugfs interfaces do not have this restriction. Signed-off-by: Eric Caruso --- drivers/gpu/drm/i915/i915_debugfs.c | 67 ++--- 1 file changed, 63 insertions(+), 4 deletions(-) diff --git