Subversion Repositories Kolibri OS

Rev

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

Rev 3192 Rev 3243
Line 58... Line 58...
58
//#include 
58
//#include 
59
//#include 
59
//#include 
60
//#include 
60
//#include 
61
#include 
61
#include 
62
#include 
62
#include 
-
 
63
#include  
63
//#include     /* For (un)lock_kernel */
64
//#include     /* For (un)lock_kernel */
64
//#include 
65
//#include 
65
//#include 
66
//#include 
66
//#include 
67
//#include 
67
#include 
68
#include 
Line 168... Line 169...
168
 
169
 
169
/***********************************************************************/
170
/***********************************************************************/
170
/** \name Begin the DRM... */
171
/** \name Begin the DRM... */
Line 171... Line 172...
171
/*@{*/
172
/*@{*/
172
 
173
 
Line 173... Line 174...
173
#define DRM_DEBUG_CODE 2   /**< Include debugging code if > 1, then
174
#define DRM_DEBUG_CODE 0   /**< Include debugging code if > 1, then
174
				     also include looping detection. */
175
				     also include looping detection. */
175
 
176
 
Line 963... Line 964...
963
	struct list_head device_list;
964
	struct list_head device_list;
964
};
965
};
Line 965... Line 966...
965
 
966
 
Line -... Line 967...
-
 
967
#endif
-
 
968
 
-
 
969
#define DRM_IRQ_ARGS            int irq, void *arg 
-
 
970
 
-
 
971
struct drm_driver {
-
 
972
    irqreturn_t (*irq_handler) (DRM_IRQ_ARGS);
-
 
973
    void (*irq_preinstall) (struct drm_device *dev);
-
 
974
    int (*irq_postinstall) (struct drm_device *dev);
-
 
975
}; 
966
#endif
976
 
967
 
977
 
968
#define DRM_MINOR_UNASSIGNED 0
978
#define DRM_MINOR_UNASSIGNED 0
969
#define DRM_MINOR_LEGACY 1
979
#define DRM_MINOR_LEGACY 1
Line 1170... Line 1180...
1170
	void *mm_private;
1180
	void *mm_private;
1171
    struct address_space *dev_mapping;
1181
    struct address_space *dev_mapping;
1172
//   struct drm_sigdata sigdata;    /**< For block_all_signals */
1182
//   struct drm_sigdata sigdata;    /**< For block_all_signals */
1173
//   sigset_t sigmask;
1183
//   sigset_t sigmask;
Line 1174... Line 1184...
1174
 
1184
 
1175
//   struct drm_driver *driver;
1185
	struct drm_driver *driver;
1176
//   struct drm_local_map *agp_buffer_map;
1186
//   struct drm_local_map *agp_buffer_map;
1177
//   unsigned int agp_buffer_token;
1187
//   unsigned int agp_buffer_token;
1178
//   struct drm_minor *control;      /**< Control node for card */
1188
//   struct drm_minor *control;      /**< Control node for card */