Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_gem_tiling.c125 } else if (IS_GEN2(dev)) { in i915_gem_detect_bit_6_swizzle()
217 if (IS_GEN2(dev) || in i915_tiling_ok()
H A Dintel_crt.c214 if (IS_GEN2(dev)) in intel_crt_mode_valid()
535 if (!IS_GEN2(dev)) { in intel_crt_load_detect()
776 if (IS_GEN2(dev)) in intel_crt_init()
H A Dintel_overlay.c496 if (IS_GEN2(dev)) { in calc_swidthsw()
504 if (!IS_GEN2(dev)) in calc_swidthsw()
1251 if (!IS_GEN2(dev)) { in intel_overlay_attrs()
1283 if (IS_GEN2(dev)) in intel_overlay_attrs()
H A Di915_ums.c107 if (IS_GEN2(dev)) in i915_save_display_reg()
486 if (IS_GEN2(dev)) in i915_restore_display_reg()
H A Di915_drv.h1474 #define IS_GEN2(dev) (INTEL_INFO(dev)->gen == 2) macro
1499 #define HAS_128_BYTE_Y_TILING(dev) (!IS_GEN2(dev) && !(IS_I915G(dev) || \
1501 #define SUPPORTS_DIGITAL_OUTPUTS(dev) (!IS_GEN2(dev) && !IS_PINEVIEW(dev))
H A Dintel_panel.c325 if (IS_GEN2(dev)) in is_backlight_combination_mode()
H A Dintel_ringbuffer.c1816 if (IS_GEN2(dev)) { in intel_init_render_ring_buffer()
1888 if (IS_GEN2(dev)) { in intel_render_ring_init_dri()
H A Dintel_display.c397 } else if (!IS_GEN2(dev)) { in intel_limit()
824 if (IS_GEN2(dev)) in intel_wait_for_pipe_off()
4286 } else if (!IS_GEN2(dev)) { in i9xx_get_refclk()
4695 if (!IS_GEN2(dev) && adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) { in intel_set_pipe_timings()
4834 if (!IS_GEN2(dev) && in i9xx_set_pipeconf()
4917 if (IS_GEN2(dev)) in i9xx_crtc_mode_set()
6628 if (IS_GEN2(dev)) in intel_crtc_cursor_set()
6968 if (!IS_GEN2(dev)) { in intel_crtc_clock_get()
9148 } else if (IS_GEN2(dev)) in intel_setup_outputs()
9638 if (IS_GEN2(dev)) { in intel_modeset_init()
H A Di915_irq.c1857 else if (IS_GEN2(dev)) in i915_capture_error_state()
2001 if (!IS_GEN2(dev)) { in i915_report_and_clear_eir()
2377 if (IS_GEN2(dev)) in ring_stuck()
H A Dintel_tv.c1105 if (IS_GEN2(dev)) in intel_tv_mode_set()
H A Dintel_pm.c1560 else if (!IS_GEN2(dev)) in i9xx_update_wm()
1569 if (IS_GEN2(dev)) in i9xx_update_wm()
1583 if (IS_GEN2(dev)) in i9xx_update_wm()
H A Di915_dma.c1391 mmio_bar = IS_GEN2(dev) ? 1 : 0; in i915_driver_load()