diff options
author | Pankaj Bharadiya <pankaj.laxminarayan.bharadiya@intel.com> | 2020-03-07 14:00:19 +0530 |
---|---|---|
committer | Lyude Paul <lyude@redhat.com> | 2020-03-11 16:53:16 -0400 |
commit | f8d97d98ee824b5bdf2a201ad740915edafc355e (patch) | |
tree | 79fc8333677b8c20cc76aa2122f25e593c8d6d1a /include | |
parent | a1d11d1efe4d18b5f9db54ed62a44d05ce67f531 (diff) |
drm: Register connector instead of calling register_connector callback
drm_dp_mst_topology_mgr_cbs.register_connector callbacks are literally
identical amongst every driver and don't do anything other than
calling drm_connector_register(). Hence call drm_connector_register()
directly instead of a callback.
This is the preparatory step for removing the
drm_dp_mst_topology_mgr_cbs.register_connector callback hook.
Signed-off-by: Pankaj Bharadiya <pankaj.laxminarayan.bharadiya@intel.com>
Suggested-by: Emil Velikov <emil.velikov@collabora.com>
Suggested-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200307083023.76498-2-pankaj.laxminarayan.bharadiya@intel.com
Reviewed-by: Lyude Paul <lyude@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions