diff options
author | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2018-07-23 12:13:12 -0400 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@intel.com> | 2018-07-23 12:13:12 -0400 |
commit | c74a7469f97c0f40b46e82ee979f9fb1bb6e847c (patch) | |
tree | f2690a1a916b73ef94657fbf0e0141ae57701825 /drivers/gpu/drm/tilcdc/tilcdc_tfp410.c | |
parent | 6f15a7de86c8cf2dc09fc9e6d07047efa40ef809 (diff) | |
parent | 500775074f88d9cf5416bed2ca19592812d62c41 (diff) |
Merge drm/drm-next into drm-intel-next-queued
We need a backmerge to get DP_DPCD_REV_14 before we push other
i915 changes to dinq that could break compilation.
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/tilcdc/tilcdc_tfp410.c')
-rw-r--r-- | drivers/gpu/drm/tilcdc/tilcdc_tfp410.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_tfp410.c b/drivers/gpu/drm/tilcdc/tilcdc_tfp410.c index c45cabb38db0..daebf1aa6b0a 100644 --- a/drivers/gpu/drm/tilcdc/tilcdc_tfp410.c +++ b/drivers/gpu/drm/tilcdc/tilcdc_tfp410.c | |||
@@ -173,7 +173,7 @@ static int tfp410_connector_get_modes(struct drm_connector *connector) | |||
173 | 173 | ||
174 | edid = drm_get_edid(connector, tfp410_connector->mod->i2c); | 174 | edid = drm_get_edid(connector, tfp410_connector->mod->i2c); |
175 | 175 | ||
176 | drm_mode_connector_update_edid_property(connector, edid); | 176 | drm_connector_update_edid_property(connector, edid); |
177 | 177 | ||
178 | if (edid) { | 178 | if (edid) { |
179 | ret = drm_add_edid_modes(connector, edid); | 179 | ret = drm_add_edid_modes(connector, edid); |
@@ -240,7 +240,7 @@ static struct drm_connector *tfp410_connector_create(struct drm_device *dev, | |||
240 | connector->interlace_allowed = 0; | 240 | connector->interlace_allowed = 0; |
241 | connector->doublescan_allowed = 0; | 241 | connector->doublescan_allowed = 0; |
242 | 242 | ||
243 | ret = drm_mode_connector_attach_encoder(connector, encoder); | 243 | ret = drm_connector_attach_encoder(connector, encoder); |
244 | if (ret) | 244 | if (ret) |
245 | goto fail; | 245 | goto fail; |
246 | 246 | ||