drm/i915: rename audio ELD registers
authorWu Fengguang <fengguang.wu@intel.com>
Fri, 9 Dec 2011 12:42:18 +0000 (20:42 +0800)
committerKeith Packard <keithp@keithp.com>
Tue, 20 Dec 2011 03:15:47 +0000 (19:15 -0800)
commit1202b4c6782e57a71c4b162a51a4e7ad8402a950
tree04efbec349925d70ef1a93322509406007bddddf
parentb3f33cbf7ace8fc149993ee35e0d0fd57f41d6d8
drm/i915: rename audio ELD registers

Change the definitions from GEN5 to IBX as they aren't in the CPU and
some SNB systems actually shipped with IBX chipsets (or, at least that's
a supported configuration).

The GEN7_* register addresses actually take effect since GEN6 and should
be prefixed by CPT, the PCH code name.

Suggested-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_display.c