diff options
| author | Rodrigo Vivi <[email protected]> | 2018-01-11 16:00:03 -0200 |
|---|---|---|
| committer | Paulo Zanoni <[email protected]> | 2018-01-19 17:51:35 -0200 |
| commit | 841b5ed7aaec4578cd7303fb7f456f01b90dd313 (patch) | |
| tree | cf3c22fa885bc720781ce2ef503d5c7cdaaaeb36 /include | |
| parent | 0b7029b7e43fda1304c181a3ade0b429b9edcd9d (diff) | |
drm/i915/cnl: Add Port F definition.
Some Cannonlake SKUs will come with a full split between
port A and port E. This will be called port F although it
is not a 6th port, but only a split.
Note this patch alone is not sufficient for port F enabling,
it's just the first step.
v2: Fix size of dvo_ports found by Ander.
v3: Adding missing cases from intel_bios.c for Port_F
v4: Adding other missing cases and fix the commit message.
v5: Rebase on top of display headers rework.
v6 (from Paulo): improve commit message, bikeshed bit definitions.
Cc: Lucas De Marchi <[email protected]>
Cc: Manasi Navare <[email protected]>
Acked-by: Rodrigo Vivi <[email protected]>
Reviewed-by: Paulo Zanoni <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
Signed-off-by: Paulo Zanoni <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'include')
| -rw-r--r-- | include/drm/i915_component.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/drm/i915_component.h b/include/drm/i915_component.h index 545c6e0fea7d..346b1f5cb180 100644 --- a/include/drm/i915_component.h +++ b/include/drm/i915_component.h @@ -26,9 +26,8 @@ /* MAX_PORT is the number of port * It must be sync with I915_MAX_PORTS defined i915_drv.h - * 5 should be enough as only HSW, BDW, SKL need such fix. */ -#define MAX_PORTS 5 +#define MAX_PORTS 6 /** * struct i915_audio_component_ops - Ops implemented by i915 driver, called by hda driver |