Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221761
b: refs/heads/master
c: 8f28f54
h: refs/heads/master
i:
  221759: 61fd92e
v: v3
  • Loading branch information
Dan Carpenter authored and Chris Wilson committed Oct 27, 2010
1 parent 7ff07e0 commit f39e729
Show file tree
Hide file tree
Showing 2 changed files with 4 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: dd2b379f071424f36f9f90ff83cb4ad058c7b6ed
refs/heads/master: 8f28f54aad8bcf52a47afb6447fac34f96597b6f
4 changes: 3 additions & 1 deletion trunk/drivers/gpu/drm/i915/intel_overlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,9 @@ static int check_overlay_src(struct drm_device *dev,
{
int uv_hscale = uv_hsubsampling(rec->flags);
int uv_vscale = uv_vsubsampling(rec->flags);
u32 stride_mask, depth, tmp;
u32 stride_mask;
int depth;
u32 tmp;

/* check src dimensions */
if (IS_845G(dev) || IS_I830(dev)) {
Expand Down

0 comments on commit f39e729

Please sign in to comment.