Re: [Intel-gfx] [PATCH] drm/i915: add onoff utility function

2016-01-14 Thread Jani Nikula
On Thu, 14 Jan 2016, Ville Syrjälä wrote: > On Thu, Jan 14, 2016 at 12:53:34PM +0200, Jani Nikula wrote: >> Add a common function to return "on" or "off" string based on the >> argument, and drop the local versions of it. >> >> This is the onoff version of >> >> commit 42a8ca4cb4a48ddbf40e8edb29

Re: [Intel-gfx] [PATCH] drm/i915: add onoff utility function

2016-01-14 Thread Ville Syrjälä
On Thu, Jan 14, 2016 at 12:53:34PM +0200, Jani Nikula wrote: > Add a common function to return "on" or "off" string based on the > argument, and drop the local versions of it. > > This is the onoff version of > > commit 42a8ca4cb4a48ddbf40e8edb291425e76bcdc230 > Author: Jani Nikula > Date: Thu

[Intel-gfx] [PATCH] drm/i915: add onoff utility function

2016-01-14 Thread Jani Nikula
Add a common function to return "on" or "off" string based on the argument, and drop the local versions of it. This is the onoff version of commit 42a8ca4cb4a48ddbf40e8edb291425e76bcdc230 Author: Jani Nikula Date: Thu Aug 27 16:23:30 2015 +0300 drm/i915: add yesno utility function Signed