commit | 274c34dbe756d441e2c1925465569ef93d380541 | [log] [tgz] |
---|---|---|
author | Jyri Sarha <jsarha@ti.com> | Tue Nov 15 23:57:42 2016 +0200 |
committer | Jyri Sarha <jsarha@ti.com> | Wed Nov 30 14:19:44 2016 +0200 |
tree | cb458362f11aa2132606ca9992873e3659891d21 | |
parent | e59f5af9fba2cfccd26ceed085b9c5e89c81f0ca [diff] |
drm/tilcdc: Load palette at the end of mode_set_nofb() Load palette at the end of mode_set_nofb(). Moving the palette loading to mode_set_nofb() saves us from storing and restoring of framebuffer addresses in dma registers that were just recently written there. Signed-off-by: Jyri Sarha <jsarha@ti.com> Tested-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>