commit | 13d70b8135e92274c9044d5ba4a543e1d6f0ef59 | [log] [tgz] |
---|---|---|
author | Imre Deak <imre.deak@intel.com> | Wed Sep 30 23:00:44 2015 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Oct 02 14:25:19 2015 +0200 |
tree | ae8d381c88cacef995faf9b180b2d48858d918fe | |
parent | bd93a50e4dbae108a55a228bba1a69a2314096fb [diff] |
drm/i915: rename INSTDONE1 to GEN4_INSTDONE1 This register was added on GEN4, by the name INSTDONE_1 whereas the GEN6 specification calls it INSTDONE_2. Keep the original name with a platform prefix to make it clearer which INSTDONE register instance this is. Also add a comment about the SNB alternative name. Signed-off-by: Imre Deak <imre.deak@intel.com> Reviewed-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>