/*
* This file is auto - generated . Modifications will be lost .
*
* See https : //android.googlesource.com/platform/bionic/+/master/libc/kernel/
* for more information .
*/
#ifndef __ETNAVIV_DRM_H__
#define __ETNAVIV_DRM_H__
#include "drm.h"
#ifdef __cplusplus
extern "C" {
#endif
struct drm_etnaviv_timespec {
__s64 tv_sec;
__s64 tv_nsec;
};
#define ETNAVIV_PARAM_GPU_MODEL 0 x01
#define ETNAVIV_PARAM_GPU_REVISION 0 x02
#define ETNAVIV_PARAM_GPU_FEATURES_0 0 x03
#define ETNAVIV_PARAM_GPU_FEATURES_1 0 x04
#define ETNAVIV_PARAM_GPU_FEATURES_2 0 x05
#define ETNAVIV_PARAM_GPU_FEATURES_3 0 x06
#define ETNAVIV_PARAM_GPU_FEATURES_4 0 x07
#define ETNAVIV_PARAM_GPU_FEATURES_5 0 x08
#define ETNAVIV_PARAM_GPU_FEATURES_6 0 x09
#define ETNAVIV_PARAM_GPU_FEATURES_7 0 x0a
#define ETNAVIV_PARAM_GPU_FEATURES_8 0 x0b
#define ETNAVIV_PARAM_GPU_FEATURES_9 0 x0c
#define ETNAVIV_PARAM_GPU_FEATURES_10 0 x0d
#define ETNAVIV_PARAM_GPU_FEATURES_11 0 x0e
#define ETNAVIV_PARAM_GPU_FEATURES_12 0 x0f
#define ETNAVIV_PARAM_GPU_STREAM_COUNT 0 x10
#define ETNAVIV_PARAM_GPU_REGISTER_MAX 0 x11
#define ETNAVIV_PARAM_GPU_THREAD_COUNT 0 x12
#define ETNAVIV_PARAM_GPU_VERTEX_CACHE_SIZE 0 x13
#define ETNAVIV_PARAM_GPU_SHADER_CORE_COUNT 0 x14
#define ETNAVIV_PARAM_GPU_PIXEL_PIPES 0 x15
#define ETNAVIV_PARAM_GPU_VERTEX_OUTPUT_BUFFER_SIZE 0 x16
#define ETNAVIV_PARAM_GPU_BUFFER_SIZE 0 x17
#define ETNAVIV_PARAM_GPU_INSTRUCTION_COUNT 0 x18
#define ETNAVIV_PARAM_GPU_NUM_CONSTANTS 0 x19
#define ETNAVIV_PARAM_GPU_NUM_VARYINGS 0 x1a
#define ETNAVIV_PARAM_SOFTPIN_START_ADDR 0 x1b
#define ETNAVIV_PARAM_GPU_PRODUCT_ID 0 x1c
#define ETNAVIV_PARAM_GPU_CUSTOMER_ID 0 x1d
#define ETNAVIV_PARAM_GPU_ECO_ID 0 x1e
#define ETNA_MAX_PIPES 4
struct drm_etnaviv_param {
__u32 pipe;
__u32 param;
__u64 value;
};
#define ETNA_BO_CACHE_MASK 0 x000f0000
#define ETNA_BO_CACHED 0 x00010000
#define ETNA_BO_WC 0 x00020000
#define ETNA_BO_UNCACHED 0 x00040000
#define ETNA_BO_FORCE_MMU 0 x00100000
struct drm_etnaviv_gem_new {
__u64 size;
__u32 flags;
__u32 handle;
};
struct drm_etnaviv_gem_info {
__u32 handle;
__u32 pad;
__u64 offset;
};
#define ETNA_PREP_READ 0 x01
#define ETNA_PREP_WRITE 0 x02
#define ETNA_PREP_NOSYNC 0 x04
struct drm_etnaviv_gem_cpu_prep {
__u32 handle;
__u32 op;
struct drm_etnaviv_timespec timeout;
};
struct drm_etnaviv_gem_cpu_fini {
__u32 handle;
__u32 flags;
};
struct drm_etnaviv_gem_submit_reloc {
__u32 submit_offset;
__u32 reloc_idx;
__u64 reloc_offset;
__u32 flags;
};
#define ETNA_SUBMIT_BO_READ 0 x0001
#define ETNA_SUBMIT_BO_WRITE 0 x0002
struct drm_etnaviv_gem_submit_bo {
__u32 flags;
__u32 handle;
__u64 presumed;
};
#define ETNA_PM_PROCESS_PRE 0 x0001
#define ETNA_PM_PROCESS_POST 0 x0002
struct drm_etnaviv_gem_submit_pmr {
__u32 flags;
__u8 domain;
__u8 pad;
__u16 signal;
__u32 sequence;
__u32 read_offset;
__u32 read_idx;
};
#define ETNA_SUBMIT_NO_IMPLICIT 0 x0001
#define ETNA_SUBMIT_FENCE_FD_IN 0 x0002
#define ETNA_SUBMIT_FENCE_FD_OUT 0 x0004
#define ETNA_SUBMIT_SOFTPIN 0 x0008
#define ETNA_SUBMIT_FLAGS (ETNA_SUBMIT_NO_IMPLICIT | ETNA_SUBMIT_FENCE_FD_IN | ETNA_SUBMIT_FENCE_FD_OUT | ETNA_SUBMIT_SOFTPIN)
#define ETNA_PIPE_3D 0 x00
#define ETNA_PIPE_2D 0 x01
#define ETNA_PIPE_VG 0 x02
struct drm_etnaviv_gem_submit {
__u32 fence;
__u32 pipe;
__u32 exec_state;
__u32 nr_bos;
__u32 nr_relocs;
__u32 stream_size;
__u64 bos;
__u64 relocs;
__u64 stream;
__u32 flags;
__s32 fence_fd;
__u64 pmrs;
__u32 nr_pmrs;
__u32 pad;
};
#define ETNA_WAIT_NONBLOCK 0 x01
struct drm_etnaviv_wait_fence {
__u32 pipe;
__u32 fence;
__u32 flags;
__u32 pad;
struct drm_etnaviv_timespec timeout;
};
#define ETNA_USERPTR_READ 0 x01
#define ETNA_USERPTR_WRITE 0 x02
struct drm_etnaviv_gem_userptr {
__u64 user_ptr;
__u64 user_size;
__u32 flags;
__u32 handle;
};
struct drm_etnaviv_gem_wait {
__u32 pipe;
__u32 handle;
__u32 flags;
__u32 pad;
struct drm_etnaviv_timespec timeout;
};
struct drm_etnaviv_pm_domain {
__u32 pipe;
__u8 iter;
__u8 id;
__u16 nr_signals;
char name[64 ];
};
struct drm_etnaviv_pm_signal {
__u32 pipe;
__u8 domain;
__u8 pad;
__u16 iter;
__u16 id;
char name[64 ];
};
#define DRM_ETNAVIV_GET_PARAM 0 x00
#define DRM_ETNAVIV_GEM_NEW 0 x02
#define DRM_ETNAVIV_GEM_INFO 0 x03
#define DRM_ETNAVIV_GEM_CPU_PREP 0 x04
#define DRM_ETNAVIV_GEM_CPU_FINI 0 x05
#define DRM_ETNAVIV_GEM_SUBMIT 0 x06
#define DRM_ETNAVIV_WAIT_FENCE 0 x07
#define DRM_ETNAVIV_GEM_USERPTR 0 x08
#define DRM_ETNAVIV_GEM_WAIT 0 x09
#define DRM_ETNAVIV_PM_QUERY_DOM 0 x0a
#define DRM_ETNAVIV_PM_QUERY_SIG 0 x0b
#define DRM_ETNAVIV_NUM_IOCTLS 0 x0c
#define DRM_IOCTL_ETNAVIV_GET_PARAM DRM_IOWR(DRM_COMMAND_BASE + DRM_ETNAVIV_GET_PARAM, struct drm_etnaviv_param)
#define DRM_IOCTL_ETNAVIV_GEM_NEW DRM_IOWR(DRM_COMMAND_BASE + DRM_ETNAVIV_GEM_NEW, struct drm_etnaviv_gem_new)
#define DRM_IOCTL_ETNAVIV_GEM_INFO DRM_IOWR(DRM_COMMAND_BASE + DRM_ETNAVIV_GEM_INFO, struct drm_etnaviv_gem_info)
#define DRM_IOCTL_ETNAVIV_GEM_CPU_PREP DRM_IOW(DRM_COMMAND_BASE + DRM_ETNAVIV_GEM_CPU_PREP, struct drm_etnaviv_gem_cpu_prep)
#define DRM_IOCTL_ETNAVIV_GEM_CPU_FINI DRM_IOW(DRM_COMMAND_BASE + DRM_ETNAVIV_GEM_CPU_FINI, struct drm_etnaviv_gem_cpu_fini)
#define DRM_IOCTL_ETNAVIV_GEM_SUBMIT DRM_IOWR(DRM_COMMAND_BASE + DRM_ETNAVIV_GEM_SUBMIT, struct drm_etnaviv_gem_submit)
#define DRM_IOCTL_ETNAVIV_WAIT_FENCE DRM_IOW(DRM_COMMAND_BASE + DRM_ETNAVIV_WAIT_FENCE, struct drm_etnaviv_wait_fence)
#define DRM_IOCTL_ETNAVIV_GEM_USERPTR DRM_IOWR(DRM_COMMAND_BASE + DRM_ETNAVIV_GEM_USERPTR, struct drm_etnaviv_gem_userptr)
#define DRM_IOCTL_ETNAVIV_GEM_WAIT DRM_IOW(DRM_COMMAND_BASE + DRM_ETNAVIV_GEM_WAIT, struct drm_etnaviv_gem_wait)
#define DRM_IOCTL_ETNAVIV_PM_QUERY_DOM DRM_IOWR(DRM_COMMAND_BASE + DRM_ETNAVIV_PM_QUERY_DOM, struct drm_etnaviv_pm_domain)
#define DRM_IOCTL_ETNAVIV_PM_QUERY_SIG DRM_IOWR(DRM_COMMAND_BASE + DRM_ETNAVIV_PM_QUERY_SIG, struct drm_etnaviv_pm_signal)
#ifdef __cplusplus
}
#endif
#endif
Messung V0.5 in Prozent C=80 H=99 G=90
¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.0Angebot
(Wie Sie bei der Firma Beratungs- und Dienstleistungen beauftragen können 2026-06-28)
¤
*Eine klare Vorstellung vom Zielzustand