dev.h (f63e4f7d4179c9157c51bbe82af7c8f6b5fb39dd) dev.h (8474b02531c4881a762c52ef869c52429e38633f)
1/*
2 * Copyright (c) 2012-2015, NVIDIA Corporation.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License,
6 * version 2, as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope it will be useful, but WITHOUT

--- 115 unchanged lines hidden (view full) ---

124 const struct host1x_channel_ops *channel_op;
125 const struct host1x_cdma_ops *cdma_op;
126 const struct host1x_pushbuffer_ops *cdma_pb_op;
127 const struct host1x_debug_ops *debug_op;
128
129 struct host1x_syncpt *nop_sp;
130
131 struct mutex syncpt_mutex;
1/*
2 * Copyright (c) 2012-2015, NVIDIA Corporation.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License,
6 * version 2, as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope it will be useful, but WITHOUT

--- 115 unchanged lines hidden (view full) ---

124 const struct host1x_channel_ops *channel_op;
125 const struct host1x_cdma_ops *cdma_op;
126 const struct host1x_pushbuffer_ops *cdma_pb_op;
127 const struct host1x_debug_ops *debug_op;
128
129 struct host1x_syncpt *nop_sp;
130
131 struct mutex syncpt_mutex;
132 struct mutex chlist_mutex;
133 struct host1x_channel chlist;
134 unsigned long allocated_channels;
135 unsigned int num_allocated_channels;
136
132
133 struct host1x_channel_list channel_list;
134
137 struct dentry *debugfs;
138
139 struct mutex devices_lock;
140 struct list_head devices;
141
142 struct list_head list;
143};
144

--- 177 unchanged lines hidden ---
135 struct dentry *debugfs;
136
137 struct mutex devices_lock;
138 struct list_head devices;
139
140 struct list_head list;
141};
142

--- 177 unchanged lines hidden ---