]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Change VLV GEN6_RP_DOWN_TIMEOUT value to decimal
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 19 Jan 2015 11:50:48 +0000 (13:50 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 27 Jan 2015 08:50:45 +0000 (09:50 +0100)
commitc988240ed594594263e52993694081ffc67b43fe
tree1cdef0be070d6d8e5ad6a3fbfb29ca9958969680
parent9336bdfe261a0cda362de2d4cee52f7e99c90cb5
drm/i915: Change VLV GEN6_RP_DOWN_TIMEOUT value to decimal

We use decimal for all the other RP magic values, so change
GEN6_RP_DOWN_TIMEOUT to decimal as well. Also change the order
of the register writes to match the BIOS spec for easier verification.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Deepak S<deepak.s@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c