unifdef -U__linux__ -U__FreeBSD__. No functional change intended.
This commit is contained in:
parent
9a9564f94d
commit
153bc7928e
17
sys/external/bsd/drm/dist/shared-core/i915_drv.h
vendored
17
sys/external/bsd/drm/dist/shared-core/i915_drv.h
vendored
@ -232,9 +232,6 @@ typedef struct drm_i915_private {
|
||||
u8 saveDACDATA[256*3]; /* 256 3-byte colors */
|
||||
u8 saveCR[37];
|
||||
struct {
|
||||
#ifdef __linux__
|
||||
struct drm_mm gtt_space;
|
||||
#endif
|
||||
/**
|
||||
* List of objects currently involved in rendering from the
|
||||
* ringbuffer.
|
||||
@ -267,16 +264,6 @@ typedef struct drm_i915_private {
|
||||
* outstanding.
|
||||
*/
|
||||
struct list_head request_list;
|
||||
#ifdef __linux__
|
||||
/**
|
||||
* We leave the user IRQ off as much as possible,
|
||||
* but this means that requests will finish and never
|
||||
* be retired once the system goes idle. Set a timer to
|
||||
* fire periodically while the ring is running. When it
|
||||
* fires, go retire requests.
|
||||
*/
|
||||
struct delayed_work retire_work;
|
||||
#endif
|
||||
uint32_t next_gem_seqno;
|
||||
|
||||
/**
|
||||
@ -556,10 +543,6 @@ extern void opregion_enable_asle(struct drm_device *dev);
|
||||
LOCK_TEST_WITH_RETURN(dev, file_priv); \
|
||||
} while (0)
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
typedef boolean_t bool;
|
||||
#endif
|
||||
|
||||
#define I915_READ(reg) DRM_READ32(dev_priv->mmio_map, (reg))
|
||||
#define I915_WRITE(reg,val) DRM_WRITE32(dev_priv->mmio_map, (reg), (val))
|
||||
#define I915_READ16(reg) DRM_READ16(dev_priv->mmio_map, (reg))
|
||||
|
Loading…
Reference in New Issue
Block a user