Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307366
b: refs/heads/master
c: 5fe9fe8
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Vetter committed May 5, 2012
1 parent fbc74c3 commit 8846a61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 523bcb28c3fb92baecda6daa60560f67eb4a6177
refs/heads/master: 5fe9fe8c98eeed86650e9e5e9eaa156cf0ce1282
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/i915_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ static int i965_reset_complete(struct drm_device *dev)
{
u8 gdrst;
pci_read_config_byte(dev->pdev, I965_GDRST, &gdrst);
return gdrst & 0x1;
return (gdrst & GRDOM_RESET_ENABLE) == 0;
}

static int i965_do_reset(struct drm_device *dev)
Expand Down

0 comments on commit 8846a61

Please sign in to comment.