fixed shared_info problem occuring with the 3D accelerant: the TVencoder list definition is now outside of the definition of shared_info. Greetings.. :-)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22244 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
Other authors:
|
Other authors:
|
||||||
Mark Watson;
|
Mark Watson;
|
||||||
Apsed;
|
Apsed;
|
||||||
Rudolf Cornelissen 10/2002-4/2006.
|
Rudolf Cornelissen 10/2002-9/2007.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DRIVERINTERFACE_H
|
#ifndef DRIVERINTERFACE_H
|
||||||
@@ -117,6 +117,27 @@ enum {
|
|||||||
NV40A
|
NV40A
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* card info - information gathered from PINS (and other sources) */
|
||||||
|
enum
|
||||||
|
{ // tv_encoder_type in order of capability (more or less)
|
||||||
|
NONE = 0,
|
||||||
|
CH7003,
|
||||||
|
CH7004,
|
||||||
|
CH7005,
|
||||||
|
CH7006,
|
||||||
|
CH7007,
|
||||||
|
CH7008,
|
||||||
|
SAA7102,
|
||||||
|
SAA7103,
|
||||||
|
SAA7104,
|
||||||
|
SAA7105,
|
||||||
|
BT868,
|
||||||
|
BT869,
|
||||||
|
CX25870,
|
||||||
|
CX25871,
|
||||||
|
NVIDIA
|
||||||
|
};
|
||||||
|
|
||||||
/* handles to pre-defined engine commands */
|
/* handles to pre-defined engine commands */
|
||||||
#define NV_ROP5_SOLID 0x00000000 /* 2D */
|
#define NV_ROP5_SOLID 0x00000000 /* 2D */
|
||||||
#define NV_IMAGE_BLACK_RECTANGLE 0x00000001 /* 2D/3D */
|
#define NV_IMAGE_BLACK_RECTANGLE 0x00000001 /* 2D/3D */
|
||||||
@@ -301,27 +322,6 @@ typedef struct {
|
|||||||
} threeD;
|
} threeD;
|
||||||
} engine;
|
} engine;
|
||||||
|
|
||||||
/* card info - information gathered from PINS (and other sources) */
|
|
||||||
enum
|
|
||||||
{ // tv_encoder_type in order of capability (more or less)
|
|
||||||
NONE = 0,
|
|
||||||
CH7003,
|
|
||||||
CH7004,
|
|
||||||
CH7005,
|
|
||||||
CH7006,
|
|
||||||
CH7007,
|
|
||||||
CH7008,
|
|
||||||
SAA7102,
|
|
||||||
SAA7103,
|
|
||||||
SAA7104,
|
|
||||||
SAA7105,
|
|
||||||
BT868,
|
|
||||||
BT869,
|
|
||||||
CX25870,
|
|
||||||
CX25871,
|
|
||||||
NVIDIA
|
|
||||||
};
|
|
||||||
|
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
/* specialised registers for card initialisation read from NV BIOS (pins) */
|
/* specialised registers for card initialisation read from NV BIOS (pins) */
|
||||||
|
|||||||
Reference in New Issue
Block a user