From: Alex Deucher Date: Wed, 27 Aug 2014 03:08:07 +0000 (-0400) Subject: radeon/uvd: remove comment about RV770 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b48c18b034cad91eac6ee2823e34053125a74c9;p=mesa.git radeon/uvd: remove comment about RV770 It doesn't seem to support field based decode after testing. Signed-off-by: Alex Deucher Reviewed-by: Christian König --- 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;