Home
last modified time | relevance | path

Searched refs:gbm_device (Results 1 - 25 of 27) sorted by relevance

12

/device/soc/rockchip/common/hardware/gpu/include/
H A Dgbm.h44 struct gbm_device;
227 int gbm_device_get_fd(struct gbm_device *gbm);
229 const char *gbm_device_get_backend_name(struct gbm_device *gbm);
231 int gbm_device_is_format_supported(struct gbm_device *gbm, uint32_t format, uint32_t usage);
233 int gbm_device_get_format_modifier_plane_count(struct gbm_device *gbm, uint32_t format, uint64_t modifier);
235 void gbm_device_destroy(struct gbm_device *gbm);
237 struct gbm_device *gbm_create_device(int fd);
239 struct gbm_bo *gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, uint32_t flags);
241 struct gbm_bo *gbm_bo_create_with_modifiers(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format,
268 struct gbm_bo *bm_bo_import(struct gbm_device *gb
[all...]
/device/soc/rockchip/rk3568/hardware/gpu/include/
H A Dgbm.h45 struct gbm_device;
230 int gbm_device_get_fd(struct gbm_device *gbm);
232 const char *gbm_device_get_backend_name(struct gbm_device *gbm);
234 int gbm_device_is_format_supported(struct gbm_device *gbm, uint32_t format, uint32_t usage);
236 int gbm_device_get_format_modifier_plane_count(struct gbm_device *gbm, uint32_t format, uint64_t modifier);
238 void gbm_device_destroy(struct gbm_device *gbm);
240 struct gbm_device *gbm_create_device(int fd);
242 struct gbm_bo *gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, uint32_t flags);
244 struct gbm_bo *gbm_bo_create_with_modifiers(struct gbm_device *gbm,
275 struct gbm_bo *bm_bo_import(struct gbm_device *gb
[all...]
/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H A Dhi_gbm.h24 struct gbm_device;
88 struct gbm_device *hdi_gbm_create_device(int fd);
89 void hdi_gbm_device_destroy(struct gbm_device *gbm);
90 struct gbm_bo *hdi_gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format,
H A Dhi_gbm.c122 struct gbm_bo *hdi_gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, in hdi_gbm_bo_create()
155 struct gbm_device *hdi_gbm_create_device(int fd) in hdi_gbm_create_device()
157 struct gbm_device *gbm; in hdi_gbm_create_device()
158 gbm = (struct gbm_device *)calloc(1, sizeof(struct gbm_device)); in hdi_gbm_create_device()
164 void hdi_gbm_device_destroy(struct gbm_device *gbm) in hdi_gbm_device_destroy()
H A Dhi_gbm_internal.h26 struct gbm_device { struct
31 struct gbm_device *gbm;
H A Ddisplay_gralloc_gbm.h25 struct gbm_device *gbmDevice;
H A Ddisplay_gralloc_gbm.c245 struct gbm_device *gbmDevice = hdi_gbm_create_device(drmFd); in InitGbmDevice()
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
H A Dhi_gbm.h24 struct gbm_device;
88 struct gbm_device *hdi_gbm_create_device(int fd);
89 void hdi_gbm_device_destroy(struct gbm_device *gbm);
90 struct gbm_bo *hdi_gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height,
H A Dhi_gbm.c112 struct gbm_bo *hdi_gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, in hdi_gbm_bo_create()
145 struct gbm_device *hdi_gbm_create_device(int fd) in hdi_gbm_create_device()
147 struct gbm_device *gbm; in hdi_gbm_create_device()
148 gbm = (struct gbm_device *)calloc(1, sizeof(struct gbm_device)); in hdi_gbm_create_device()
154 void hdi_gbm_device_destroy(struct gbm_device *gbm) in hdi_gbm_device_destroy()
H A Dhi_gbm_internal.h26 struct gbm_device { struct
31 struct gbm_device *gbm;
H A Ddisplay_gralloc_gbm.h25 struct gbm_device *gbmDevice;
H A Ddisplay_gralloc_gbm.c207 struct gbm_device *gbmDevice = hdi_gbm_create_device(drmFd); in InitGbmDevice()
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H A Dhi_gbm.h23 struct gbm_device;
87 struct gbm_device *hdi_gbm_create_device(int fd);
88 void hdi_gbm_device_destroy(struct gbm_device *gbm);
89 struct gbm_bo *hdi_gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height,
H A Dhi_gbm.cpp116 struct gbm_bo *hdi_gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, in hdi_gbm_bo_create()
150 struct gbm_device *hdi_gbm_create_device(int fd) in hdi_gbm_create_device()
152 struct gbm_device *gbm = (struct gbm_device *)calloc(1, sizeof(struct gbm_device)); in hdi_gbm_create_device()
158 void hdi_gbm_device_destroy(struct gbm_device *gbm) in hdi_gbm_device_destroy()
H A Dhi_gbm_internal.h29 struct gbm_device { struct
34 struct gbm_device *gbm;
H A Ddisplay_gralloc_gbm.h29 struct gbm_device *gbmDevice;
H A Ddisplay_gralloc_gbm.cpp204 struct gbm_device *gbmDevice = hdi_gbm_create_device(drmFd); in InitGbmDevice()
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H A Dhi_gbm.h23 struct gbm_device;
87 struct gbm_device *hdi_gbm_create_device(int fd);
88 void hdi_gbm_device_destroy(struct gbm_device *gbm);
89 struct gbm_bo *hdi_gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height,
H A Dhi_gbm.cpp116 struct gbm_bo *hdi_gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, in hdi_gbm_bo_create()
150 struct gbm_device *hdi_gbm_create_device(int fd) in hdi_gbm_create_device()
152 struct gbm_device *gbm = (struct gbm_device *)calloc(1, sizeof(struct gbm_device)); in hdi_gbm_create_device()
158 void hdi_gbm_device_destroy(struct gbm_device *gbm) in hdi_gbm_device_destroy()
H A Dhi_gbm_internal.h29 struct gbm_device { struct
34 struct gbm_device *gbm;
H A Ddisplay_gralloc_gbm.h29 struct gbm_device *gbmDevice;
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H A Dhi_gbm.h23 struct gbm_device;
87 struct gbm_device *hdi_gbm_create_device(int fd);
88 void hdi_gbm_device_destroy(struct gbm_device *gbm);
89 struct gbm_bo *hdi_gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height,
H A Dhi_gbm.cpp116 struct gbm_bo *hdi_gbm_bo_create(struct gbm_device *gbm, uint32_t width, uint32_t height, uint32_t format, in hdi_gbm_bo_create()
150 struct gbm_device *hdi_gbm_create_device(int fd) in hdi_gbm_create_device()
152 struct gbm_device *gbm = (struct gbm_device *)calloc(1, sizeof(struct gbm_device)); in hdi_gbm_create_device()
158 void hdi_gbm_device_destroy(struct gbm_device *gbm) in hdi_gbm_device_destroy()
H A Dhi_gbm_internal.h29 struct gbm_device { struct
34 struct gbm_device *gbm;
H A Ddisplay_gralloc_gbm.h29 struct gbm_device *gbmDevice;

Completed in 9 milliseconds

12