diff options
author | Christian König <[email protected]> | 2013-09-09 10:49:55 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2013-09-12 15:16:30 +0200 |
commit | 2487324591c1629492288a814e1d8a3046d37b15 (patch) | |
tree | bb43571548f04c376f4cd804014c140bbff147c4 /src/gallium/drivers/r600/r600_pipe.h | |
parent | 56be937d42b2f18fff072854122dbe5e0a95dd16 (diff) |
radeon/uvd: move more logic into the common files
Move the code back into the common UVD files since we now
have base structures for R600 and radeonsi.
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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 2ba0251dccf..14919754610 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -816,11 +816,6 @@ struct pipe_video_codec *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_entrypoint entrypoint, - enum pipe_video_cap param); - /* * Helpers for building command buffers */ |