radeon/uvd: remove comment about RV770
It doesn't seem to support field based decode after testing. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
@@ -254,7 +254,6 @@ int rvid_get_video_param(struct pipe_screen *screen,
|
|||||||
/* MPEG2 only with shaders and no support for
|
/* MPEG2 only with shaders and no support for
|
||||||
interlacing on R6xx style UVD */
|
interlacing on R6xx style UVD */
|
||||||
return codec != PIPE_VIDEO_FORMAT_MPEG12 &&
|
return codec != PIPE_VIDEO_FORMAT_MPEG12 &&
|
||||||
/* TODO: RV770 might actually work */
|
|
||||||
rscreen->family > CHIP_RV770;
|
rscreen->family > CHIP_RV770;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user