Searched refs:dumb_map_offset (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_dumb_buffers.c | 127 if (dev->driver->dumb_map_offset) in drm_mode_mmap_dumb_ioctl() 128 return dev->driver->dumb_map_offset(file_priv, dev, in drm_mode_mmap_dumb_ioctl()
|
| /linux-6.15/include/drm/ |
| H A D | drm_gem_vram_helper.h | 149 .dumb_map_offset = drm_gem_ttm_dumb_map_offset
|
| H A D | drm_drv.h | 368 int (*dumb_map_offset)(struct drm_file *file_priv, member
|
| /linux-6.15/drivers/gpu/drm/qxl/ |
| H A D | qxl_drv.c | 292 .dumb_map_offset = drm_gem_ttm_dumb_map_offset,
|
| /linux-6.15/drivers/gpu/drm/hisilicon/hibmc/ |
| H A D | hibmc_drm_drv.c | 69 .dumb_map_offset = drm_gem_ttm_dumb_map_offset,
|
| /linux-6.15/drivers/gpu/drm/loongson/ |
| H A D | lsdc_drv.c | 47 .dumb_map_offset = lsdc_dumb_map_offset,
|
| /linux-6.15/drivers/gpu/drm/radeon/ |
| H A D | radeon_drv.c | 597 .dumb_map_offset = radeon_mode_dumb_mmap,
|
| /linux-6.15/drivers/gpu/drm/omapdrm/ |
| H A D | omap_drv.c | 648 .dumb_map_offset = omap_gem_dumb_map_offset,
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_drv.c | 2956 .dumb_map_offset = amdgpu_mode_dumb_mmap, 2982 .dumb_map_offset = amdgpu_mode_dumb_mmap,
|
| /linux-6.15/drivers/gpu/drm/msm/ |
| H A D | msm_drv.c | 902 .dumb_map_offset = msm_gem_dumb_map_offset,
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_device.c | 374 .dumb_map_offset = drm_gem_ttm_dumb_map_offset,
|
| /linux-6.15/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_drm.c | 1338 .dumb_map_offset = drm_gem_ttm_dumb_map_offset,
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_driver.c | 1810 .dumb_map_offset = i915_gem_dumb_mmap_offset,
|
| /linux-6.15/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_drv.c | 1623 .dumb_map_offset = drm_gem_ttm_dumb_map_offset,
|
| /linux-6.15/Documentation/gpu/ |
| H A D | todo.rst | 32 Remove custom dumb_map_offset implementations
|