On Mit, 2013-04-03 at 20:51 +0200, Andreas Boll wrote: 
> @@ -733,6 +757,9 @@ struct pipe_screen *radeonsi_screen_create(struct 
> radeon_winsys *ws)
>                 return NULL;
>         }
>  
> +       /* UVD support. */
> +       rscreen->has_uvd = rscreen->info.drm_minor >= 31;

This might need to change depending how the DRM minor bumps pan out
between UVD and SI 2D tiling support. Other than that,

Reviewed-by: Michel Dänzer <[email protected]> 

-- 
Earthling Michel Dänzer           |                   http://www.amd.com
Libre software enthusiast         |          Debian, X and DRI developer
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to