aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/tegra/rgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/rgb.c b/drivers/gpu/drm/tegra/rgb.c
index 03885bb8dcc0..338f7f6561d7 100644
--- a/drivers/gpu/drm/tegra/rgb.c
+++ b/drivers/gpu/drm/tegra/rgb.c
@@ -258,7 +258,7 @@ int tegra_dc_rgb_init(struct drm_device *drm, struct tegra_dc *dc)
258 * RGB outputs are an exception, so we make sure they can be attached 258 * RGB outputs are an exception, so we make sure they can be attached
259 * to only their parent display controller. 259 * to only their parent display controller.
260 */ 260 */
261 rgb->output.encoder.possible_crtcs = 1 << dc->pipe; 261 rgb->output.encoder.possible_crtcs = drm_crtc_mask(&dc->base);
262 262
263 return 0; 263 return 0;
264} 264}