summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/dc/ext
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tegra/dc/ext')
-rw-r--r--drivers/video/tegra/dc/ext/control.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/tegra/dc/ext/control.c b/drivers/video/tegra/dc/ext/control.c
index aab7db45f039..1bf0b2de0711 100644
--- a/drivers/video/tegra/dc/ext/control.c
+++ b/drivers/video/tegra/dc/ext/control.c
@@ -54,6 +54,7 @@ get_output_properties(struct tegra_dc_ext_control_output_properties *properties)
}
properties->associated_head = properties->handle;
+ properties->head_mask = (1 << properties->associated_head);
dc = tegra_dc_get_dc(properties->associated_head);
properties->connected = tegra_dc_get_connected(dc);