radeon/uvd: remove comment about RV770
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 27 Aug 2014 03:08:07 +0000 (23:08 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 27 Aug 2014 14:04:13 +0000 (10:04 -0400)
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>
src/gallium/drivers/radeon/radeon_video.c

index 6dcee453348de664de1bf9eb11487f8ad38313de..2e683c41b0a075abea491dded1c01a186c5b4c88 100644 (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;