Home
last modified time | relevance | path

Searched refs:__FUNCTION__ (Results 1 – 5 of 5) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Ddvo_ns2501.c107 DRM_DEBUG_KMS("%s: Trying to re-enable the DVO\n", __FUNCTION__); in enable_dvo()
288 __FUNCTION__, mode->hdisplay, mode->htotal, mode->vdisplay, in ns2501_mode_valid()
316 __FUNCTION__, mode->hdisplay, mode->htotal, mode->vdisplay, in ns2501_mode_set()
332 __FUNCTION__); in ns2501_mode_set()
396 __FUNCTION__); in ns2501_mode_set()
461 __FUNCTION__); in ns2501_mode_set()
526 __FUNCTION__, enable); in ns2501_dpms()
/gfx-drm/usr/src/uts/intel/io/radeon/
H A Dradeon_irq.c163 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_driver_vblank_do_wait()
224 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_irq_emit()
265 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_irq_wait()
H A Dradeon_mem.c250 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_mem_alloc()
306 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_mem_free()
337 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_mem_init_heap()
H A Dradeon_state.c1482 __FUNCTION__, in radeon_cp_dispatch_flip()
2179 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_surface_alloc()
2199 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_surface_free()
2353 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_cp_vertex()
2442 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_cp_indices()
2636 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_cp_indirect()
2713 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_cp_vertex2()
3038 DRM_DEBUG("%s: %x\n", __FUNCTION__, flags); in radeon_emit_wait()
3078 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_cp_cmdbuf()
3258 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_cp_getparam()
[all …]
/gfx-drm/usr/src/uts/common/drm/
H A DdrmP.h79 #if !defined(__FUNCTION__)
81 #define __FUNCTION__ __func__ macro
83 #define __FUNCTION__ " " macro