Searched refs:IS_HASWELL (Results 1 – 24 of 24) sorted by relevance
300 } else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) { in gen7_fbc_enable()531 if (IS_HASWELL(dev_priv) || INTEL_INFO(dev_priv)->gen >= 8) in intel_fbc_find_crtc()813 if (INTEL_INFO(dev_priv)->gen >= 8 || IS_HASWELL(dev_priv)) { in intel_fbc_hw_tracking_covers_screen()947 if ((IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) && in __intel_fbc_update()1099 if (IS_HASWELL(dev_priv) || INTEL_INFO(dev_priv)->gen >= 8) in intel_fbc_init()
463 } else if (IS_HASWELL(dev) || IS_BROADWELL(dev)) { in intel_virt_detect_pch()519 WARN_ON(!IS_HASWELL(dev) && !IS_BROADWELL(dev)); in intel_detect_pch()524 WARN_ON(!IS_HASWELL(dev) && !IS_BROADWELL(dev)); in intel_detect_pch()846 else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) in i915_drm_resume_early()1580 else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) in intel_runtime_resume()1624 else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) in intel_suspend_complete()
304 if (IS_HASWELL(dev) && dig_port->port != PORT_A) { in intel_psr_match_conditions()314 if (IS_HASWELL(dev) && in intel_psr_match_conditions()321 if (IS_HASWELL(dev) && in intel_psr_match_conditions()
69 if (!IS_HASWELL(dev)) in i915_check_vgpu()
699 if (IS_HASWELL(ring->dev)) { in i915_cmd_parser_init_ring()711 if (IS_HASWELL(ring->dev)) { in i915_cmd_parser_init_ring()727 if (IS_HASWELL(ring->dev)) { in i915_cmd_parser_init_ring()738 if (IS_HASWELL(ring->dev)) { in i915_cmd_parser_init_ring()
2471 #define IS_HASWELL(dev) (INTEL_INFO(dev)->is_haswell) macro2476 #define IS_HSW_EARLY_SDV(dev) (IS_HASWELL(dev) && \2487 #define IS_HSW_ULT(dev) (IS_HASWELL(dev) && \2489 #define IS_HSW_GT3(dev) (IS_HASWELL(dev) && \2545 #define HAS_WT(dev) ((IS_HASWELL(dev) || IS_BROADWELL(dev)) && \2583 #define HAS_DP_MST(dev) (IS_HASWELL(dev) || IS_BROADWELL(dev) || \2588 #define HAS_PSR(dev) (IS_HASWELL(dev) || IS_BROADWELL(dev) || \2591 #define HAS_RUNTIME_PM(dev) (IS_GEN6(dev) || IS_HASWELL(dev) || \2602 #define HAS_RESOURCE_STREAMER(dev) (IS_HASWELL(dev) || \2631 #define HAS_L3_DPF(dev) (IS_IVYBRIDGE(dev) || IS_HASWELL(dev))
536 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) in ivb_update_plane()541 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) in ivb_update_plane()568 if (!IS_HASWELL(dev) && !IS_BROADWELL(dev)) { in ivb_update_plane()592 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) in ivb_update_plane()
336 if ((IS_HASWELL(dev) || IS_BROADWELL(dev) || in intel_uncore_ellc_detect()1132 } else if (IS_HASWELL(dev) || IS_BROADWELL(dev)) { in intel_uncore_fw_domains_init()1135 if (IS_HASWELL(dev)) in intel_uncore_fw_domains_init()1225 if (IS_HASWELL(dev)) { in intel_uncore_init()
121 if (IS_HASWELL(dev)) in get_context_size()536 if (IS_HASWELL(ring->dev) || INTEL_INFO(ring->dev)->gen >= 8) in mi_set_context()
569 } else if (IS_HASWELL(dev) || INTEL_INFO(dev)->gen >= 8) { in intel_init_audio()648 !IS_HASWELL(dev_priv)) in i915_audio_component_sync_audio_rate()
2122 } else if (IS_HASWELL(dev) || IS_BROADWELL(dev)) { in intel_read_wm_latency()2172 else if (IS_HASWELL(dev) || IS_BROADWELL(dev)) in ilk_wm_max_level()2338 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) in intel_compute_pipe_wm()2472 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) in ilk_wm_lp_latency()2696 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) { in ilk_write_wm_values()3880 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) in ilk_pipe_wm_get_hw_state()4086 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) in ilk_wm_get_hw_state()4435 else if (IS_HASWELL(dev) || IS_BROADWELL(dev)) in gen6_set_rps()4694 if (IS_HASWELL(dev) || IS_BROADWELL(dev) || IS_SKYLAKE(dev)) { in gen6_init_rps_frequencies()4723 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) in gen6_init_rps_frequencies()[all …]
2848 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) in ironlake_update_primary_plane()2877 if (!IS_HASWELL(dev) && !IS_BROADWELL(dev)) in ironlake_update_primary_plane()2890 if (!IS_HASWELL(dev) && !IS_BROADWELL(dev)) { in ironlake_update_primary_plane()2910 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) { in ironlake_update_primary_plane()4570 if (IS_IVYBRIDGE(dev) || IS_HASWELL(dev)) in ironlake_pfit_enable()4662 if (IS_HASWELL(dev) && intel_crtc->config->ips_enabled && in intel_crtc_load_lut()5056 if (IS_HASWELL(dev) && hsw_workaround_pipe != INVALID_PIPE) { in haswell_crtc_enable()5384 IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) in intel_compute_max_dotclk()6510 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) { in ironlake_check_fdi_lanes()6620 if (IS_HASWELL(dev_priv->dev)) in pipe_config_supports_ips()[all …]
93 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) in intel_dp_mst_compute_config()
294 else if (IS_HASWELL(dev_priv) || IS_BROADWELL(dev_priv)) in gt_act_freq_mhz_show()
1759 if (IS_HASWELL(dev)) { in gen7_ppgtt_enable()2070 } else if (IS_HASWELL(dev)) { in gen6_ppgtt_init()3099 if (IS_HASWELL(dev) && dev_priv->ellc_size) in i915_gem_gtt_init()3101 else if (IS_HASWELL(dev)) in i915_gem_gtt_init()
1074 if (!IS_HASWELL(dev) && !IS_BROADWELL(dev) && port != PORT_E) in intel_dp_aux_init()1195 if ((IS_HASWELL(dev) && !IS_HSW_ULX(dev)) || IS_BROADWELL(dev) || in intel_dp_source_supports_hbr2()1534 else if (IS_HASWELL(dev) || IS_BROADWELL(dev)) in intel_dp_compute_config()3098 } else if (IS_HASWELL(dev) || IS_BROADWELL(dev)) { in intel_dp_pre_emphasis_max()6008 else if (IS_HASWELL(dev) || IS_BROADWELL(dev)) in intel_dp_init_connector()
1178 if (IS_HASWELL(dev) || IS_BROADWELL(dev)) in i915_frequency_info()1198 else if (IS_HASWELL(dev) || IS_BROADWELL(dev)) in i915_frequency_info()3854 if (IS_HASWELL(dev) && pipe == PIPE_A) in ivb_pipe_crc_ctl_reg()3966 else if (IS_HASWELL(dev) && pipe == PIPE_A) in pipe_crc_set_source()
481 } else if (IS_HASWELL(dev)) { in intel_prepare_ddi_buffers()1895 if (IS_HASWELL(dev) && in intel_ddi_enable_transcoder_func()
1858 if (IS_HASWELL(dev_priv->dev)) { in intel_power_domains_init()
1159 else if (IS_HASWELL(dev) || INTEL_INFO(dev)->gen >= 8) in hdmi_port_clock_limit()
1956 (IS_HASWELL(dev) ? GT_RENDER_L3_PARITY_ERROR_INTERRUPT_S1 : 0))3085 #define EDP_PSR_BASE(dev) (IS_HASWELL(dev) ? 0x64800 : 0x6f800)
2747 if (IS_HASWELL(dev)) in intel_init_render_ring_buffer()
387 if (INTEL_INFO(dev_priv)->gen <= 7 && !IS_HASWELL(dev_priv)) in gen6_sanitize_rps_pm_mask()
4778 if (IS_HASWELL(dev)) in i915_gem_init_hw()