Skip to content

Commit 44e57a3

Browse files
committed
drm: apple: dptx: Silence DPTX_APCALL_{GET,SET}_DOWN_SPREAD
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 3eb5b88 commit 44e57a3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/gpu/drm/apple/dptxep.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,9 @@ static int dptxport_call(struct apple_epic_service *service, u32 idx,
542542
/* just try to ACK and hope for the best... */
543543
dev_info(service->ep->dcp->dev, "DPTXPort: acking unhandled call %u\n",
544544
idx);
545+
fallthrough;
546+
case DPTX_APCALL_GET_DOWN_SPREAD:
547+
case DPTX_APCALL_SET_DOWN_SPREAD:
545548
memcpy(reply, data, min(reply_size, data_size));
546549
if (reply_size >= 4)
547550
memset(reply, 0, 4);

0 commit comments

Comments
 (0)