diff options
author | Pankaj Bharadiya <[email protected]> | 2020-03-07 14:00:20 +0530 |
---|---|---|
committer | Lyude Paul <[email protected]> | 2020-03-11 16:53:16 -0400 |
commit | 615eff35d4278a7701ea36a7808ff5ba2f3d8bac (patch) | |
tree | 2255eb293ad73414c961b877a0b12a272f3a091a /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | f8d97d98ee824b5bdf2a201ad740915edafc355e (diff) |
drm: Remove dp mst register connector callbacks
drm_dp_mst_port_add_connector() directly calls the
drm_connector_register() now and
drm_dp_mst_topology_mgr_cbs.register_connector callback is not getting
called anymore.
Hence remove all drm_dp_mst_topology_mgr_cbs.register_connector
callbacks.
This is the preparatory step for removing the
drm_dp_mst_topology_mgr_cbs.register_connector callback hook.
The removal is done with below sementic patch:
@r1@
identifier func, E;
@@
struct drm_dp_mst_topology_cbs E = {
...,
- .register_connector = func
};
@delete depends on r1@
identifier r1.func;
@@
- static void func(...){...}
Signed-off-by: Pankaj Bharadiya <[email protected]>
Suggested-by: Emil Velikov <[email protected]>
Suggested-by: Lyude Paul <[email protected]>
Signed-off-by: Lyude Paul <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Lyude Paul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions