It doesn't seem to support field based decode after testing.

Signed-off-by: Alex Deucher <alexander.deuc...@amd.com>
---
 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 6dcee45..2e683c4 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;
-- 
1.8.3.1

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to