Lines Matching full:software
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
12 * all copies or substantial portions of the Software.
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20 * OTHER DEALINGS IN THE SOFTWARE.
34 * struct amdgpu_mux_entry - the entry recording software rings copying information.
35 * @ring: the pointer to the software ring.
39 * @sw_rptr: the read pointer in software ring.
40 * @sw_wptr: the write pointer in software ring.
74 /*the lock for copy data from different software rings*/
88 * @start:- start location on the software ring.
89 * @end:- end location on the software ring.