Skip to content
  • Pauli Nieminen's avatar
    radeon: Add common debugging functions. · f9a4a0a9
    Pauli Nieminen authored
    These function are aiming to make it very simple to add and keep large amount
    of debugging code without having runtime impact in relase builds. Basic idea
    is to expose simple printf style debugging functions that are inlined.
    
    Level parameter will be evalueted in compile time so compiler can optimise
    some of debugging functions out if compile time request for debug level is too
    tight.
    f9a4a0a9