drm/amdgpu/display: clean up some indenting
These lines were accidentally indented 4 spaces more than they should be. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
a5437e0b81
commit
95f247e73f
@ -2225,10 +2225,10 @@ static void handle_hpd_rx_irq(void *param)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ifdef CONFIG_DRM_AMD_DC_HDCP
|
#ifdef CONFIG_DRM_AMD_DC_HDCP
|
||||||
if (hpd_irq_data.bytes.device_service_irq.bits.CP_IRQ) {
|
if (hpd_irq_data.bytes.device_service_irq.bits.CP_IRQ) {
|
||||||
if (adev->dm.hdcp_workqueue)
|
if (adev->dm.hdcp_workqueue)
|
||||||
hdcp_handle_cpirq(adev->dm.hdcp_workqueue, aconnector->base.index);
|
hdcp_handle_cpirq(adev->dm.hdcp_workqueue, aconnector->base.index);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if ((dc_link->cur_link_settings.lane_count != LANE_COUNT_UNKNOWN) ||
|
if ((dc_link->cur_link_settings.lane_count != LANE_COUNT_UNKNOWN) ||
|
||||||
(dc_link->type == dc_connection_mst_branch))
|
(dc_link->type == dc_connection_mst_branch))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user