diff options
| author | Sonika Jindal <[email protected]> | 2014-08-08 16:23:40 +0530 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2014-09-03 11:05:34 +0200 |
| commit | 0504cd170c86f0617f27a31f1ba2328caa976707 (patch) | |
| tree | b342164fbe68dde135e25ec5e78f41bde10fd705 /tools/perf/scripts/python | |
| parent | f9cac7218a6e18f5f95917c9e3331ee7f063c439 (diff) | |
drm: Renaming DP training vswing pre emph defines
Adding new defines, older one will be removed in the last patch in the series.
This is to rename the defines to have levels instead of values for vswing and
pre-emph levels as the values may differ in other scenarios like low vswing of
eDP1.4 where the values are different.
Done using following cocci patch for each define:
@@
@@
# define DP_TRAIN_VOLTAGE_SWING_400 (0 << 0)
+ # define DP_TRAIN_VOLTAGE_SWING_LEVEL_0 (0 << 0)
...
Cc: [email protected]
Signed-off-by: Sonika Jindal <[email protected]>
Acked-by: Dave Airlie <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions