Skip to content

Commit f2787d8

Browse files
anushasrideak
authored andcommitted
i915/display/dmc: Add Support for PipeC and PipeD DMC
So far we had support for main, PipeA and PipeB DMC. If we find a binary from PipeA-D, lets load it. Cc: Imre Deak <[email protected]> Signed-off-by: Anusha Srivatsa <[email protected]> Signed-off-by: Imre Deak <[email protected]> Reviewed-by: Imre Deak <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 9556829 commit f2787d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/i915/display/intel_dmc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ enum {
2020
DMC_FW_MAIN = 0,
2121
DMC_FW_PIPEA,
2222
DMC_FW_PIPEB,
23+
DMC_FW_PIPEC,
24+
DMC_FW_PIPED,
2325
DMC_FW_MAX
2426
};
2527

0 commit comments

Comments
 (0)