nvc0: kill assert in ppp code
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>
Wed, 19 Jun 2013 11:08:51 +0000 (13:08 +0200)
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>
Wed, 19 Jun 2013 11:08:51 +0000 (13:08 +0200)
It's no longer always true, and the video tilign aligment should
ensure the alignment is handled correctly regardless.

src/gallium/drivers/nvc0/nvc0_video_ppp.c

index 35cea62d3ddb97c54cbd8a92b7beedf69e16a572..b5369124129d848373a01220a7784f9a2c45fbaf 100644 (file)
@@ -62,8 +62,6 @@ nvc0_decoder_setup_ppp(struct nvc0_decoder *dec, struct nvc0_video_buffer *targe
    PUSH_DATA (push, in_addr + y2); // 70c
    PUSH_DATA (push, in_addr + cbcr); // 710
    PUSH_DATA (push, in_addr + cbcr2); // 714
-   assert(target->resources[0]->width0 >= 16 * dec_w);
-   assert(target->resources[0]->height0 >= dec->base.height/2);
 
    for (i = 0; i < 2; ++i) {
       struct nv50_miptree *mt = (struct nv50_miptree *)target->resources[i];