forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/channv50.h
....@@ -1,4 +1,4 @@
1
-/* SPDX-License-Identifier: GPL-2.0 */
1
+/* SPDX-License-Identifier: MIT */
22 #ifndef __NV50_DISP_CHAN_H__
33 #define __NV50_DISP_CHAN_H__
44 #define nv50_disp_chan(p) container_of((p), struct nv50_disp_chan, object)
....@@ -21,6 +21,8 @@
2121
2222 struct nvkm_memory *memory;
2323 u64 push;
24
+
25
+ u32 suspend_put;
2426 };
2527
2628 struct nv50_disp_chan_func {