Home
last modified time | relevance | path

Searched refs:g2d_open (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/exynos/
Dexynos_drm_g2d.h15 extern int g2d_open(struct drm_device *drm_dev, struct drm_file *file);
37 static inline int g2d_open(struct drm_device *drm_dev, struct drm_file *file) in g2d_open() function
Dexynos_drm_drv.c58 ret = g2d_open(dev, file); in exynos_drm_open()
Dexynos_drm_g2d.c1348 int g2d_open(struct drm_device *drm_dev, struct drm_file *file) in g2d_open() function
/linux-6.6.21/drivers/media/platform/samsung/s5p-g2d/
Dg2d.c233 static int g2d_open(struct file *file) in g2d_open() function
575 .open = g2d_open,