diff options
author | Qingqing Zhuo <[email protected]> | 2020-12-04 10:55:13 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-12-23 15:01:18 -0500 |
commit | ea96b12aa4fa116aa8ff4cf8de839ea65a2bb3ef (patch) | |
tree | 4bbe0dfc5ae7392a0c672e29c1cb6aa9fa5f05ac /drivers/gpu/drm/amd/display/modules/power/power_helpers.c | |
parent | 462fbeb1fcfcd35e453eeaa80d6d3d26464269fd (diff) |
drm/amd/display: handler not correctly checked at remove_irq_handler
[why]
handler is supposedly passed in as a function pointer;
however, the entire struct amdgpu_dm_irq_handler_data
gets from the list is used to check match.
[how]
use the interrupt_handler within amdgpu_dm_irq_handler_data
for checking match.
Signed-off-by: Qingqing Zhuo <[email protected]>
Acked-by: Bindu Ramamurthy <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules/power/power_helpers.c')
0 files changed, 0 insertions, 0 deletions