Skip to content

Commit 7c2ddad

Browse files
committed
drm: apple: Support up to 3 DCP instances.
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent bb4a143 commit 7c2ddad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/apple/apple_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
#define FRAC_16_16(mult, div) (((mult) << 16) / (div))
4747

48-
#define MAX_COPROCESSORS 2
48+
#define MAX_COPROCESSORS 3
4949

5050
struct apple_drm_private {
5151
struct drm_device drm;

0 commit comments

Comments
 (0)