Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344582
b: refs/heads/master
c: 16bf20c
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Oct 18, 2012
1 parent 8bc8df8 commit b1f2373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 881c98ff62e0106c3cf6aa521f7c8baf98ebb501
refs/heads/master: 16bf20c79e684b2f3d589c72e16295b0c56d8798
4 changes: 2 additions & 2 deletions trunk/drivers/video/omap2/dss/dispc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2504,7 +2504,7 @@ int dispc_ovl_setup(enum omap_plane plane, const struct omap_overlay_info *oi,
bool mem_to_mem)
{
int r;
const struct omap_overlay *ovl = omap_dss_get_overlay(plane);
enum omap_overlay_caps caps = dss_feat_get_overlay_caps(plane);
enum omap_channel channel;

channel = dispc_ovl_get_channel_out(plane);
Expand All @@ -2515,7 +2515,7 @@ int dispc_ovl_setup(enum omap_plane plane, const struct omap_overlay_info *oi,
oi->pos_y, oi->width, oi->height, oi->out_width, oi->out_height,
oi->color_mode, oi->rotation, oi->mirror, channel, replication);

r = dispc_ovl_setup_common(plane, ovl->caps, oi->paddr, oi->p_uv_addr,
r = dispc_ovl_setup_common(plane, caps, oi->paddr, oi->p_uv_addr,
oi->screen_width, oi->pos_x, oi->pos_y, oi->width, oi->height,
oi->out_width, oi->out_height, oi->color_mode, oi->rotation,
oi->mirror, oi->zorder, oi->pre_mult_alpha, oi->global_alpha,
Expand Down

0 comments on commit b1f2373

Please sign in to comment.