Home
last modified time | relevance | path

Searched refs:IS_ERR_OR_NULL (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/sys/external/bsd/drm2/dist/drm/xen/
H A Dxen_drm_front_gem.c91 if (IS_ERR_OR_NULL(xen_obj)) in gem_create()
125 if (IS_ERR_OR_NULL(xen_obj->pages)) { in gem_create()
144 if (IS_ERR_OR_NULL(xen_obj)) in xen_drm_front_gem_create()
202 if (IS_ERR_OR_NULL(xen_obj)) in xen_drm_front_gem_import_sg_table()
H A Dxen_drm_front_kms.c68 if (IS_ERR_OR_NULL(fb)) in fb_create()
H A Dxen_drm_front.c408 if (IS_ERR_OR_NULL(obj)) { in xen_drm_drv_dumb_create()
/netbsd-src/sys/external/bsd/common/include/linux/
H A Derr.h70 IS_ERR_OR_NULL(const void *ptr) in IS_ERR_OR_NULL() function
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Ddebug.h34 if (IS_ERR_OR_NULL(vgpu)) \
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_phys.c391 if (!IS_ERR_OR_NULL(pages)) { in i915_gem_object_attach_phys()
400 if (!IS_ERR_OR_NULL(pages)) { in i915_gem_object_attach_phys()
H A Di915_gem_object.h316 return !IS_ERR_OR_NULL(READ_ONCE(obj->mm.pages)); in i915_gem_object_has_pages()
H A Di915_gem_pages.c203 if (IS_ERR_OR_NULL(pages)) in __i915_gem_object_unset_pages()
H A Di915_gem_context.c1811 if (IS_ERR_OR_NULL(e)) { in get_engines()
2050 if (IS_ERR_OR_NULL(clone->engines[n])) { in clone_engines()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_sw_fence.c738 if (!IS_ERR_OR_NULL(timeout)) in test_dma_fence()
740 if (!IS_ERR_OR_NULL(not)) in test_dma_fence()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_connector.c104 if (!IS_ERR_OR_NULL(intel_connector->edid)) in intel_connector_destroy()
H A Dintel_lvds.c471 if (!IS_ERR_OR_NULL(intel_connector->edid)) in intel_lvds_get_modes()
H A Dintel_dsi_vbt.c339 if (IS_ERR_OR_NULL(gpio_desc)) { in bxt_exec_gpio()
/netbsd-src/sys/external/bsd/drm2/dist/drm/scheduler/
H A Dsched_main.c541 if (IS_ERR_OR_NULL(fence)) { in drm_sched_resubmit_jobs()
800 if (!IS_ERR_OR_NULL(fence)) { in drm_sched_main()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_engine_pm.c40 if (!IS_ERR_OR_NULL(map)) in __engine_unpark()
/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_coreintr.c468 if (!IS_ERR_OR_NULL(hsotg->uphy)) in dwc2_handle_usb_suspend_intr()
/netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_page_alloc_dma.c922 if (IS_ERR_OR_NULL(pool)) in ttm_dma_populate()
959 if (IS_ERR_OR_NULL(pool)) in ttm_dma_populate()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
H A Di915_gem_context.c386 if (IS_ERR_OR_NULL(data[n].tsk)) in live_parallel_switch()
603 if (IS_ERR_OR_NULL(q[i])) in throttle_release()
615 if (!IS_ERR_OR_NULL(q[0])) { in throttle()
H A Di915_gem_object_blt.c499 if (IS_ERR_OR_NULL(tsk[i])) in igt_threaded_blt()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_cmd_parser.c1492 if (!IS_ERR_OR_NULL(jump_whitelist)) in intel_engine_cmd_parser()
1551 if (!IS_ERR_OR_NULL(jump_whitelist)) in intel_engine_cmd_parser()
H A Di915_gpu_error.c1867 if (IS_ERR_OR_NULL(error)) in i915_error_state_store()
1927 if (!IS_ERR_OR_NULL(error)) in i915_first_error_state()
1944 if (!IS_ERR_OR_NULL(error)) in i915_reset_error_state()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.h37 #define NVKM_VMM_PDE_INVALID(pde) IS_ERR_OR_NULL(pde)
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_fifo.c448 if (IS_ERR_OR_NULL(ret)) in vmw_fifo_reserve_dx()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_gem.c329 if (IS_ERR_OR_NULL(obj)) in drm_gem_handle_delete()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_debugfs.c934 if (!i && !IS_ERR_OR_NULL(ent)) in amdgpu_debugfs_regs_init()

12