[PATCH 03/11] drm/i915: Mark debug mod options as _unsafe

2015-09-22 Thread Jani Nikula
On Tue, 08 Sep 2015, Daniel Vetter wrote: > We don't want random people to touch these. > > Especially true since we've just screwed up SKL by holding it way too > long under the preliminary flag because of some ABI issues. And now > there's howtos all over the internets about how to set this. Sam

[PATCH 03/11] drm/i915: Mark debug mod options as _unsafe

2015-09-22 Thread Daniel Vetter
On Tue, Sep 22, 2015 at 12:34:23PM +0300, Jani Nikula wrote: > On Tue, 08 Sep 2015, Daniel Vetter wrote: > > We don't want random people to touch these. > > > > Especially true since we've just screwed up SKL by holding it way too > > long under the preliminary flag because of some ABI issues. And

[PATCH 03/11] drm/i915: Mark debug mod options as _unsafe

2015-09-08 Thread Daniel Vetter
We don't want random people to touch these. Especially true since we've just screwed up SKL by holding it way too long under the preliminary flag because of some ABI issues. And now there's howtos all over the internets about how to set this. Same pretty much for anything else. Cc: Jani Nikula S