]> rtime.felk.cvut.cz Git - linux-imx.git/commit
drm/i915: Apply OCD to data/link m/n register #defines
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 3 May 2013 09:49:49 +0000 (11:49 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 6 May 2013 09:27:57 +0000 (11:27 +0200)
commite3b95f1eb5b9a7ecc7241a27499ae8754b845926
tree04ce8130a75ca0b3ccea96352f10eef9a28cefc7
parentb551842d4d92cd337cc2af27947cc53e09fe34ab
drm/i915: Apply OCD to data/link m/n register #defines

- PCH_ prefix for pch registers on ibx/cpt/ppt.
- Drop the DP_ from the link defines, redundant.
- Drop the GMCH from the data defines and instead give the special g4x
  registers a consistent _G4X postfix.

v2:
- Realign #defines and use tabs (Paulo).

Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/i915_ums.c
drivers/gpu/drm/i915/intel_display.c