63 #ifndef _KMS_DISPLAY_MODULE 64 #define _KMS_DISPLAY_MODULE 67 #include <drm_fourcc.h> uint32_t bufq_depth
Definition: kms_display_module.h:93
int kms_display_delete_handle(kmsDisplayHandle *handle)
Function to free a kms display handle.
Definition: kms_display_module.c:176
uint32_t pix_format
Color format of the Image to render.
Definition: kms_display_module.h:84
int kms_display_render_buf(kmsDisplayHandle *handle, Buf *tiovx_buffer)
Function to render a Buffer.
Definition: kms_display_module.c:167
Definition: kms_display_module.c:109
void kms_display_init_cfg(kmsDisplayCfg *cfg)
Function to initialize kms display config.
Definition: kms_display_module.c:99
kmsDisplayCfg cfg
Definition: kms_display_module.c:110
uint32_t height
Height of the Image to render.
Definition: kms_display_module.h:81
uint32_t width
Width of the Image to render.
Definition: kms_display_module.h:78
uint32_t connector
connector id of the drm connector to use
Definition: kms_display_module.h:90
int kms_display_register_buf(kmsDisplayHandle *handle, Buf *tiovx_buffer)
Function to register a Buffer tobe.
Definition: kms_display_module.c:140
uint32_t crtc
Default crtc id of the drm connector to use.
Definition: kms_display_module.h:87
kmsDisplayHandle * kms_display_create_handle(kmsDisplayCfg *cfg)
Function to create a kms display handle.
Definition: kms_display_module.c:116
Structure describing the configuration of kms display module.
Definition: kms_display_module.h:76