mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-04 02:38:02 +02:00
bring over fix from i865-agp branch, it now probes the driver, X hangs
box..
This commit is contained in:
parent
4f8f02a192
commit
6c9715eaf5
4 changed files with 14 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue