drm/i915: Rename intel_wa_registers with a i915_ prefix
authorDamien Lespiau <damien.lespiau@intel.com>
Sat, 30 Aug 2014 15:50:59 +0000 (16:50 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 3 Sep 2014 10:38:33 +0000 (12:38 +0200)
commit1ed1ef9dd91ef8067a45889367a888c7494675e0
tree9afecde4ebe762ed6c7678d37f30bc9688fbf38d
parent059b2fe9d8a7ae570b803ca7b71ef9a3628c2aa4
drm/i915: Rename intel_wa_registers with a i915_ prefix

Those debugfs files are prefixed by i915, the name of the kernel module,
presumably to make the difference with files exposed by core DRM.

Also, add a ',' at the end of the last entry. This is to ease the
conflict resolution when rebasing internal patches that add a member at
the end of the array. Without it, wiggle can't do its job as we need to
modify an existing line (appending the ',').

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Arun Siluvery <arun.siluvery@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c
This page took 0.026586 seconds and 5 git commands to generate.