From 6b48c18b034cad91eac6ee2823e34053125a74c9 Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Tue, 26 Aug 2014 23:08:07 -0400 Subject: [PATCH] radeon/uvd: remove comment about RV770 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It doesn't seem to support field based decode after testing. Signed-off-by: Alex Deucher Reviewed-by: Christian König --- src/gallium/drivers/radeon/radeon_video.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/radeon/radeon_video.c b/src/gallium/drivers/radeon/radeon_video.c index 6dcee453348..2e683c41b0a 100644 --- a/src/gallium/drivers/radeon/radeon_video.c +++ b/src/gallium/drivers/radeon/radeon_video.c @@ -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; -- 2.30.2