[Mesa-dev] [PATCH] radeonsi: Fallback to shader decoding if UVD isn't available
Michel Dänzer
michel at daenzer.net
Thu Apr 4 01:41:07 PDT 2013
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 <michel.daenzer at amd.com>
--
Earthling Michel Dänzer | http://www.amd.com
Libre software enthusiast | Debian, X and DRI developer
More information about the mesa-dev
mailing list