drm/i915: rename IOSF sideband opcodes according to the spec
authorImre Deak <imre.deak@intel.com>
Mon, 19 May 2014 08:41:17 +0000 (11:41 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 19 May 2014 15:13:18 +0000 (17:13 +0200)
commitcf63e4a2206be00336c17f42a810da5ce47e0e78
treec089ca90a974db677f037ae6b82bc6f39cb6c69b
parenteba905b2975c12158d964a09200c8df12e8d2c6e
drm/i915: rename IOSF sideband opcodes according to the spec

These opcodes are not specific for an endpoint, but are the same for all
endpoints. So rename them accordingly, using the name the VLV2 sideband
HAS uses. Also move the macros to the .c file, since they aren't used
anywhere else.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_sideband.c