commit | 563eff1f989917779d8db4c5208e12adcbfcf655 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Thu Nov 13 14:44:27 2014 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Thu Nov 13 16:12:20 2014 +0100 |
tree | bce4ba10b92f7973edaef0ce4944ae78f65e6413 | |
parent | d2d0a9d21285ace23b7e99c89a52ee9b5ceef792 [diff] |
drm/tegra: dsi: Refactor in preparation for command mode For command mode panels, the DSI controller needs to be enabled and configured so that panel drivers can send commands prior to the video stream being enabled. Move code from the monolithic output enable/disable functions into smaller, reusable units to allow more fine-grained control over the controller state. Signed-off-by: Thierry Reding <treding@nvidia.com>