drm/i915: Extend pcode mailbox interface
authorTom O'Rourke <Tom.O'Rourke@intel.com>
Fri, 14 Nov 2014 02:50:10 +0000 (18:50 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 19 Nov 2014 13:39:58 +0000 (14:39 +0100)
commit151a49d0792203ab735020b5777bb636420a2a11
tree5fc2f576ea0aafdb4821228252823ddd0cf23389
parent90bd1f46caa9ad0d51ec48c91f3c3a616d6d6b8c
drm/i915: Extend pcode mailbox interface

In sandybridge_pcode_read and sandybridge_pcode_write,
extend the mbox parameter from u8 to u32.

On Haswell and Sandybridge, bits 7:0 encode the mailbox
command and bits 28:8 are used for address control for
specific commands.

Based on suggestion from Ville Syrjälä.

Signed-off-by: Tom O'Rourke <Tom.O'Rourke@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_pm.c