diff options
author | Imre Deak <imre.deak@intel.com> | 2024-12-12 02:03:20 +0300 |
---|---|---|
committer | Imre Deak <imre.deak@intel.com> | 2024-12-17 16:45:56 +0300 |
commit | dae4f9b43c9e54bdf5a156f48333a7e2832da1a1 (patch) | |
tree | e9da352af04af901006f54805a516612b1d0cc7a /tools/perf/scripts/python/task-analyzer.py | |
parent | 2f17099ab9098e4541c7a2564b3dd7af9923c54b (diff) | |
download | linux-dae4f9b43c9e54bdf5a156f48333a7e2832da1a1.tar.xz |
drm/connector: Add deprecation notes for drm_connector_register/unregister
Drivers should register/unregister only dynamic (MST) connectors
manually using drm_connector_dynamic_register()/unregister().
Static connectors are registered/unregistered by the DRM core
automatically. Some drivers still call drm_connector_register()/
unregister() for static connectors, both of which should be a nop
for them and hence are scheduled to be removed. Update the function
documentation for these functions accordingly.
v2: s/deprication/deprecation in subject line. (Jani)
Reviewed-by: Lyude Paul <lyude@redhat.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Wayne Lin <Wayne.Lin@amd.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241211230328.4012496-4-imre.deak@intel.com
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions