drm_print.c (8dd06ef34b6e2f41b29fbf5fc1663780f2524285) | drm_print.c (c0891ac15f0428ffa81b2e818d416bdf3cb74ab6) |
---|---|
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 --- 11 unchanged lines hidden (view full) --- 20 * OTHER DEALINGS IN THE SOFTWARE. 21 * 22 * Authors: 23 * Rob Clark <robdclark@gmail.com> 24 */ 25 26#define DEBUG /* for pr_debug() */ 27 | 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 --- 11 unchanged lines hidden (view full) --- 20 * OTHER DEALINGS IN THE SOFTWARE. 21 * 22 * Authors: 23 * Rob Clark <robdclark@gmail.com> 24 */ 25 26#define DEBUG /* for pr_debug() */ 27 |
28#include <stdarg.h> | 28#include <linux/stdarg.h> |
29 30#include <linux/io.h> 31#include <linux/moduleparam.h> 32#include <linux/seq_file.h> 33#include <linux/slab.h> 34 35#include <drm/drm.h> 36#include <drm/drm_drv.h> --- 308 unchanged lines hidden --- | 29 30#include <linux/io.h> 31#include <linux/moduleparam.h> 32#include <linux/seq_file.h> 33#include <linux/slab.h> 34 35#include <drm/drm.h> 36#include <drm/drm_drv.h> --- 308 unchanged lines hidden --- |