mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 21:40:08 +01:00
radeonsi: Rename radeonsi->si remaining identifiers in si_uvd.c.
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
b902298615
commit
1b79764f49
1 changed files with 2 additions and 2 deletions
|
|
@ -131,7 +131,7 @@ error:
|
|||
}
|
||||
|
||||
/* set the decoding target buffer offsets */
|
||||
static struct radeon_winsys_cs_handle* radeonsi_uvd_set_dtb(struct ruvd_msg *msg, struct vl_video_buffer *buf)
|
||||
static struct radeon_winsys_cs_handle* si_uvd_set_dtb(struct ruvd_msg *msg, struct vl_video_buffer *buf)
|
||||
{
|
||||
struct r600_texture *luma = (struct r600_texture *)buf->resources[0];
|
||||
struct r600_texture *chroma = (struct r600_texture *)buf->resources[1];
|
||||
|
|
@ -149,5 +149,5 @@ static struct radeon_winsys_cs_handle* radeonsi_uvd_set_dtb(struct ruvd_msg *msg
|
|||
struct pipe_video_codec *si_uvd_create_decoder(struct pipe_context *context,
|
||||
const struct pipe_video_codec *templ)
|
||||
{
|
||||
return ruvd_create_decoder(context, templ, radeonsi_uvd_set_dtb);
|
||||
return ruvd_create_decoder(context, templ, si_uvd_set_dtb);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue