mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-08 08:26:10 +00:00
intel_audio_dump: fix DP port width for CPT
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
97d203140c
commit
cf4c12f103
@ -142,8 +142,9 @@ static char *transcoder_select[] = {
|
||||
static char *dp_port_width[] = {
|
||||
[0] = "x1 mode",
|
||||
[1] = "x2 mode",
|
||||
[2] = "x4 mode",
|
||||
[3] = "reserved",
|
||||
[2] = "reserved",
|
||||
[3] = "x4 mode",
|
||||
[4 ... 7] = "reserved",
|
||||
};
|
||||
|
||||
static void do_self_tests(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user