HomeSort by: relevance | last modified time | path
    Searched defs:debug_depth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atom.c 94 static int debug_depth = 0; variable in typeref:typename:int
104 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
1236 debug_depth++;
1259 debug_depth--;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atom.c 97 static int debug_depth = 0; variable in typeref:typename:int
115 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
1201 debug_depth++;
1224 debug_depth--;

Completed in 49 milliseconds