mirror of https://gitee.com/openkylin/linux.git
drm/nv50-nvc0: remove some code that doesn't belong here
Not sure how this snuck in... Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
2b4cebe4e1
commit
e61e51f134
|
@ -469,9 +469,6 @@ nv50_crtc_wait_complete(struct drm_crtc *crtc)
|
|||
|
||||
start = ptimer->read(dev);
|
||||
do {
|
||||
nv_wr32(dev, 0x61002c, 0x370);
|
||||
nv_wr32(dev, 0x000140, 1);
|
||||
|
||||
if (nv_ro32(disp->ntfy, 0x000))
|
||||
return 0;
|
||||
} while (ptimer->read(dev) - start < 2000000000ULL);
|
||||
|
|
Loading…
Reference in New Issue