We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de46dbe commit 63e654fCopy full SHA for 63e654f
drivers/gpu/drm/i915/i915_reg.h
@@ -11447,6 +11447,9 @@ enum skl_power_gate {
11447
#define BIG_JOINER_ENABLE (1 << 29)
11448
#define MASTER_BIG_JOINER_ENABLE (1 << 28)
11449
#define VGA_CENTERING_ENABLE (1 << 27)
11450
+#define SPLITTER_CONFIGURATION_MASK REG_GENMASK(26, 25)
11451
+#define SPLITTER_CONFIGURATION_2_SEGMENT REG_FIELD_PREP(SPLITTER_CONFIGURATION_MASK, 0)
11452
+#define SPLITTER_CONFIGURATION_4_SEGMENT REG_FIELD_PREP(SPLITTER_CONFIGURATION_MASK, 1)
11453
11454
#define _ICL_PIPE_DSS_CTL2_PB 0x78204
11455
#define _ICL_PIPE_DSS_CTL2_PC 0x78404
0 commit comments