diff options
author | Chris Zhong <[email protected]> | 2017-02-05 15:54:59 +0800 |
---|---|---|
committer | Mark Yao <[email protected]> | 2017-02-05 16:29:52 +0800 |
commit | 81632df69772efaacc6218281f58d5ed19d5c97e (patch) | |
tree | ce50cb3c674a5ee0b72fc1cbbc7ad739544dacc7 /scripts/gcc-plugins/cyc_complexity_plugin.c | |
parent | 5eb2e6ee97b5e9a8587143db339bc71b28a3e1ca (diff) |
drm/rockchip: cdn-dp: do not use drm_helper_hpd_irq_event
The cdn_dp_pd_event_work is using drm_helper_hpd_irq_event to update the
connector status, this function is used to update all connectors of
drm_device. Therefore, the detect of other connector will be call, when
cdn_dp_pd_event_work is triggered, every time. It is not necessary, and
it may cause system crash. replace drm_helper_hpd_irq_event with
drm_kms_helper_hotplug_event, only update cdn-dp status.
Signed-off-by: Chris Zhong <[email protected]>
Tested-by: Guenter Roeck <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions