Searched refs:IS_HASWELL (Results 1 - 12 of 12) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_pm.c254 if (IS_HASWELL(dev))
512 if (INTEL_INFO(dev)->gen <= 7 && !IS_HASWELL(dev))
541 if ((IS_I915GM(dev) || IS_I945GM(dev) || IS_HASWELL(dev)) &&
3068 if (IS_HASWELL(dev))
3200 if (IS_HASWELL(dev)) {
3276 if (!IS_HASWELL(dev)) {
3294 if (IS_HASWELL(dev)) {
3325 (IS_HASWELL(dev) ? GEN7_RP_DOWN_IDLE_AVG : GEN6_RP_DOWN_IDLE_CONT));
3401 if (IS_HASWELL(dev)) {
4151 if (IS_HASWELL(dev_pri
[all...]
H A Di915_gem_gtt.c264 if (IS_HASWELL(dev)) {
360 if (IS_HASWELL(dev)) {
1097 if (IS_HASWELL(dev)) {
H A Di915_drv.h1457 #define IS_HASWELL(dev) (INTEL_INFO(dev)->is_haswell) macro
1459 #define IS_ULT(dev) (IS_HASWELL(dev) && \
1513 #define HAS_POWER_WELL(dev) (IS_HASWELL(dev))
1532 #define HAS_L3_GPU_CACHE(dev) (IS_IVYBRIDGE(dev) || IS_HASWELL(dev))
H A Di915_gem_context.c123 if (IS_HASWELL(dev))
H A Dintel_sprite.c262 if (IS_HASWELL(dev))
300 if (IS_HASWELL(dev))
H A Di915_drv.c460 WARN_ON(!IS_HASWELL(dev));
465 WARN_ON(!IS_HASWELL(dev));
H A Di915_irq.c1148 if (IS_HASWELL(dev) &&
1172 if (IS_HASWELL(dev)) {
1219 if (IS_HASWELL(dev))
1227 if (IS_HASWELL(dev)) {
3591 } else if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) {
H A Di915_dma.c1731 if (IS_HASWELL(dev))
1748 if (IS_HASWELL(dev))
H A Dintel_display.c2049 if (IS_HASWELL(dev)) {
3152 if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev))
3960 if (IS_HASWELL(dev)) {
4732 if (IS_HASWELL(dev) && cpu_transcoder == TRANSCODER_EDP &&
5198 if (IS_HASWELL(dev) && (dev->pci_device & 0xFF00) == 0x0C00)
6473 if (IS_HASWELL(dev))
6530 if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) {
9396 } else if (IS_HASWELL(dev)) {
10183 if (INTEL_INFO(dev)->gen <= 7 && !IS_HASWELL(dev))
10247 if (INTEL_INFO(dev)->gen <= 7 && !IS_HASWELL(de
[all...]
H A Dintel_hdmi.c807 else if (IS_HASWELL(dev))
H A Dintel_ringbuffer.c1826 if (IS_HASWELL(dev))
H A Di915_gem.c740 } else if (IS_GEN7(ring->dev) && !IS_HASWELL(ring->dev)) {
3556 if (IS_HASWELL(dev) && (I915_READ(0x120010) == 1))

Completed in 128 milliseconds