kernel/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.h
.. .. @@ -24,6 +24,9 @@ 24 24 #ifndef __VCN_V1_0_H__ 25 25 #define __VCN_V1_0_H__ 26 26 27 +void vcn_v1_0_ring_end_use(struct amdgpu_ring *ring);28 +void vcn_v1_0_set_pg_for_begin_use(struct amdgpu_ring *ring, bool set_clocks);29 +27 30 extern const struct amdgpu_ip_block_version vcn_v1_0_ip_block; 28 31 29 32 #endif