19:42 Ermine: Hello, will you take a patch which inverts the meaning of mask in radeon's/amdgpu's WREG32_P macro? It will make it a bit more clear and seems like everything wants it, since it's called like WREG32_P(..., ~mask) everywhere
21:03 Ermine: While at it, radeon uses DRM_* macros for logging, and there's TODO task in kernel docs to convert those to drm_* functions. I can change those in radeon if you want it.