Skip to content

Commit e19e19a

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 56a2410 commit e19e19a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/gpu/drm/apple

drivers/gpu/drm/apple/dcp.c

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

418-
static void dcp_sleep(struct apple_dcp *dcp)
418+
static void __maybe_unused dcp_sleep(struct apple_dcp *dcp)
419419
{
420420
switch (dcp->fw_compat) {
421421
case DCP_FIRMWARE_V_12_3:

0 commit comments

Comments
 (0)