Searched refs:drm_open (Results 1 – 13 of 13) sorted by relevance
| /linux/include/drm/ |
| A D | drm_gem_dma_helper.h | 262 .open = drm_open,\
|
| A D | drm_file.h | 442 int drm_open(struct inode *inode, struct file *filp);
|
| A D | drm_gem.h | 443 .open = drm_open,\
|
| /linux/drivers/gpu/drm/ |
| A D | drm_file.c | 352 int drm_open(struct inode *inode, struct file *filp) in drm_open() function 387 EXPORT_SYMBOL(drm_open);
|
| /linux/drivers/gpu/drm/gma500/ |
| A D | psb_drv.c | 494 .open = drm_open,
|
| /linux/drivers/gpu/drm/radeon/ |
| A D | radeon_drv.c | 524 .open = drm_open,
|
| /linux/drivers/gpu/drm/xe/ |
| A D | xe_device.c | 234 .open = drm_open,
|
| /linux/drivers/gpu/drm/panthor/ |
| A D | panthor_drv.c | 1378 .open = drm_open,
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_driver.c | 1667 .open = drm_open,
|
| /linux/drivers/gpu/drm/tegra/ |
| A D | drm.c | 796 .open = drm_open,
|
| /linux/drivers/gpu/drm/nouveau/ |
| A D | nouveau_drm.c | 1285 .open = drm_open,
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | vmwgfx_drv.c | 1602 .open = drm_open,
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_drv.c | 2922 .open = drm_open,
|
Completed in 40 milliseconds