summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/dc/window.c
diff options
context:
space:
mode:
authorPeng Du <pdu@nvidia.com>2013-03-14 13:18:18 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:23:15 -0700
commitd72cd6ac7f705724de768c1025658f8c35373904 (patch)
treea3d52ed433e13c732d622c8566ab6a72ceb218d3 /drivers/video/tegra/dc/window.c
parent38e64ccdcad70f55987aae1d5b814029283d4614 (diff)
ARM: tegra: bonaire: Move sim enet to pre-si cfg
Sim ethernet device has been moved to common.c to share among chips. This change refactored bonaire board as such. In addition, the newly added smsc911x device is also moved to common.c Origin change: http://git-master/r/162270 Change-Id: Ibf5dd386e5038cd30abb9dc96b29ecf5e56571da Signed-off-by: Peng Du <pdu@nvidia.com> Reviewed-on: http://git-master/r/209776 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Chao Xu <cxu@nvidia.com>
Diffstat (limited to 'drivers/video/tegra/dc/window.c')
-rw-r--r--drivers/video/tegra/dc/window.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/video/tegra/dc/window.c b/drivers/video/tegra/dc/window.c
index 7a59ef782ef3..24dc59d9cdd4 100644
--- a/drivers/video/tegra/dc/window.c
+++ b/drivers/video/tegra/dc/window.c
@@ -803,8 +803,9 @@ void tegra_dc_trigger_windows(struct tegra_dc *dc)
if (val2 & INTERLACE_MODE_ENABLE) {
if (val2 & INTERLACE_STATUS_FIELD_2) {
if (tegra_platform_is_linsim()) {
- /* FIXME: this is not needed when the simulator
- * clears WIN_x_UPDATE bits as in HW */
+ /* FIXME: this is not needed when
+ the simulator clears WIN_x_UPDATE
+ bits as in HW */
dc->windows[i].dirty = 0;
completed = 1;
} else {