Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199608
b: refs/heads/master
c: 85cd461
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wilson authored and Eric Anholt committed May 28, 2010
1 parent b6af910 commit 3299bff
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 3d1cc47037f36004b10681d3436ef0942ebb279b
refs/heads/master: 85cd4612fdab4e837d7eea048a697c75d0477d3b
6 changes: 5 additions & 1 deletion trunk/drivers/gpu/drm/i915/intel_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,11 @@ static int intelfb_create(struct intel_fbdev *ifbdev,
}

/* Flush everything out, we'll be doing GTT only from now on */
i915_gem_object_set_to_gtt_domain(fbo, 1);
ret = i915_gem_object_set_to_gtt_domain(fbo, 1);
if (ret) {
DRM_ERROR("failed to bind fb: %d.\n", ret);
goto out_unpin;
}

info = framebuffer_alloc(0, device);
if (!info) {
Expand Down

0 comments on commit 3299bff

Please sign in to comment.