mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-21 14:56:18 +00:00
List out array values instead of using gcc range extension
Required to compile with Solaris Studio cc compiler. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
00751594db
commit
c461006bac
@ -129,7 +129,9 @@ static char *trans_to_port_sel[] = {
|
||||
[2] = "Digital Port B",
|
||||
[3] = "Digital Port B",
|
||||
[4] = "Digital Port B",
|
||||
[5 ... 7] = "reserved",
|
||||
[5] = "reserved",
|
||||
[6] = "reserved",
|
||||
[7] = "reserved",
|
||||
};
|
||||
|
||||
static char *transcoder_select[] = {
|
||||
@ -144,7 +146,10 @@ static char *dp_port_width[] = {
|
||||
[1] = "x2 mode",
|
||||
[2] = "reserved",
|
||||
[3] = "x4 mode",
|
||||
[4 ... 7] = "reserved",
|
||||
[4] = "reserved",
|
||||
[5] = "reserved",
|
||||
[6] = "reserved",
|
||||
[7] = "reserved",
|
||||
};
|
||||
|
||||
static char *bits_per_sample[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user