#ifndef __LIMA_DRM_H__
#define __LIMA_DRM_H__
#include "drm.h"
#if defined(__cplusplus)
extern "C" {
#endif
enum drm_lima_param_gpu_id { … };
enum drm_lima_param { … };
struct drm_lima_get_param { … };
#define LIMA_BO_FLAG_HEAP …
struct drm_lima_gem_create { … };
struct drm_lima_gem_info { … };
#define LIMA_SUBMIT_BO_READ …
#define LIMA_SUBMIT_BO_WRITE …
struct drm_lima_gem_submit_bo { … };
#define LIMA_GP_FRAME_REG_NUM …
struct drm_lima_gp_frame { … };
#define LIMA_PP_FRAME_REG_NUM …
#define LIMA_PP_WB_REG_NUM …
struct drm_lima_m400_pp_frame { … };
struct drm_lima_m450_pp_frame { … };
#define LIMA_PIPE_GP …
#define LIMA_PIPE_PP …
#define LIMA_SUBMIT_FLAG_EXPLICIT_FENCE …
struct drm_lima_gem_submit { … };
#define LIMA_GEM_WAIT_READ …
#define LIMA_GEM_WAIT_WRITE …
struct drm_lima_gem_wait { … };
struct drm_lima_ctx_create { … };
struct drm_lima_ctx_free { … };
#define DRM_LIMA_GET_PARAM …
#define DRM_LIMA_GEM_CREATE …
#define DRM_LIMA_GEM_INFO …
#define DRM_LIMA_GEM_SUBMIT …
#define DRM_LIMA_GEM_WAIT …
#define DRM_LIMA_CTX_CREATE …
#define DRM_LIMA_CTX_FREE …
#define DRM_IOCTL_LIMA_GET_PARAM …
#define DRM_IOCTL_LIMA_GEM_CREATE …
#define DRM_IOCTL_LIMA_GEM_INFO …
#define DRM_IOCTL_LIMA_GEM_SUBMIT …
#define DRM_IOCTL_LIMA_GEM_WAIT …
#define DRM_IOCTL_LIMA_CTX_CREATE …
#define DRM_IOCTL_LIMA_CTX_FREE …
#if defined(__cplusplus)
}
#endif
#endif