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 */2 2 #ifndef __NV50_DISP_CHAN_H__ 3 3 #define __NV50_DISP_CHAN_H__ 4 4 #define nv50_disp_chan(p) container_of((p), struct nv50_disp_chan, object) .. .. @@ -21,6 +21,8 @@ 21 21 22 22 struct nvkm_memory *memory; 23 23 u64 push; 24 +25 + u32 suspend_put;24 26 }; 25 27 26 28 struct nv50_disp_chan_func {