Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345294
b: refs/heads/master
c: 0fed39b
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wilson authored and Daniel Vetter committed Nov 11, 2012
1 parent ee49351 commit 6009b57
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: b9e0bda3cd325b55f336efb751736163f62abded
refs/heads/master: 0fed39bd1d85bfd0d454cb7ba2aedab2f15141d5
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -6470,7 +6470,7 @@ intel_framebuffer_create_for_mode(struct drm_device *dev,
int depth, int bpp)
{
struct drm_i915_gem_object *obj;
struct drm_mode_fb_cmd2 mode_cmd;
struct drm_mode_fb_cmd2 mode_cmd = { 0 };

obj = i915_gem_alloc_object(dev,
intel_framebuffer_size_for_mode(mode, bpp));
Expand Down

0 comments on commit 6009b57

Please sign in to comment.