[PATCH] drm/amdgpu/vcn: fixed compiling error
Alex Deucher
alexdeucher at gmail.com
Thu May 5 17:11:41 UTC 2022
On Thu, May 5, 2022 at 12:49 PM James Zhu <James.Zhu at amd.com> wrote:
>
> Fixed compiling error.
>
> Signed-off-by: James Zhu <James.Zhu at amd.com>
Acked-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c b/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c
> index 08fd61622f95..f4f97f0f5c64 100644
> --- a/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c
> +++ b/drivers/gpu/drm/amd/amdgpu/vcn_sw_ring.c
> @@ -21,7 +21,7 @@
> *
> */
>
> -#include "amdgpu_vcn.h"
> +#include "amdgpu.h"
>
> void vcn_dec_sw_ring_emit_fence(struct amdgpu_ring *ring, u64 addr,
> u64 seq, uint32_t flags)
> --
> 2.35.1
>
More information about the amd-gfx
mailing list