parent
4f8f02a192
commit
6c9715eaf5
|
@ -280,8 +280,12 @@ static device_method_t DRM(methods)[] = {
|
|||
{ 0, 0 }
|
||||
};
|
||||
|
||||
#ifndef DRM_DEV_NAME
|
||||
#define DRM_DEV_NAME "drm"
|
||||
#endif
|
||||
|
||||
static driver_t DRM(driver) = {
|
||||
"drm",
|
||||
DRM_DEV_NAME,
|
||||
DRM(methods),
|
||||
sizeof(drm_device_t),
|
||||
};
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#define DRM_DEV_NAME "drmsub"
|
||||
|
||||
#include "i915.h"
|
||||
#include "drmP.h"
|
||||
#include "drm.h"
|
||||
|
|
|
@ -280,8 +280,12 @@ static device_method_t DRM(methods)[] = {
|
|||
{ 0, 0 }
|
||||
};
|
||||
|
||||
#ifndef DRM_DEV_NAME
|
||||
#define DRM_DEV_NAME "drm"
|
||||
#endif
|
||||
|
||||
static driver_t DRM(driver) = {
|
||||
"drm",
|
||||
DRM_DEV_NAME,
|
||||
DRM(methods),
|
||||
sizeof(drm_device_t),
|
||||
};
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#define DRM_DEV_NAME "drmsub"
|
||||
|
||||
#include "i915.h"
|
||||
#include "drmP.h"
|
||||
#include "drm.h"
|
||||
|
|
Loading…
Reference in New Issue