commit | 7e3d92749dd773b8a1bd35b02e2aa1271cb7a31b | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Aug 10 12:08:50 2015 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Mon Apr 03 12:36:40 2017 +0300 |
tree | 5d70ed612f2644826ac626be396ff3528688cee5 | |
parent | 7d267f068a8b4944d52e8b0ae4c8fcc1c1c5c5ba [diff] |
drm/omap: refactor CRTC HW property setup The current driver doesn't expose any of the CRTC HW properties like background color or transparency key, and sets them at CRTC enable time. Refactor this into a separate function and call that function from omap_crtc_atomic_flush(). This is the behavior we want when the properties can be configured, so this patch makes it easier to add patches later which implement those properties. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>