Skip to content

Commit eec72f9

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

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
@@ -46,7 +46,7 @@
4646

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

49-
#define MAX_COPROCESSORS 2
49+
#define MAX_COPROCESSORS 3
5050

5151
struct apple_drm_private {
5252
struct drm_device drm;

0 commit comments

Comments
 (0)