Skip to content

Commit 0f7a9a2

Browse files
jannaumarcan
authored andcommitted
fixup! drm: apple: Disconnect dptx When the CRTC is powered down
Signed-off-by: Janne Grunau <[email protected]>
1 parent 2cccd35 commit 0f7a9a2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • drivers/gpu/drm/apple

drivers/gpu/drm/apple/dcp.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,7 @@ int dcp_wait_ready(struct platform_device *pdev, u64 timeout)
415415
}
416416
EXPORT_SYMBOL(dcp_wait_ready);
417417

418-
419-
void dcp_sleep(struct apple_dcp *dcp)
418+
static void dcp_sleep(struct apple_dcp *dcp)
420419
{
421420
switch (dcp->fw_compat) {
422421
case DCP_FIRMWARE_V_12_3:

0 commit comments

Comments
 (0)