Home
last modified time | relevance | path

Searched refs:IS_GEN2 (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_tiling.c139 } else if (IS_GEN2(dev)) { in i915_gem_detect_bit_6_swizzle()
240 if (IS_GEN2(dev) || in i915_tiling_ok()
Dintel_crt.c291 if (IS_GEN2(dev)) in intel_crt_mode_valid()
581 if (!IS_GEN2(dev)) { in intel_crt_load_detect()
883 if (IS_GEN2(dev)) in intel_crt_init()
Dintel_overlay.c515 if (IS_GEN2(dev)) { in calc_swidthsw()
523 if (!IS_GEN2(dev)) in calc_swidthsw()
1280 if (!IS_GEN2(dev)) { in intel_overlay_attrs()
1312 if (IS_GEN2(dev)) in intel_overlay_attrs()
Di915_irq.c625 if (IS_GEN2(dev)) in __intel_get_crtc_scanline()
684 if (IS_GEN2(dev) || IS_G4X(dev) || INTEL_INFO(dev)->gen >= 5) { in i915_get_crtc_scanoutpos()
746 if (IS_GEN2(dev) || IS_G4X(dev) || INTEL_INFO(dev)->gen >= 5) { in i915_get_crtc_scanoutpos()
2440 if (!IS_GEN2(dev)) { in i915_report_and_clear_eir()
2808 if (IS_GEN2(dev)) in ring_stuck()
4245 if (IS_GEN2(dev_priv)) { in intel_irq_init()
4261 if (!IS_GEN2(dev_priv)) in intel_irq_init()
Di915_gpu_error.c779 if (IS_GEN3(dev) || IS_GEN2(dev)) { in i915_gem_record_fences()
1217 } else if (IS_GEN2(dev)) { in i915_capture_reg_state()
1375 if (IS_GEN2(dev) || IS_GEN3(dev)) in i915_get_extra_instdone()
Di915_dma.c806 mmio_bar = IS_GEN2(dev) ? 1 : 0; in i915_driver_load()
852 if (IS_GEN2(dev)) in i915_driver_load()
Dintel_ringbuffer.c540 if (!IS_GEN2(ring->dev)) { in stop_ring()
557 if (!IS_GEN2(ring->dev)) { in stop_ring()
2043 WARN_ON(!IS_GEN2(ring->dev) && (I915_READ_MODE(ring) & MODE_IDLE) == 0); in intel_cleanup_ring_buffer()
2580 if (IS_GEN2(dev)) { in intel_init_render_ring_buffer()
Dintel_fbc.c87 if (IS_GEN2(dev)) in i8xx_fbc_enable()
Dintel_display.c527 } else if (!IS_GEN2(dev)) { in intel_limit()
993 if (IS_GEN2(dev)) in pipe_dsl_stopped()
2279 tile_height = IS_GEN2(dev) ? 16 : 8; in intel_tile_height()
3090 if (IS_GEN2(dev)) in intel_prepare_reset()
3121 if (IS_GEN2(dev)) in intel_finish_reset()
5371 if (!IS_GEN2(dev)) in i9xx_crtc_enable()
5402 if (IS_GEN2(dev)) in i9xx_crtc_enable()
5441 if (IS_GEN2(dev)) in i9xx_crtc_disable()
5487 if (!IS_GEN2(dev)) in i9xx_crtc_disable()
6044 } else if (!IS_GEN2(dev)) { in i9xx_get_refclk()
[all …]
Dintel_panel.c888 if (IS_GEN2(dev)) in i9xx_enable_backlight()
1215 if (IS_GEN2(dev) || IS_I915GM(dev) || IS_I945GM(dev)) in i9xx_setup_backlight()
Di915_drv.h2340 #define IS_GEN2(dev) (INTEL_INFO(dev)->gen == 2) macro
2385 #define HAS_128_BYTE_Y_TILING(dev) (!IS_GEN2(dev) && !(IS_I915G(dev) || \
2387 #define SUPPORTS_DIGITAL_OUTPUTS(dev) (!IS_GEN2(dev) && !IS_PINEVIEW(dev))
Dintel_pm.c1271 else if (!IS_GEN2(dev)) in i9xx_update_wm()
1281 if (IS_GEN2(dev)) in i9xx_update_wm()
1295 if (IS_GEN2(dev)) in i9xx_update_wm()
1303 if (IS_GEN2(dev)) in i9xx_update_wm()
6613 } else if (IS_GEN2(dev)) { in intel_init_pm()
Di915_gem.c3211 if (IS_GEN2(dev)) in i915_gem_write_fence()
4717 } else if (IS_GEN2(dev)) { in init_unused_rings()
Di915_debugfs.c3616 if (IS_GEN2(dev)) in pipe_crc_set_source()