Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298531
b: refs/heads/master
c: b4db1e3
h: refs/heads/master
i:
  298529: 24456de
  298527: 1b8de4a
v: v3
  • Loading branch information
Jesse Barnes authored and Daniel Vetter committed Apr 3, 2012
1 parent ed35e4c commit 8c0344d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 97effadb65ed08809e1720c8d3ee80b73a93665c
refs/heads/master: b4db1e35ac59c144965f517bc575a0d75b60b03f
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/i915/intel_sprite.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,9 @@ intel_update_plane(struct drm_plane *plane, struct drm_crtc *crtc,

old_obj = intel_plane->obj;

src_w = src_w >> 16;
src_h = src_h >> 16;

/* Pipe must be running... */
if (!(I915_READ(PIPECONF(pipe)) & PIPECONF_ENABLE))
return -EINVAL;
Expand Down

0 comments on commit 8c0344d

Please sign in to comment.