drm_print.h (b7e1e969c887c897947fdc3754fe9b0c24acb155) | drm_print.h (33d5ae6cacf46a043578d711ae7239bab55b4455) |
---|---|
1/* 2 * Copyright (C) 2016 Red Hat 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 --- 16 unchanged lines hidden (view full) --- 25 26#ifndef DRM_PRINT_H_ 27#define DRM_PRINT_H_ 28 29#include <linux/compiler.h> 30#include <linux/printk.h> 31#include <linux/seq_file.h> 32#include <linux/device.h> | 1/* 2 * Copyright (C) 2016 Red Hat 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 --- 16 unchanged lines hidden (view full) --- 25 26#ifndef DRM_PRINT_H_ 27#define DRM_PRINT_H_ 28 29#include <linux/compiler.h> 30#include <linux/printk.h> 31#include <linux/seq_file.h> 32#include <linux/device.h> |
33#include <linux/debugfs.h> | |
34#include <linux/dynamic_debug.h> 35 36#include <drm/drm.h> 37 | 33#include <linux/dynamic_debug.h> 34 35#include <drm/drm.h> 36 |
37struct debugfs_regset32; |
|
38struct drm_device; 39 40/* Do *not* use outside of drm_print.[ch]! */ 41extern unsigned long __drm_debug; 42 43/** 44 * DOC: print 45 * --- 607 unchanged lines hidden --- | 38struct drm_device; 39 40/* Do *not* use outside of drm_print.[ch]! */ 41extern unsigned long __drm_debug; 42 43/** 44 * DOC: print 45 * --- 607 unchanged lines hidden --- |