tests: use "auto" pipe CRC source

Makes stuff work on DP ports on gmch platforms automatically.

Cc: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2013-10-31 14:02:44 +01:00
parent 0b51de8dd0
commit 842007154d
4 changed files with 8 additions and 19 deletions
+2 -1
View File
@@ -154,7 +154,8 @@ static const char *pipe_crc_sources[] = {
"TV",
"DP-B",
"DP-C",
"DP-D"
"DP-D",
"auto"
};
static const char *pipe_crc_source_name(enum intel_pipe_crc_source source)