summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvc0_pm.c
diff options
context:
space:
mode:
authorXi Wang <xi.wang@gmail.com>2012-02-03 11:13:55 -0500
committerBen Skeggs <bskeggs@redhat.com>2012-03-13 17:14:58 +1000
commit44ab8cc56c45ca781371a4a77f35da19cf5db028 (patch)
treea790d3d28f6921808d0dd329a64067b1eca21044 /drivers/gpu/drm/nouveau/nvc0_pm.c
parent84ddfda6d4765e410981edeef81c9b5a5a1ce87b (diff)
drm/nouveau/dp: fix bad comparison in dp_link_train_commit()
The comparison (lpre == DP_TRAIN_PRE_EMPHASIS_9_5) is always false: lpre is initialized as (lane & 0x0c) >> 2, which is at most 3, while DP_TRAIN_PRE_EMPHASIS_9_5 is defined as (3 << 3). Signed-off-by: Xi Wang <xi.wang@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvc0_pm.c')
0 files changed, 0 insertions, 0 deletions