xref: /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/if0010.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_IF0010_H__
362306a36Sopenharmony_ci#define __NVIF_IF0010_H__
462306a36Sopenharmony_ci
562306a36Sopenharmony_ciunion nvif_disp_args {
662306a36Sopenharmony_ci	struct nvif_disp_v0 {
762306a36Sopenharmony_ci		__u8 version;
862306a36Sopenharmony_ci		__u8 pad01[3];
962306a36Sopenharmony_ci		__u32 conn_mask;
1062306a36Sopenharmony_ci		__u32 outp_mask;
1162306a36Sopenharmony_ci		__u32 head_mask;
1262306a36Sopenharmony_ci	} v0;
1362306a36Sopenharmony_ci};
1462306a36Sopenharmony_ci#endif
15

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