|
@@ -420,6 +420,7 @@ struct intel_uncore {
|
|
|
func(is_ivybridge) sep \
|
|
|
func(is_valleyview) sep \
|
|
|
func(is_haswell) sep \
|
|
|
+ func(is_preliminary) sep \
|
|
|
func(has_force_wake) sep \
|
|
|
func(has_fbc) sep \
|
|
|
func(has_pipe_cxsr) sep \
|
|
@@ -1605,6 +1606,7 @@ struct drm_i915_file_private {
|
|
|
((dev)->pci_device & 0xFF00) == 0x0A00)
|
|
|
#define IS_HSW_GT3(dev) (IS_HASWELL(dev) && \
|
|
|
((dev)->pci_device & 0x00F0) == 0x0020)
|
|
|
+#define IS_PRELIMINARY_HW(intel_info) ((intel_info)->is_preliminary)
|
|
|
|
|
|
/*
|
|
|
* The genX designation typically refers to the render engine, so render
|