Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15
b: refs/heads/master
c: 41aac24
h: refs/heads/master
i:
  13: efb4df8
  11: c8c9e7b
  7: 9cdde40
v: v3
  • Loading branch information
Dave Airlie authored and Linus Torvalds committed Apr 16, 2005
1 parent 7c39c31 commit e378582
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 388c69789a2a2e50965e805e3e641418082b352c
refs/heads/master: 41aac24f8fb5a21ff3d0f6f56f85fad3cf0e88a9
4 changes: 4 additions & 0 deletions trunk/drivers/char/drm/r128_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -1549,12 +1549,16 @@ static int r128_cce_depth( DRM_IOCTL_ARGS )
switch ( depth.func ) {
case R128_WRITE_SPAN:
ret = r128_cce_dispatch_write_span( dev, &depth );
break;
case R128_WRITE_PIXELS:
ret = r128_cce_dispatch_write_pixels( dev, &depth );
break;
case R128_READ_SPAN:
ret = r128_cce_dispatch_read_span( dev, &depth );
break;
case R128_READ_PIXELS:
ret = r128_cce_dispatch_read_pixels( dev, &depth );
break;
}

COMMIT_RING();
Expand Down

0 comments on commit e378582

Please sign in to comment.