diff options
author | Alex Deucher <[email protected]> | 2014-08-26 23:08:07 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2014-08-27 10:04:13 -0400 |
commit | 6b48c18b034cad91eac6ee2823e34053125a74c9 (patch) | |
tree | 26ab8dc5b7ec311e7b7527c034c3a3f5e1587a3f /src | |
parent | 80771e47b6c1e47ab55f17311e1d4e227a9eb3d8 (diff) |
radeon/uvd: remove comment about RV770
It doesn't seem to support field based decode after testing.
Signed-off-by: Alex Deucher <[email protected]>
Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/radeon/radeon_video.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |