diff options
author | Christian König <[email protected]> | 2013-04-26 11:49:55 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2013-04-26 15:35:36 +0200 |
commit | e3ac293daac1773631911182622b6732f68dc9f1 (patch) | |
tree | b68726fa40ee0731f54c545bdcde11282f4ad752 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 2c2c54b819d8e0bd940f56501a2c3699d7cc2397 (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.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 39fd82be142..33c85fc5454 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -902,6 +902,9 @@ struct pipe_video_decoder *r600_uvd_create_decoder(struct pipe_context *context, struct pipe_video_buffer *r600_video_buffer_create(struct pipe_context *pipe, const struct pipe_video_buffer *tmpl); +int r600_uvd_get_video_param(struct pipe_screen *screen, + enum pipe_video_profile profile, + enum pipe_video_cap param); /* * Helpers for building command buffers |