gfx: drv: save the pfit/hdmi/mipi regs along with the rest of pipe regs
authorImre Deak <imre.deak@intel.com>
Tue, 6 Mar 2012 19:17:29 +0000 (21:17 +0200)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 3 Jul 2012 09:30:29 +0000 (12:30 +0300)
commit0a3dfa81d3ce7f79943f54167f9c4f915b2c407b
tree11016686a42ea0a128c56f211645b364fa100631
parent14a8254076eca87033c35dd16ad3d4c18db3da61
gfx: drv: save the pfit/hdmi/mipi regs along with the rest of pipe regs

Move the saving of these registers where the rest of pipe regs are
saved. This should make the next patch easier to parse and make it
clearer what is saved for each pipe.

The access order of these registers will move before the palette
register saving, but as none of these registers have a side-effect when
reading, this shouldn't matter.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
drivers/staging/mrst/drv/psb_powermgmt.c