diff options
| author | Sonika Jindal <[email protected]> | 2014-08-08 16:23:44 +0530 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2014-09-03 11:05:39 +0200 |
| commit | 9cecb371cf7365dfaf40cf83e8068f012f27f86b (patch) | |
| tree | cdd48f0cc7ae23da2a8327406a85f9f95ccb0e86 /tools/perf/scripts/python | |
| parent | 31160006f8b5aabc3701b22feccbc9a4ae9c59b1 (diff) | |
drm/radeon: Renaming DP training vswing pre emph defines
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_1200 (3 << 0)
+ # define DP_TRAIN_VOLTAGE_SWING_LEVEL_3 (0 << 0)
...
Signed-off-by: Sonika Jindal <[email protected]>
Acked-by: Alex Deucher <[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