Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358344
b: refs/heads/master
c: b9ede27
h: refs/heads/master
v: v3
  • Loading branch information
Inki Dae committed Feb 21, 2013
1 parent aff31fe commit e6e9d31
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: fe9e3137cffc880b5162f2cc039df48712c496bb
refs/heads/master: b9ede277e15916a9ec3c6c1932c390e4768e71a9
4 changes: 4 additions & 0 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ static int exynos_drm_fb_create_handle(struct drm_framebuffer *fb,

DRM_DEBUG_KMS("%s\n", __FILE__);

/* This fb should have only one gem object. */
if (WARN_ON(exynos_fb->buf_cnt != 1))
return -EINVAL;

return drm_gem_handle_create(file_priv,
&exynos_fb->exynos_gem_obj[0]->base, handle);
}
Expand Down

0 comments on commit e6e9d31

Please sign in to comment.