Subversion Repositories Kolibri OS

Rev

Rev 1964 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1964 Rev 2161
Line 909... Line 909...
909
#define RADEON_INFO_WANT_CMASK		0x08 /* get access to CMASK on r300 */
909
#define RADEON_INFO_WANT_CMASK		0x08 /* get access to CMASK on r300 */
910
#define RADEON_INFO_CLOCK_CRYSTAL_FREQ	0x09 /* clock crystal frequency */
910
#define RADEON_INFO_CLOCK_CRYSTAL_FREQ	0x09 /* clock crystal frequency */
911
#define RADEON_INFO_NUM_BACKENDS	0x0a /* DB/backends for r600+ - need for OQ */
911
#define RADEON_INFO_NUM_BACKENDS	0x0a /* DB/backends for r600+ - need for OQ */
912
#define RADEON_INFO_NUM_TILE_PIPES	0x0b /* tile pipes for r600+ */
912
#define RADEON_INFO_NUM_TILE_PIPES	0x0b /* tile pipes for r600+ */
913
#define RADEON_INFO_FUSION_GART_WORKING	0x0c /* fusion writes to GTT were broken before this */
913
#define RADEON_INFO_FUSION_GART_WORKING	0x0c /* fusion writes to GTT were broken before this */
-
 
914
#define RADEON_INFO_BACKEND_MAP		0x0d /* pipe to backend map, needed by mesa */
Line 914... Line 915...
914
 
915
 
915
struct drm_radeon_info {
916
struct drm_radeon_info {
916
	uint32_t		request;
917
	uint32_t		request;
917
	uint32_t		pad;
918
	uint32_t		pad;