All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH] i915/display/dmc: Add Support for PipeC and PipeD DMC
@ 2021-10-06 20:45 Anusha Srivatsa
  2021-10-07  0:17 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Anusha Srivatsa @ 2021-10-06 20:45 UTC (permalink / raw)
  To: intel-gfx; +Cc: Anusha Srivatsa, Imre Deak

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 <imre.deak@intel.com>
Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
---
 drivers/gpu/drm/i915/display/intel_dmc.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/gpu/drm/i915/display/intel_dmc.h b/drivers/gpu/drm/i915/display/intel_dmc.h
index c3c00ff03869..b20f3441ca60 100644
--- a/drivers/gpu/drm/i915/display/intel_dmc.h
+++ b/drivers/gpu/drm/i915/display/intel_dmc.h
@@ -20,6 +20,8 @@ enum {
 	DMC_FW_MAIN = 0,
 	DMC_FW_PIPEA,
 	DMC_FW_PIPEB,
+	DMC_FW_PIPEC,
+	DMC_FW_PIPED,
 	DMC_FW_MAX
 };
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-11-01 12:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06 20:45 [Intel-gfx] [PATCH] i915/display/dmc: Add Support for PipeC and PipeD DMC Anusha Srivatsa
2021-10-07  0:17 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for " Patchwork
2021-10-22 20:53 ` [Intel-gfx] [PATCH] " Imre Deak
2021-10-28 17:00 ` [Intel-gfx] ✓ Fi.CI.BAT: success for i915/display/dmc: Add Support for PipeC and PipeD DMC (rev2) Patchwork
2021-10-28 22:32 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork
2021-11-01 12:15   ` Imre Deak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.