summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.c
diff options
context:
space:
mode:
authorChristian König <[email protected]>2013-04-26 11:49:55 +0200
committerChristian König <[email protected]>2013-04-26 15:35:36 +0200
commite3ac293daac1773631911182622b6732f68dc9f1 (patch)
treeb68726fa40ee0731f54c545bdcde11282f4ad752 /src/gallium/drivers/r600/r600_pipe.c
parent2c2c54b819d8e0bd940f56501a2c3699d7cc2397 (diff)
r600/uvd: stop advertising MPEG4 on UVD 2.x chips v2
That is just not supported by the hardware. v2: fix compare Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.c')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c
index 5a0ea8407c5..b0128928857 100644
--- a/src/gallium/drivers/r600/r600_pipe.c
+++ b/src/gallium/drivers/r600/r600_pipe.c
@@ -1291,7 +1291,7 @@ struct pipe_screen *r600_screen_create(struct radeon_winsys *ws)
rscreen->screen.get_driver_query_info = r600_get_driver_query_info;
if (rscreen->info.has_uvd) {
- rscreen->screen.get_video_param = ruvd_get_video_param;
+ rscreen->screen.get_video_param = r600_uvd_get_video_param;
rscreen->screen.is_video_format_supported = ruvd_is_format_supported;
} else {
rscreen->screen.get_video_param = r600_get_video_param;