Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345229
b: refs/heads/master
c: 90f9a33
h: refs/heads/master
i:
  345227: adac979
v: v3
  • Loading branch information
Ville Syrjälä authored and Daniel Vetter committed Nov 11, 2012
1 parent 08c6603 commit aeb1e48
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: 5d7bd705ddb362d5bd8ef2f3b294cd8f9d93c39e
refs/heads/master: 90f9a336f56318d4f21a29e8ef063cb70fe7dd11
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -8393,6 +8393,10 @@ int intel_framebuffer_init(struct drm_device *dev,
return -EINVAL;
}

/* FIXME need to adjust LINOFF/TILEOFF accordingly. */
if (mode_cmd->offsets[0] != 0)
return -EINVAL;

ret = drm_framebuffer_init(dev, &intel_fb->base, &intel_fb_funcs);
if (ret) {
DRM_ERROR("framebuffer init failed %d\n", ret);
Expand Down

0 comments on commit aeb1e48

Please sign in to comment.