Deleted Added
full compact
r300_reg.h (215034) r300_reg.h (218909)
1/**************************************************************************
2
3Copyright (C) 2004-2005 Nicolai Haehnle et al.
4
5Permission is hereby granted, free of charge, to any person obtaining a
6copy of this software and associated documentation files (the "Software"),
7to deal in the Software without restriction, including without limitation
8on the rights to use, copy, modify, merge, publish, distribute, sub

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

19THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
20DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
21OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
22USE OR OTHER DEALINGS IN THE SOFTWARE.
23
24**************************************************************************/
25
26#include <sys/cdefs.h>
1/**************************************************************************
2
3Copyright (C) 2004-2005 Nicolai Haehnle et al.
4
5Permission is hereby granted, free of charge, to any person obtaining a
6copy of this software and associated documentation files (the "Software"),
7to deal in the Software without restriction, including without limitation
8on the rights to use, copy, modify, merge, publish, distribute, sub

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

19THE AUTHOR(S) AND/OR THEIR SUPPLIERS BE LIABLE FOR ANY CLAIM,
20DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
21OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
22USE OR OTHER DEALINGS IN THE SOFTWARE.
23
24**************************************************************************/
25
26#include <sys/cdefs.h>
27__FBSDID("$FreeBSD: head/sys/dev/drm/r300_reg.h 215034 2010-11-09 10:59:09Z brucec $");
27__FBSDID("$FreeBSD: head/sys/dev/drm/r300_reg.h 218909 2011-02-21 09:01:34Z brucec $");
28
29/* *INDENT-OFF* */
30
31#ifndef _R300_REG_H
32#define _R300_REG_H
33
34#define R300_MC_INIT_MISC_LAT_TIMER 0x180
35# define R300_MC_MISC__MC_CPR_INIT_LAT_SHIFT 0

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

348 * where group of verts aren't visible. For some reason this "section"
349 * is sometimes accepted other instruction that have no relationship with
350 * position calculations.
351 */
352#define R300_VAP_PVS_CNTL_1 0x22D0
353# define R300_PVS_CNTL_1_PROGRAM_START_SHIFT 0
354# define R300_PVS_CNTL_1_POS_END_SHIFT 10
355# define R300_PVS_CNTL_1_PROGRAM_END_SHIFT 20
28
29/* *INDENT-OFF* */
30
31#ifndef _R300_REG_H
32#define _R300_REG_H
33
34#define R300_MC_INIT_MISC_LAT_TIMER 0x180
35# define R300_MC_MISC__MC_CPR_INIT_LAT_SHIFT 0

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

348 * where group of verts aren't visible. For some reason this "section"
349 * is sometimes accepted other instruction that have no relationship with
350 * position calculations.
351 */
352#define R300_VAP_PVS_CNTL_1 0x22D0
353# define R300_PVS_CNTL_1_PROGRAM_START_SHIFT 0
354# define R300_PVS_CNTL_1_POS_END_SHIFT 10
355# define R300_PVS_CNTL_1_PROGRAM_END_SHIFT 20
356/* Addresses are relative the the vertex program parameters area. */
356/* Addresses are relative the vertex program parameters area. */
357#define R300_VAP_PVS_CNTL_2 0x22D4
358# define R300_PVS_CNTL_2_PARAM_OFFSET_SHIFT 0
359# define R300_PVS_CNTL_2_PARAM_COUNT_SHIFT 16
360#define R300_VAP_PVS_CNTL_3 0x22D8
361# define R300_PVS_CNTL_3_PROGRAM_UNKNOWN_SHIFT 10
362# define R300_PVS_CNTL_3_PROGRAM_UNKNOWN2_SHIFT 0
363
364/* The entire range from 0x2300 to 0x2AC inclusive seems to be used for

--- 1422 unchanged lines hidden ---
357#define R300_VAP_PVS_CNTL_2 0x22D4
358# define R300_PVS_CNTL_2_PARAM_OFFSET_SHIFT 0
359# define R300_PVS_CNTL_2_PARAM_COUNT_SHIFT 16
360#define R300_VAP_PVS_CNTL_3 0x22D8
361# define R300_PVS_CNTL_3_PROGRAM_UNKNOWN_SHIFT 10
362# define R300_PVS_CNTL_3_PROGRAM_UNKNOWN2_SHIFT 0
363
364/* The entire range from 0x2300 to 0x2AC inclusive seems to be used for

--- 1422 unchanged lines hidden ---