commit | 69f06054aad122b314cd64fdafdf14fc3b8e5b7c | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Jun 01 15:56:39 2011 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Jul 25 10:22:07 2011 +0300 |
tree | e0ac81c853ca05d9ad822c6dd400a1ef5e5103ec | |
parent | 49ea86f3fae21dd0334668b621e9c88f43a73c86 [diff] |
OMAP: DSS2: DSS: Fix context save/restore The current method of saving and restoring the context could cause a restore before saving, effectively "restoring" zero values to registers. Add ctx_valid field to indicate if the saved context is valid and can be restored. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>