Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6934 → Rev 6935

/drivers/video/drm/i915/i915_drv.h
1173,7 → 1173,7
struct intel_rps_client semaphores, mmioflips;
 
/* manual wa residency calculations */
struct intel_rps_ei up_ei, down_ei;
struct intel_rps_ei ei;
 
/*
* Protects RPS/RC6 register access and PCU communication.
2158,10 → 2158,6
/** Record of address bit 17 of each page at last unbind. */
unsigned long *bit_17;
 
union {
/** for phy allocated objects */
struct drm_dma_handle *phys_handle;
 
struct i915_gem_userptr {
uintptr_t ptr;
unsigned read_only :1;
2172,8 → 2168,10
struct i915_mmu_object *mmu_object;
struct work_struct *work;
} userptr;
 
/** for phys allocated objects */
struct drm_dma_handle *phys_handle;
};
};
#define to_intel_bo(x) container_of(x, struct drm_i915_gem_object, base)
 
void i915_gem_track_fb(struct drm_i915_gem_object *old,
3324,6 → 3322,9
}
extern void intel_i2c_reset(struct drm_device *dev);
 
/* intel_bios.c */
bool intel_bios_is_port_present(struct drm_i915_private *dev_priv, enum port port);
 
/* intel_opregion.c */
#ifdef CONFIG_ACPI
extern int intel_opregion_setup(struct drm_device *dev);