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:
Alex Deucher
2014-08-26 23:08:07 -04:00
parent 80771e47b6
commit 6b48c18b03

View File

@@ -254,7 +254,6 @@ int rvid_get_video_param(struct pipe_screen *screen,
/* MPEG2 only with shaders and no support for
interlacing on R6xx style UVD */
return codec != PIPE_VIDEO_FORMAT_MPEG12 &&
/* TODO: RV770 might actually work */
rscreen->family > CHIP_RV770;
default:
break;