Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345231
b: refs/heads/master
c: 28d491d
h: refs/heads/master
i:
  345229: aeb1e48
  345227: adac979
  345223: f7a8ee3
  345215: 3baeb37
v: v3
  • Loading branch information
Ville Syrjälä authored and Daniel Vetter committed Nov 11, 2012
1 parent 3e657e5 commit dd4ce0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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: 2bd3c3cb352b66f40965c974765d605e34d779d9
refs/heads/master: 28d491df4c6b00f9148a9885dba1f36a078535dc
8 changes: 2 additions & 6 deletions trunk/drivers/gpu/drm/i915/intel_sprite.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ ivb_update_plane(struct drm_plane *plane, struct drm_framebuffer *fb,
sprctl |= SPRITE_FORMAT_YUV422 | SPRITE_YUV_ORDER_VYUY;
break;
default:
DRM_DEBUG_DRIVER("bad pixel format, assuming RGBX888\n");
sprctl |= SPRITE_FORMAT_RGBX888;
break;
BUG();
}

if (obj->tiling_mode != I915_TILING_NONE)
Expand Down Expand Up @@ -263,9 +261,7 @@ ilk_update_plane(struct drm_plane *plane, struct drm_framebuffer *fb,
dvscntr |= DVS_FORMAT_YUV422 | DVS_YUV_ORDER_VYUY;
break;
default:
DRM_DEBUG_DRIVER("bad pixel format, assuming RGBX888\n");
dvscntr |= DVS_FORMAT_RGBX888;
break;
BUG();
}

if (obj->tiling_mode != I915_TILING_NONE)
Expand Down

0 comments on commit dd4ce0a

Please sign in to comment.