hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/gpu/drm/amd/amdgpu/vcn_v1_0.h
....@@ -24,6 +24,9 @@
2424 #ifndef __VCN_V1_0_H__
2525 #define __VCN_V1_0_H__
2626
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
+
2730 extern const struct amdgpu_ip_block_version vcn_v1_0_ip_block;
2831
2932 #endif