Reorder the DRM_*_AGP enums to match linux and what our code expects, fixing
i915 attachment. Submitted by: Jonathan Fosburgh <jonathan@fosburgh.org>
This commit is contained in:
parent
572a2b3303
commit
a3f4c74951
@ -220,8 +220,8 @@ typedef void irqreturn_t;
|
||||
|
||||
enum {
|
||||
DRM_IS_NOT_AGP,
|
||||
DRM_MIGHT_BE_AGP,
|
||||
DRM_IS_AGP
|
||||
DRM_IS_AGP,
|
||||
DRM_MIGHT_BE_AGP
|
||||
};
|
||||
#define DRM_AGP_MEM struct agp_memory_info
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user