summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/armada/armada_drv.c
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2014-06-15 11:21:23 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2014-07-11 20:34:47 +0100
commit9611cb93fa65dde199f4f888bd034ffc80c7adf0 (patch)
treec42fdbea2faf79b6696e83be709133ec55bd3029 /drivers/gpu/drm/armada/armada_drv.c
parentd8c96083cf5e4a910c20836414e8a06ebcf07317 (diff)
drm/armada: register crtc with port
Register the CRTC with the port node so that the DRM OF helpers can find the appropriate CRTC. This is important so that encoders can identify their corresponding possible CRTCs. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/gpu/drm/armada/armada_drv.c')
-rw-r--r--drivers/gpu/drm/armada/armada_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/armada/armada_drv.c b/drivers/gpu/drm/armada/armada_drv.c
index f237f44d8b6d..e2d5792b140f 100644
--- a/drivers/gpu/drm/armada/armada_drv.c
+++ b/drivers/gpu/drm/armada/armada_drv.c
@@ -169,7 +169,7 @@ static int armada_drm_load(struct drm_device *dev, unsigned long flags)
goto err_kms;
ret = armada_drm_crtc_create(dev, dev->dev, res[n], irq,
- variant);
+ variant, NULL);
if (ret)
goto err_kms;
}