drm/amd/display: Change notification of link BW allocation
[WHY & HOW] The response of DP BW allocation is handled in Outbox ISR. When it failed to request the DP BW allocation, it sent another DPCD request in Outbox ISR immediately. The DP AUX reply also uses the Outbox ISR. So, no AUX reply happened in this case. Change to use HPD IRQ for the notification. Reviewed-by:Meenakshikumar Somasundaram <meenakshikumar.somasundaram@amd.com> Signed-off-by:
Cruise Hung <Cruise.Hung@amd.com> Signed-off-by:
Alex Hung <alex.hung@amd.com> Tested-by:
Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>
Showing
- drivers/gpu/drm/amd/display/dc/core/dc_link_exports.c 2 additions, 7 deletionsdrivers/gpu/drm/amd/display/dc/core/dc_link_exports.c
- drivers/gpu/drm/amd/display/dc/dc.h 1 addition, 15 deletionsdrivers/gpu/drm/amd/display/dc/dc.h
- drivers/gpu/drm/amd/display/dc/dc_types.h 0 additions, 1 deletiondrivers/gpu/drm/amd/display/dc/dc_types.h
- drivers/gpu/drm/amd/display/dc/inc/link.h 1 addition, 3 deletionsdrivers/gpu/drm/amd/display/dc/inc/link.h
- drivers/gpu/drm/amd/display/dc/link/link_dpms.c 1 addition, 16 deletionsdrivers/gpu/drm/amd/display/dc/link/link_dpms.c
- drivers/gpu/drm/amd/display/dc/link/link_factory.c 0 additions, 1 deletiondrivers/gpu/drm/amd/display/dc/link/link_factory.c
- drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_dpia_bw.c 39 additions, 154 deletions...s/gpu/drm/amd/display/dc/link/protocols/link_dp_dpia_bw.c
- drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_dpia_bw.h 2 additions, 16 deletions...s/gpu/drm/amd/display/dc/link/protocols/link_dp_dpia_bw.h
Loading
Please register or sign in to comment