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/radeon/radeon_uvd.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/radeon/radeon_uvd.h')
-rw-r--r-- | src/gallium/drivers/radeon/radeon_uvd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/radeon_uvd.h b/src/gallium/drivers/radeon/radeon_uvd.h index dedb3c7040d..b0135bac5d7 100644 --- a/src/gallium/drivers/radeon/radeon_uvd.h +++ b/src/gallium/drivers/radeon/radeon_uvd.h @@ -347,7 +347,6 @@ typedef struct radeon_winsys_cs_handle* (*ruvd_set_dtb) /* create an UVD decode */ struct pipe_video_codec *ruvd_create_decoder(struct pipe_context *context, const struct pipe_video_codec *templat, - struct radeon_winsys* ws, ruvd_set_dtb set_dtb); /* join surfaces into the same buffer with identical tiling params |