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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atom.c 97 static void debug_print_spaces(int n) function in typeref:typename:void
104 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
amdgpu_atom.c 97 static void debug_print_spaces(int n) function in typeref:typename:void
104 #define SDEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atom.c 99 static void debug_print_spaces(int n) function in typeref:typename:void
115 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)
radeon_atom.c 99 static void debug_print_spaces(int n) function in typeref:typename:void
115 #define SDEBUG(...) do if (atom_debug) { printk(KERN_DEBUG); debug_print_spaces(debug_depth); printk(__VA_ARGS__); } while (0)

Completed in 28 milliseconds