xref: /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/if000e.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: MIT */
262306a36Sopenharmony_ci#ifndef __NVIF_IF000E_H__
362306a36Sopenharmony_ci#define __NVIF_IF000E_H__
462306a36Sopenharmony_ci
562306a36Sopenharmony_ciunion nvif_event_args {
662306a36Sopenharmony_ci	struct nvif_event_v0 {
762306a36Sopenharmony_ci		__u8 version;
862306a36Sopenharmony_ci		__u8 wait;
962306a36Sopenharmony_ci		__u8 pad02[6];
1062306a36Sopenharmony_ci		__u8 data[];
1162306a36Sopenharmony_ci	} v0;
1262306a36Sopenharmony_ci};
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci#define NVIF_EVENT_V0_ALLOW 0x00
1562306a36Sopenharmony_ci#define NVIF_EVENT_V0_BLOCK 0x01
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ciunion nvif_event_allow_args {
1862306a36Sopenharmony_ci	struct nvif_event_allow_vn {
1962306a36Sopenharmony_ci	} vn;
2062306a36Sopenharmony_ci};
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_ciunion nvif_event_block_args {
2362306a36Sopenharmony_ci	struct nvif_event_block_vn {
2462306a36Sopenharmony_ci	} vn;
2562306a36Sopenharmony_ci};
2662306a36Sopenharmony_ci#endif
27

Indexes created Thu Nov 07 10:32:03 CST 2024