debug.h (04d348ae3f0aea6523bc3b0688b5fc90c1c60d0e) | debug.h (8453d674ae7e63f629a91fe4124df7a7dc9c74cd) |
---|---|
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 --- 28 unchanged lines hidden (view full) --- 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 | 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 --- 28 unchanged lines hidden (view full) --- 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 |
45#define gvt_dbg_el(fmt, args...) \ 46 DRM_DEBUG_DRIVER("gvt: el: "fmt, ##args) 47 |
|
45#endif | 48#endif |