Subversion Repositories Kolibri OS

Rev

Rev 4104 | Rev 5060 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4104 Rev 4560
Line 30... Line 30...
30
 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
30
 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
31
 * DEALINGS IN THE SOFTWARE.
31
 * DEALINGS IN THE SOFTWARE.
32
 */
32
 */
Line 33... Line 33...
33
 
33
 
34
#include 
-
 
-
 
34
#include 
35
 
35
#include 
36
#include 
36
#include 
37
#include 
37
#include 
Line 38... Line 38...
38
#include 
38
#include 
Line 77... Line 77...
77
void drm_ut_debug_printk(unsigned int request_level,
77
void drm_ut_debug_printk(unsigned int request_level,
78
			 const char *prefix,
78
			 const char *prefix,
79
			 const char *function_name,
79
			 const char *function_name,
80
			 const char *format, ...)
80
			 const char *format, ...)
81
{
81
{
-
 
82
	struct va_format vaf;
82
	va_list args;
83
	va_list args;
Line 83... Line 84...
83
 
84
 
84
//   if (drm_debug & request_level) {
85
//   if (drm_debug & request_level) {
85
//       if (function_name)
86
//       if (function_name)