diff options
author | José Expósito <jose.exposito89@gmail.com> | 2022-04-21 19:07:22 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-05-02 23:57:23 +0200 |
commit | d449222dd533ca83a3a2f88aafe06fdd8d589280 (patch) | |
tree | bd23d7b4abcaea0fd887b6e6afd711bc9a3c9be8 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
parent | 7494b1ed1df414e43dc8429f0c016b2054b1b5da (diff) |
drm/rockchip: inno_hdmi: Replace drm_detect_hdmi_monitor() with is_hdmi
Once EDID is parsed, the monitor HDMI support information is available
through drm_display_info.is_hdmi.
This driver calls drm_detect_hdmi_monitor() to receive the same
information and stores its own cached value, which is less efficient.
Avoid calling drm_detect_hdmi_monitor() and use drm_display_info.is_hdmi
instead and also remove hdmi_data_info.sink_is_hdmi as it is no longer
necessary.
Signed-off-by: José Expósito <jose.exposito89@gmail.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20220421170725.903361-3-jose.exposito89@gmail.com
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions