Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_gem_tiling.c128 } else if (IS_GEN2(dev)) { in i915_gem_detect_bit_6_swizzle()
220 if (IS_GEN2(dev) || in i915_tiling_ok()
Dintel_crt.c290 if (IS_GEN2(dev)) in intel_crt_mode_valid()
580 if (!IS_GEN2(dev)) { in intel_crt_load_detect()
877 if (IS_GEN2(dev)) in intel_crt_init()
Dintel_overlay.c495 if (IS_GEN2(dev)) { in calc_swidthsw()
503 if (!IS_GEN2(dev)) in calc_swidthsw()
1261 if (!IS_GEN2(dev)) { in intel_overlay_attrs()
1293 if (IS_GEN2(dev)) in intel_overlay_attrs()
Di915_ums.c107 if (IS_GEN2(dev)) in i915_save_display_reg()
520 if (IS_GEN2(dev)) in i915_restore_display_reg()
Dintel_ringbuffer.c498 if (!IS_GEN2(ring->dev)) { in stop_ring()
515 if (!IS_GEN2(ring->dev)) { in stop_ring()
1831 WARN_ON(!IS_GEN2(ring->dev) && (I915_READ_MODE(ring) & MODE_IDLE) == 0); in intel_cleanup_ring_buffer()
2379 if (IS_GEN2(dev)) { in intel_init_render_ring_buffer()
2461 if (IS_GEN2(dev)) { in intel_render_ring_init_dri()
Di915_irq.c892 if (IS_GEN2(dev)) in __intel_get_crtc_scanline()
951 if (IS_GEN2(dev) || IS_G4X(dev) || INTEL_INFO(dev)->gen >= 5) { in i915_get_crtc_scanoutpos()
1013 if (IS_GEN2(dev) || IS_G4X(dev) || INTEL_INFO(dev)->gen >= 5) { in i915_get_crtc_scanoutpos()
2788 if (!IS_GEN2(dev)) { in i915_report_and_clear_eir()
3184 if (IS_GEN2(dev)) in ring_stuck()
4671 if (IS_GEN2(dev)) { in intel_irq_init()
4687 if (!IS_GEN2(dev)) in intel_irq_init()
Dintel_fbdev.c578 cur_size = ALIGN(cur_size, plane_config->tiled ? (IS_GEN2(dev) ? 16 : 8) : 1); in intel_fbdev_init_bios()
Dintel_display.c486 } else if (!IS_GEN2(dev)) { in intel_limit()
953 if (IS_GEN2(dev)) in pipe_dsl_stopped()
2221 tile_height = tiled ? (IS_GEN2(dev) ? 16 : 8) : 1; in intel_align_height()
4882 if (!IS_GEN2(dev)) in i9xx_crtc_enable()
4910 if (IS_GEN2(dev)) in i9xx_crtc_enable()
4949 if (IS_GEN2(dev)) in i9xx_crtc_disable()
4992 if (!IS_GEN2(dev)) in i9xx_crtc_disable()
5566 } else if (!IS_GEN2(dev)) { in i9xx_get_refclk()
6268 if (IS_GEN2(dev)) { in i9xx_crtc_mode_set()
8394 if (IS_GEN2(dev)) in cursor_size_ok()
[all …]
Di915_drv.h2099 #define IS_GEN2(dev) (INTEL_INFO(dev)->gen == 2) macro
2145 #define HAS_128_BYTE_Y_TILING(dev) (!IS_GEN2(dev) && !(IS_I915G(dev) || \
2147 #define SUPPORTS_DIGITAL_OUTPUTS(dev) (!IS_GEN2(dev) && !IS_PINEVIEW(dev))
Di915_dma.c1643 mmio_bar = IS_GEN2(dev) ? 1 : 0; in i915_driver_load()
1691 if (IS_GEN2(dev)) in i915_driver_load()
Dintel_pm.c107 if (IS_GEN2(dev)) in i8xx_enable_fbc()
1707 else if (!IS_GEN2(dev)) in i9xx_update_wm()
1717 if (IS_GEN2(dev)) in i9xx_update_wm()
1731 if (IS_GEN2(dev)) in i9xx_update_wm()
1739 if (IS_GEN2(dev)) in i9xx_update_wm()
7273 } else if (IS_GEN2(dev)) { in intel_init_pm()
Di915_gpu_error.c1218 } else if (IS_GEN2(dev)) { in i915_capture_reg_state()
Dintel_panel.c1184 if (IS_GEN2(dev) || IS_I915GM(dev) || IS_I945GM(dev)) in i9xx_setup_backlight()
Di915_gem.c4714 } else if (IS_GEN2(dev)) { in init_unused_rings()
Di915_debugfs.c3270 if (IS_GEN2(dev)) in pipe_crc_set_source()