Skip to content

Commit

Permalink
drm/nv50-nvc0: remove some code that doesn't belong here
Browse files Browse the repository at this point in the history
Not sure how this snuck in...

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed Apr 5, 2011
1 parent 2b4cebe commit e61e51f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/gpu/drm/nouveau/nv50_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e61e51f

Please sign in to comment.