debug.h (e39c5add322184de3be052d438dfd24375bfeaea) | debug.h (04d348ae3f0aea6523bc3b0688b5fc90c1c60d0e) |
---|---|
1/* 2 * Copyright(c) 2011-2016 Intel Corporation. All rights reserved. 3 * 4 * Permission is hereby granted, free of charge, to any person obtaining a 5 * copy of this software and associated documentation files (the "Software"), 6 * to deal in the Software without restriction, including without limitation 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 8 * and/or sell copies of the Software, and to permit persons to whom the --- 25 unchanged lines hidden (view full) --- 34 DRM_DEBUG_DRIVER("gvt: irq: "fmt, ##args) 35 36#define gvt_dbg_mm(fmt, args...) \ 37 DRM_DEBUG_DRIVER("gvt: mm: "fmt, ##args) 38 39#define gvt_dbg_mmio(fmt, args...) \ 40 DRM_DEBUG_DRIVER("gvt: mmio: "fmt, ##args) 41 | 1/* 2 * Copyright(c) 2011-2016 Intel Corporation. All rights reserved. 3 * 4 * Permission is hereby granted, free of charge, to any person obtaining a 5 * copy of this software and associated documentation files (the "Software"), 6 * to deal in the Software without restriction, including without limitation 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 8 * and/or sell copies of the Software, and to permit persons to whom the --- 25 unchanged lines hidden (view full) --- 34 DRM_DEBUG_DRIVER("gvt: irq: "fmt, ##args) 35 36#define gvt_dbg_mm(fmt, args...) \ 37 DRM_DEBUG_DRIVER("gvt: mm: "fmt, ##args) 38 39#define gvt_dbg_mmio(fmt, args...) \ 40 DRM_DEBUG_DRIVER("gvt: mmio: "fmt, ##args) 41 |
42#define gvt_dbg_dpy(fmt, args...) \ 43 DRM_DEBUG_DRIVER("gvt: dpy: "fmt, ##args) 44 |
|
42#endif | 45#endif |