Searched refs:drm_dbg_func (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | allocator_drm.c | 31 #define drm_dbg_func(fmt, ...) drm_dbg(DRM_FUNCTION, fmt, ## __VA_ARGS__) macro 115 drm_dbg_func("dev %d handle %d flags %x get fd %d\n", fd, handle, dph.flags, *map_fd); in drm_handle_to_fd() 144 drm_dbg_func("dev %d alloc aligned %d flags %x|%x handle %d size %lld\n", fd, in drm_alloc() 222 drm_dbg_func("dev %d alloc alignment %d size %d\n", p->drm_device, in os_allocator_drm_alloc() 240 drm_dbg_func("dev %d get handle %d with fd %d\n", p->drm_device, in os_allocator_drm_alloc() 257 drm_dbg_func("enter dev %d fd %d\n", p->drm_device, fd_ext); in os_allocator_drm_import() 269 drm_dbg_func("leave dev %d fd %d -> %d\n", p->drm_device, fd_ext, data->fd); in os_allocator_drm_import() 285 drm_dbg_func("dev %d handle %p unmap %p fd %d size %d\n", p->drm_device, in os_allocator_drm_free() 314 drm_dbg_func("dev %d", p->drm_device); in os_allocator_drm_close() 350 drm_dbg_func("dev %d mmap fd %d to %p (%s)\n", p->drm_device, in os_allocator_drm_mmap()
|