Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright © 2016 Intel Corporation |
| 3 | * |
| 4 | * Permission is hereby granted, free of charge, to any person obtaining a |
| 5 | * copy of this software and associated documentation files (the "Software"), |
| 6 | * to deal in the Software without restriction, including without limitation |
| 7 | * the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| 8 | * and/or sell copies of the Software, and to permit persons to whom the |
| 9 | * Software is furnished to do so, subject to the following conditions: |
| 10 | * |
| 11 | * The above copyright notice and this permission notice (including the next |
| 12 | * paragraph) shall be included in all copies or substantial portions of the |
| 13 | * Software. |
| 14 | * |
| 15 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 16 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 17 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
| 18 | * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 19 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 20 | * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS |
| 21 | * IN THE SOFTWARE. |
| 22 | * |
| 23 | */ |
| 24 | |
Chris Wilson | a09d0ba | 2016-06-24 14:00:27 +0100 | [diff] [blame] | 25 | #include <linux/console.h> |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 26 | #include <linux/vgaarb.h> |
| 27 | #include <linux/vga_switcheroo.h> |
| 28 | |
| 29 | #include "i915_drv.h" |
Chris Wilson | 953c7f8 | 2017-02-13 17:15:12 +0000 | [diff] [blame] | 30 | #include "i915_selftest.h" |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 31 | |
| 32 | #define GEN_DEFAULT_PIPEOFFSETS \ |
| 33 | .pipe_offsets = { PIPE_A_OFFSET, PIPE_B_OFFSET, \ |
| 34 | PIPE_C_OFFSET, PIPE_EDP_OFFSET }, \ |
| 35 | .trans_offsets = { TRANSCODER_A_OFFSET, TRANSCODER_B_OFFSET, \ |
| 36 | TRANSCODER_C_OFFSET, TRANSCODER_EDP_OFFSET }, \ |
| 37 | .palette_offsets = { PALETTE_A_OFFSET, PALETTE_B_OFFSET } |
| 38 | |
| 39 | #define GEN_CHV_PIPEOFFSETS \ |
| 40 | .pipe_offsets = { PIPE_A_OFFSET, PIPE_B_OFFSET, \ |
| 41 | CHV_PIPE_C_OFFSET }, \ |
| 42 | .trans_offsets = { TRANSCODER_A_OFFSET, TRANSCODER_B_OFFSET, \ |
| 43 | CHV_TRANSCODER_C_OFFSET, }, \ |
| 44 | .palette_offsets = { PALETTE_A_OFFSET, PALETTE_B_OFFSET, \ |
| 45 | CHV_PALETTE_C_OFFSET } |
| 46 | |
| 47 | #define CURSOR_OFFSETS \ |
| 48 | .cursor_offsets = { CURSOR_A_OFFSET, CURSOR_B_OFFSET, CHV_CURSOR_C_OFFSET } |
| 49 | |
| 50 | #define IVB_CURSOR_OFFSETS \ |
| 51 | .cursor_offsets = { CURSOR_A_OFFSET, IVB_CURSOR_B_OFFSET, IVB_CURSOR_C_OFFSET } |
| 52 | |
| 53 | #define BDW_COLORS \ |
| 54 | .color = { .degamma_lut_size = 512, .gamma_lut_size = 512 } |
| 55 | #define CHV_COLORS \ |
| 56 | .color = { .degamma_lut_size = 65, .gamma_lut_size = 257 } |
| 57 | |
Jani Nikula | a5ce929 | 2016-11-30 17:43:02 +0200 | [diff] [blame] | 58 | /* Keep in gen based order, and chronological order within a gen */ |
Carlos Santa | 0eec8dc | 2016-08-17 12:30:51 -0700 | [diff] [blame] | 59 | #define GEN2_FEATURES \ |
| 60 | .gen = 2, .num_pipes = 1, \ |
| 61 | .has_overlay = 1, .overlay_needs_physical = 1, \ |
Carlos Santa | 804b871 | 2016-08-17 12:30:55 -0700 | [diff] [blame] | 62 | .has_gmch_display = 1, \ |
Carlos Santa | 3177659 | 2016-08-17 12:30:56 -0700 | [diff] [blame] | 63 | .hws_needs_physical = 1, \ |
Chris Wilson | f4ce766 | 2017-03-25 11:32:43 +0000 | [diff] [blame] | 64 | .unfenced_needs_alignment = 1, \ |
Carlos Santa | 0eec8dc | 2016-08-17 12:30:51 -0700 | [diff] [blame] | 65 | .ring_mask = RENDER_RING, \ |
Chris Wilson | 5d95c24 | 2017-09-06 11:56:53 +0100 | [diff] [blame] | 66 | .has_snoop = true, \ |
Carlos Santa | 0eec8dc | 2016-08-17 12:30:51 -0700 | [diff] [blame] | 67 | GEN_DEFAULT_PIPEOFFSETS, \ |
| 68 | CURSOR_OFFSETS |
| 69 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 70 | static const struct intel_device_info intel_i830_info __initconst = { |
Carlos Santa | 0eec8dc | 2016-08-17 12:30:51 -0700 | [diff] [blame] | 71 | GEN2_FEATURES, |
Jani Nikula | 2e0d26f | 2016-12-01 14:49:55 +0200 | [diff] [blame] | 72 | .platform = INTEL_I830, |
Carlos Santa | 0eec8dc | 2016-08-17 12:30:51 -0700 | [diff] [blame] | 73 | .is_mobile = 1, .cursor_needs_physical = 1, |
| 74 | .num_pipes = 2, /* legal, last one wins */ |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 75 | }; |
| 76 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 77 | static const struct intel_device_info intel_i845g_info __initconst = { |
Carlos Santa | 0eec8dc | 2016-08-17 12:30:51 -0700 | [diff] [blame] | 78 | GEN2_FEATURES, |
Jani Nikula | 2e0d26f | 2016-12-01 14:49:55 +0200 | [diff] [blame] | 79 | .platform = INTEL_I845G, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 80 | }; |
| 81 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 82 | static const struct intel_device_info intel_i85x_info __initconst = { |
Carlos Santa | 0eec8dc | 2016-08-17 12:30:51 -0700 | [diff] [blame] | 83 | GEN2_FEATURES, |
Jani Nikula | 2e0d26f | 2016-12-01 14:49:55 +0200 | [diff] [blame] | 84 | .platform = INTEL_I85X, .is_mobile = 1, |
Carlos Santa | 0eec8dc | 2016-08-17 12:30:51 -0700 | [diff] [blame] | 85 | .num_pipes = 2, /* legal, last one wins */ |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 86 | .cursor_needs_physical = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 87 | .has_fbc = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 88 | }; |
| 89 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 90 | static const struct intel_device_info intel_i865g_info __initconst = { |
Carlos Santa | 0eec8dc | 2016-08-17 12:30:51 -0700 | [diff] [blame] | 91 | GEN2_FEATURES, |
Jani Nikula | 2e0d26f | 2016-12-01 14:49:55 +0200 | [diff] [blame] | 92 | .platform = INTEL_I865G, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 93 | }; |
| 94 | |
Carlos Santa | 54d2a6a | 2016-08-17 12:30:50 -0700 | [diff] [blame] | 95 | #define GEN3_FEATURES \ |
| 96 | .gen = 3, .num_pipes = 2, \ |
Carlos Santa | 804b871 | 2016-08-17 12:30:55 -0700 | [diff] [blame] | 97 | .has_gmch_display = 1, \ |
Carlos Santa | 54d2a6a | 2016-08-17 12:30:50 -0700 | [diff] [blame] | 98 | .ring_mask = RENDER_RING, \ |
Chris Wilson | 5d95c24 | 2017-09-06 11:56:53 +0100 | [diff] [blame] | 99 | .has_snoop = true, \ |
Carlos Santa | 54d2a6a | 2016-08-17 12:30:50 -0700 | [diff] [blame] | 100 | GEN_DEFAULT_PIPEOFFSETS, \ |
| 101 | CURSOR_OFFSETS |
| 102 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 103 | static const struct intel_device_info intel_i915g_info __initconst = { |
Carlos Santa | 54d2a6a | 2016-08-17 12:30:50 -0700 | [diff] [blame] | 104 | GEN3_FEATURES, |
Jani Nikula | 2e0d26f | 2016-12-01 14:49:55 +0200 | [diff] [blame] | 105 | .platform = INTEL_I915G, .cursor_needs_physical = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 106 | .has_overlay = 1, .overlay_needs_physical = 1, |
Carlos Santa | 3177659 | 2016-08-17 12:30:56 -0700 | [diff] [blame] | 107 | .hws_needs_physical = 1, |
Chris Wilson | f4ce766 | 2017-03-25 11:32:43 +0000 | [diff] [blame] | 108 | .unfenced_needs_alignment = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 109 | }; |
Jani Nikula | a5ce929 | 2016-11-30 17:43:02 +0200 | [diff] [blame] | 110 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 111 | static const struct intel_device_info intel_i915gm_info __initconst = { |
Carlos Santa | 54d2a6a | 2016-08-17 12:30:50 -0700 | [diff] [blame] | 112 | GEN3_FEATURES, |
Jani Nikula | 2e0d26f | 2016-12-01 14:49:55 +0200 | [diff] [blame] | 113 | .platform = INTEL_I915GM, |
Carlos Santa | 54d2a6a | 2016-08-17 12:30:50 -0700 | [diff] [blame] | 114 | .is_mobile = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 115 | .cursor_needs_physical = 1, |
| 116 | .has_overlay = 1, .overlay_needs_physical = 1, |
| 117 | .supports_tv = 1, |
| 118 | .has_fbc = 1, |
Carlos Santa | 3177659 | 2016-08-17 12:30:56 -0700 | [diff] [blame] | 119 | .hws_needs_physical = 1, |
Chris Wilson | f4ce766 | 2017-03-25 11:32:43 +0000 | [diff] [blame] | 120 | .unfenced_needs_alignment = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 121 | }; |
Jani Nikula | a5ce929 | 2016-11-30 17:43:02 +0200 | [diff] [blame] | 122 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 123 | static const struct intel_device_info intel_i945g_info __initconst = { |
Carlos Santa | 54d2a6a | 2016-08-17 12:30:50 -0700 | [diff] [blame] | 124 | GEN3_FEATURES, |
Jani Nikula | 2e0d26f | 2016-12-01 14:49:55 +0200 | [diff] [blame] | 125 | .platform = INTEL_I945G, |
Carlos Santa | 54d2a6a | 2016-08-17 12:30:50 -0700 | [diff] [blame] | 126 | .has_hotplug = 1, .cursor_needs_physical = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 127 | .has_overlay = 1, .overlay_needs_physical = 1, |
Carlos Santa | 3177659 | 2016-08-17 12:30:56 -0700 | [diff] [blame] | 128 | .hws_needs_physical = 1, |
Chris Wilson | f4ce766 | 2017-03-25 11:32:43 +0000 | [diff] [blame] | 129 | .unfenced_needs_alignment = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 130 | }; |
Jani Nikula | a5ce929 | 2016-11-30 17:43:02 +0200 | [diff] [blame] | 131 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 132 | static const struct intel_device_info intel_i945gm_info __initconst = { |
Carlos Santa | 54d2a6a | 2016-08-17 12:30:50 -0700 | [diff] [blame] | 133 | GEN3_FEATURES, |
Jani Nikula | 2e0d26f | 2016-12-01 14:49:55 +0200 | [diff] [blame] | 134 | .platform = INTEL_I945GM, .is_mobile = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 135 | .has_hotplug = 1, .cursor_needs_physical = 1, |
| 136 | .has_overlay = 1, .overlay_needs_physical = 1, |
| 137 | .supports_tv = 1, |
| 138 | .has_fbc = 1, |
Carlos Santa | 3177659 | 2016-08-17 12:30:56 -0700 | [diff] [blame] | 139 | .hws_needs_physical = 1, |
Chris Wilson | f4ce766 | 2017-03-25 11:32:43 +0000 | [diff] [blame] | 140 | .unfenced_needs_alignment = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 141 | }; |
| 142 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 143 | static const struct intel_device_info intel_g33_info __initconst = { |
Jani Nikula | a5ce929 | 2016-11-30 17:43:02 +0200 | [diff] [blame] | 144 | GEN3_FEATURES, |
| 145 | .platform = INTEL_G33, |
| 146 | .has_hotplug = 1, |
| 147 | .has_overlay = 1, |
| 148 | }; |
| 149 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 150 | static const struct intel_device_info intel_pineview_info __initconst = { |
Jani Nikula | a5ce929 | 2016-11-30 17:43:02 +0200 | [diff] [blame] | 151 | GEN3_FEATURES, |
Jani Nikula | 73f67aa | 2016-12-07 22:48:09 +0200 | [diff] [blame] | 152 | .platform = INTEL_PINEVIEW, .is_mobile = 1, |
Jani Nikula | a5ce929 | 2016-11-30 17:43:02 +0200 | [diff] [blame] | 153 | .has_hotplug = 1, |
| 154 | .has_overlay = 1, |
| 155 | }; |
| 156 | |
Carlos Santa | 4d495be | 2016-08-17 12:30:49 -0700 | [diff] [blame] | 157 | #define GEN4_FEATURES \ |
| 158 | .gen = 4, .num_pipes = 2, \ |
| 159 | .has_hotplug = 1, \ |
Carlos Santa | 804b871 | 2016-08-17 12:30:55 -0700 | [diff] [blame] | 160 | .has_gmch_display = 1, \ |
Carlos Santa | 4d495be | 2016-08-17 12:30:49 -0700 | [diff] [blame] | 161 | .ring_mask = RENDER_RING, \ |
Chris Wilson | 5d95c24 | 2017-09-06 11:56:53 +0100 | [diff] [blame] | 162 | .has_snoop = true, \ |
Carlos Santa | 4d495be | 2016-08-17 12:30:49 -0700 | [diff] [blame] | 163 | GEN_DEFAULT_PIPEOFFSETS, \ |
| 164 | CURSOR_OFFSETS |
| 165 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 166 | static const struct intel_device_info intel_i965g_info __initconst = { |
Carlos Santa | 4d495be | 2016-08-17 12:30:49 -0700 | [diff] [blame] | 167 | GEN4_FEATURES, |
Jani Nikula | c0f8683 | 2016-12-07 12:13:04 +0200 | [diff] [blame] | 168 | .platform = INTEL_I965G, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 169 | .has_overlay = 1, |
Carlos Santa | 3177659 | 2016-08-17 12:30:56 -0700 | [diff] [blame] | 170 | .hws_needs_physical = 1, |
Chris Wilson | df0700e | 2017-09-06 20:24:24 +0100 | [diff] [blame^] | 171 | .has_snoop = false, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 172 | }; |
| 173 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 174 | static const struct intel_device_info intel_i965gm_info __initconst = { |
Carlos Santa | 4d495be | 2016-08-17 12:30:49 -0700 | [diff] [blame] | 175 | GEN4_FEATURES, |
Jani Nikula | c0f8683 | 2016-12-07 12:13:04 +0200 | [diff] [blame] | 176 | .platform = INTEL_I965GM, |
Carlos Santa | 4d495be | 2016-08-17 12:30:49 -0700 | [diff] [blame] | 177 | .is_mobile = 1, .has_fbc = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 178 | .has_overlay = 1, |
| 179 | .supports_tv = 1, |
Carlos Santa | 3177659 | 2016-08-17 12:30:56 -0700 | [diff] [blame] | 180 | .hws_needs_physical = 1, |
Chris Wilson | df0700e | 2017-09-06 20:24:24 +0100 | [diff] [blame^] | 181 | .has_snoop = false, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 182 | }; |
| 183 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 184 | static const struct intel_device_info intel_g45_info __initconst = { |
Carlos Santa | 4d495be | 2016-08-17 12:30:49 -0700 | [diff] [blame] | 185 | GEN4_FEATURES, |
Jani Nikula | f69c11a | 2016-11-30 17:43:05 +0200 | [diff] [blame] | 186 | .platform = INTEL_G45, |
Carlos Santa | 4d495be | 2016-08-17 12:30:49 -0700 | [diff] [blame] | 187 | .has_pipe_cxsr = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 188 | .ring_mask = RENDER_RING | BSD_RING, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 189 | }; |
| 190 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 191 | static const struct intel_device_info intel_gm45_info __initconst = { |
Carlos Santa | 4d495be | 2016-08-17 12:30:49 -0700 | [diff] [blame] | 192 | GEN4_FEATURES, |
Jani Nikula | f69c11a | 2016-11-30 17:43:05 +0200 | [diff] [blame] | 193 | .platform = INTEL_GM45, |
Carlos Santa | 3177659 | 2016-08-17 12:30:56 -0700 | [diff] [blame] | 194 | .is_mobile = 1, .has_fbc = 1, |
Carlos Santa | 4d495be | 2016-08-17 12:30:49 -0700 | [diff] [blame] | 195 | .has_pipe_cxsr = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 196 | .supports_tv = 1, |
| 197 | .ring_mask = RENDER_RING | BSD_RING, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 198 | }; |
| 199 | |
Carlos Santa | a132338 | 2016-08-17 12:30:47 -0700 | [diff] [blame] | 200 | #define GEN5_FEATURES \ |
| 201 | .gen = 5, .num_pipes = 2, \ |
Carlos Santa | 3177659 | 2016-08-17 12:30:56 -0700 | [diff] [blame] | 202 | .has_hotplug = 1, \ |
Carlos Santa | b355f10 | 2016-08-17 12:30:48 -0700 | [diff] [blame] | 203 | .has_gmbus_irq = 1, \ |
Carlos Santa | a132338 | 2016-08-17 12:30:47 -0700 | [diff] [blame] | 204 | .ring_mask = RENDER_RING | BSD_RING, \ |
Chris Wilson | 5d95c24 | 2017-09-06 11:56:53 +0100 | [diff] [blame] | 205 | .has_snoop = true, \ |
Carlos Santa | a132338 | 2016-08-17 12:30:47 -0700 | [diff] [blame] | 206 | GEN_DEFAULT_PIPEOFFSETS, \ |
| 207 | CURSOR_OFFSETS |
| 208 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 209 | static const struct intel_device_info intel_ironlake_d_info __initconst = { |
Carlos Santa | a132338 | 2016-08-17 12:30:47 -0700 | [diff] [blame] | 210 | GEN5_FEATURES, |
Jani Nikula | 2e0d26f | 2016-12-01 14:49:55 +0200 | [diff] [blame] | 211 | .platform = INTEL_IRONLAKE, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 212 | }; |
| 213 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 214 | static const struct intel_device_info intel_ironlake_m_info __initconst = { |
Carlos Santa | a132338 | 2016-08-17 12:30:47 -0700 | [diff] [blame] | 215 | GEN5_FEATURES, |
Jani Nikula | 2e0d26f | 2016-12-01 14:49:55 +0200 | [diff] [blame] | 216 | .platform = INTEL_IRONLAKE, |
Ville Syrjälä | c2d1a0c | 2017-06-06 16:32:29 +0300 | [diff] [blame] | 217 | .is_mobile = 1, .has_fbc = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 218 | }; |
| 219 | |
Carlos Santa | 07db6be | 2016-08-17 12:30:38 -0700 | [diff] [blame] | 220 | #define GEN6_FEATURES \ |
| 221 | .gen = 6, .num_pipes = 2, \ |
Carlos Santa | 3177659 | 2016-08-17 12:30:56 -0700 | [diff] [blame] | 222 | .has_hotplug = 1, \ |
Carlos Santa | 07db6be | 2016-08-17 12:30:38 -0700 | [diff] [blame] | 223 | .has_fbc = 1, \ |
| 224 | .ring_mask = RENDER_RING | BSD_RING | BLT_RING, \ |
| 225 | .has_llc = 1, \ |
Carlos Santa | 86f3624 | 2016-08-17 12:30:44 -0700 | [diff] [blame] | 226 | .has_rc6 = 1, \ |
Carlos Santa | 33b5bf8 | 2016-08-17 12:30:45 -0700 | [diff] [blame] | 227 | .has_rc6p = 1, \ |
Carlos Santa | b355f10 | 2016-08-17 12:30:48 -0700 | [diff] [blame] | 228 | .has_gmbus_irq = 1, \ |
Michel Thierry | 9e1d0e6 | 2016-12-05 17:57:03 -0800 | [diff] [blame] | 229 | .has_aliasing_ppgtt = 1, \ |
Carlos Santa | 07db6be | 2016-08-17 12:30:38 -0700 | [diff] [blame] | 230 | GEN_DEFAULT_PIPEOFFSETS, \ |
| 231 | CURSOR_OFFSETS |
| 232 | |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 233 | #define SNB_D_PLATFORM \ |
| 234 | GEN6_FEATURES, \ |
| 235 | .platform = INTEL_SANDYBRIDGE |
| 236 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 237 | static const struct intel_device_info intel_sandybridge_d_gt1_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 238 | SNB_D_PLATFORM, |
| 239 | .gt = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 240 | }; |
| 241 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 242 | static const struct intel_device_info intel_sandybridge_d_gt2_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 243 | SNB_D_PLATFORM, |
| 244 | .gt = 2, |
| 245 | }; |
| 246 | |
| 247 | #define SNB_M_PLATFORM \ |
| 248 | GEN6_FEATURES, \ |
| 249 | .platform = INTEL_SANDYBRIDGE, \ |
| 250 | .is_mobile = 1 |
| 251 | |
| 252 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 253 | static const struct intel_device_info intel_sandybridge_m_gt1_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 254 | SNB_M_PLATFORM, |
| 255 | .gt = 1, |
| 256 | }; |
| 257 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 258 | static const struct intel_device_info intel_sandybridge_m_gt2_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 259 | SNB_M_PLATFORM, |
| 260 | .gt = 2, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 261 | }; |
| 262 | |
| 263 | #define GEN7_FEATURES \ |
| 264 | .gen = 7, .num_pipes = 3, \ |
Carlos Santa | 3177659 | 2016-08-17 12:30:56 -0700 | [diff] [blame] | 265 | .has_hotplug = 1, \ |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 266 | .has_fbc = 1, \ |
| 267 | .ring_mask = RENDER_RING | BSD_RING | BLT_RING, \ |
| 268 | .has_llc = 1, \ |
Carlos Santa | 86f3624 | 2016-08-17 12:30:44 -0700 | [diff] [blame] | 269 | .has_rc6 = 1, \ |
Carlos Santa | 33b5bf8 | 2016-08-17 12:30:45 -0700 | [diff] [blame] | 270 | .has_rc6p = 1, \ |
Carlos Santa | b355f10 | 2016-08-17 12:30:48 -0700 | [diff] [blame] | 271 | .has_gmbus_irq = 1, \ |
Michel Thierry | 9e1d0e6 | 2016-12-05 17:57:03 -0800 | [diff] [blame] | 272 | .has_aliasing_ppgtt = 1, \ |
| 273 | .has_full_ppgtt = 1, \ |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 274 | GEN_DEFAULT_PIPEOFFSETS, \ |
| 275 | IVB_CURSOR_OFFSETS |
| 276 | |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 277 | #define IVB_D_PLATFORM \ |
| 278 | GEN7_FEATURES, \ |
| 279 | .platform = INTEL_IVYBRIDGE, \ |
| 280 | .has_l3_dpf = 1 |
| 281 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 282 | static const struct intel_device_info intel_ivybridge_d_gt1_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 283 | IVB_D_PLATFORM, |
| 284 | .gt = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 285 | }; |
| 286 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 287 | static const struct intel_device_info intel_ivybridge_d_gt2_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 288 | IVB_D_PLATFORM, |
| 289 | .gt = 2, |
| 290 | }; |
| 291 | |
| 292 | #define IVB_M_PLATFORM \ |
| 293 | GEN7_FEATURES, \ |
| 294 | .platform = INTEL_IVYBRIDGE, \ |
| 295 | .is_mobile = 1, \ |
| 296 | .has_l3_dpf = 1 |
| 297 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 298 | static const struct intel_device_info intel_ivybridge_m_gt1_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 299 | IVB_M_PLATFORM, |
| 300 | .gt = 1, |
| 301 | }; |
| 302 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 303 | static const struct intel_device_info intel_ivybridge_m_gt2_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 304 | IVB_M_PLATFORM, |
| 305 | .gt = 2, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 306 | }; |
| 307 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 308 | static const struct intel_device_info intel_ivybridge_q_info __initconst = { |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 309 | GEN7_FEATURES, |
Jani Nikula | 2e0d26f | 2016-12-01 14:49:55 +0200 | [diff] [blame] | 310 | .platform = INTEL_IVYBRIDGE, |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 311 | .gt = 2, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 312 | .num_pipes = 0, /* legal, last one wins */ |
Carlos Santa | ca9c452 | 2016-08-17 12:30:54 -0700 | [diff] [blame] | 313 | .has_l3_dpf = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 314 | }; |
| 315 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 316 | static const struct intel_device_info intel_valleyview_info __initconst = { |
Jani Nikula | 2e0d26f | 2016-12-01 14:49:55 +0200 | [diff] [blame] | 317 | .platform = INTEL_VALLEYVIEW, |
Rodrigo Vivi | eb6f771 | 2016-12-19 13:55:08 -0800 | [diff] [blame] | 318 | .gen = 7, |
| 319 | .is_lp = 1, |
| 320 | .num_pipes = 2, |
| 321 | .has_psr = 1, |
| 322 | .has_runtime_pm = 1, |
| 323 | .has_rc6 = 1, |
| 324 | .has_gmbus_irq = 1, |
Rodrigo Vivi | eb6f771 | 2016-12-19 13:55:08 -0800 | [diff] [blame] | 325 | .has_gmch_display = 1, |
| 326 | .has_hotplug = 1, |
| 327 | .has_aliasing_ppgtt = 1, |
| 328 | .has_full_ppgtt = 1, |
Chris Wilson | 5d95c24 | 2017-09-06 11:56:53 +0100 | [diff] [blame] | 329 | .has_snoop = true, |
Rodrigo Vivi | eb6f771 | 2016-12-19 13:55:08 -0800 | [diff] [blame] | 330 | .ring_mask = RENDER_RING | BSD_RING | BLT_RING, |
| 331 | .display_mmio_offset = VLV_DISPLAY_BASE, |
| 332 | GEN_DEFAULT_PIPEOFFSETS, |
| 333 | CURSOR_OFFSETS |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 334 | }; |
| 335 | |
| 336 | #define HSW_FEATURES \ |
| 337 | GEN7_FEATURES, \ |
| 338 | .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING, \ |
| 339 | .has_ddi = 1, \ |
Carlos Santa | 6e3b84d | 2016-08-17 12:30:36 -0700 | [diff] [blame] | 340 | .has_fpga_dbg = 1, \ |
Carlos Santa | 4aa4c23 | 2016-08-17 12:30:39 -0700 | [diff] [blame] | 341 | .has_psr = 1, \ |
Carlos Santa | 53233f0 | 2016-08-17 12:30:43 -0700 | [diff] [blame] | 342 | .has_resource_streamer = 1, \ |
Carlos Santa | 1d3fe53 | 2016-08-17 12:30:46 -0700 | [diff] [blame] | 343 | .has_dp_mst = 1, \ |
Carlos Santa | 33b5bf8 | 2016-08-17 12:30:45 -0700 | [diff] [blame] | 344 | .has_rc6p = 0 /* RC6p removed-by HSW */, \ |
Carlos Santa | 4aa4c23 | 2016-08-17 12:30:39 -0700 | [diff] [blame] | 345 | .has_runtime_pm = 1 |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 346 | |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 347 | #define HSW_PLATFORM \ |
| 348 | HSW_FEATURES, \ |
| 349 | .platform = INTEL_HASWELL, \ |
| 350 | .has_l3_dpf = 1 |
| 351 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 352 | static const struct intel_device_info intel_haswell_gt1_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 353 | HSW_PLATFORM, |
| 354 | .gt = 1, |
| 355 | }; |
| 356 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 357 | static const struct intel_device_info intel_haswell_gt2_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 358 | HSW_PLATFORM, |
| 359 | .gt = 2, |
| 360 | }; |
| 361 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 362 | static const struct intel_device_info intel_haswell_gt3_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 363 | HSW_PLATFORM, |
| 364 | .gt = 3, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 365 | }; |
| 366 | |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 367 | #define BDW_FEATURES \ |
| 368 | HSW_FEATURES, \ |
Carlos Santa | 4586f1d | 2016-08-17 12:30:53 -0700 | [diff] [blame] | 369 | BDW_COLORS, \ |
Joonas Lahtinen | dfc5148 | 2016-11-03 10:39:46 +0200 | [diff] [blame] | 370 | .has_logical_ring_contexts = 1, \ |
Michel Thierry | 9e1d0e6 | 2016-12-05 17:57:03 -0800 | [diff] [blame] | 371 | .has_full_48bit_ppgtt = 1, \ |
Michel Thierry | 142bc7d | 2017-06-20 10:57:46 +0100 | [diff] [blame] | 372 | .has_64bit_reloc = 1, \ |
| 373 | .has_reset_engine = 1 |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 374 | |
Rodrigo Vivi | 94829de | 2017-06-06 09:06:06 -0700 | [diff] [blame] | 375 | #define BDW_PLATFORM \ |
| 376 | BDW_FEATURES, \ |
| 377 | .gen = 8, \ |
| 378 | .platform = INTEL_BROADWELL |
| 379 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 380 | static const struct intel_device_info intel_broadwell_gt1_info __initconst = { |
Rodrigo Vivi | 94829de | 2017-06-06 09:06:06 -0700 | [diff] [blame] | 381 | BDW_PLATFORM, |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 382 | .gt = 1, |
| 383 | }; |
| 384 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 385 | static const struct intel_device_info intel_broadwell_gt2_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 386 | BDW_PLATFORM, |
| 387 | .gt = 2, |
| 388 | }; |
| 389 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 390 | static const struct intel_device_info intel_broadwell_rsvd_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 391 | BDW_PLATFORM, |
| 392 | .gt = 3, |
| 393 | /* According to the device ID those devices are GT3, they were |
| 394 | * previously treated as not GT3, keep it like that. |
| 395 | */ |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 396 | }; |
| 397 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 398 | static const struct intel_device_info intel_broadwell_gt3_info __initconst = { |
Rodrigo Vivi | 94829de | 2017-06-06 09:06:06 -0700 | [diff] [blame] | 399 | BDW_PLATFORM, |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 400 | .gt = 3, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 401 | .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING | BSD2_RING, |
| 402 | }; |
| 403 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 404 | static const struct intel_device_info intel_cherryview_info __initconst = { |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 405 | .gen = 8, .num_pipes = 3, |
Carlos Santa | 3177659 | 2016-08-17 12:30:56 -0700 | [diff] [blame] | 406 | .has_hotplug = 1, |
Rodrigo Vivi | 8727dc0 | 2016-12-18 13:36:26 -0800 | [diff] [blame] | 407 | .is_lp = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 408 | .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING, |
Jani Nikula | 2e0d26f | 2016-12-01 14:49:55 +0200 | [diff] [blame] | 409 | .platform = INTEL_CHERRYVIEW, |
Joonas Lahtinen | dfc5148 | 2016-11-03 10:39:46 +0200 | [diff] [blame] | 410 | .has_64bit_reloc = 1, |
Carlos Santa | 6e3b84d | 2016-08-17 12:30:36 -0700 | [diff] [blame] | 411 | .has_psr = 1, |
Carlos Santa | 4aa4c23 | 2016-08-17 12:30:39 -0700 | [diff] [blame] | 412 | .has_runtime_pm = 1, |
Carlos Santa | 53233f0 | 2016-08-17 12:30:43 -0700 | [diff] [blame] | 413 | .has_resource_streamer = 1, |
Carlos Santa | 86f3624 | 2016-08-17 12:30:44 -0700 | [diff] [blame] | 414 | .has_rc6 = 1, |
Carlos Santa | b355f10 | 2016-08-17 12:30:48 -0700 | [diff] [blame] | 415 | .has_gmbus_irq = 1, |
Carlos Santa | 4586f1d | 2016-08-17 12:30:53 -0700 | [diff] [blame] | 416 | .has_logical_ring_contexts = 1, |
Carlos Santa | 804b871 | 2016-08-17 12:30:55 -0700 | [diff] [blame] | 417 | .has_gmch_display = 1, |
Michel Thierry | 9e1d0e6 | 2016-12-05 17:57:03 -0800 | [diff] [blame] | 418 | .has_aliasing_ppgtt = 1, |
| 419 | .has_full_ppgtt = 1, |
Michel Thierry | 142bc7d | 2017-06-20 10:57:46 +0100 | [diff] [blame] | 420 | .has_reset_engine = 1, |
Chris Wilson | 5d95c24 | 2017-09-06 11:56:53 +0100 | [diff] [blame] | 421 | .has_snoop = true, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 422 | .display_mmio_offset = VLV_DISPLAY_BASE, |
| 423 | GEN_CHV_PIPEOFFSETS, |
| 424 | CURSOR_OFFSETS, |
| 425 | CHV_COLORS, |
| 426 | }; |
| 427 | |
Rodrigo Vivi | 94829de | 2017-06-06 09:06:06 -0700 | [diff] [blame] | 428 | #define SKL_PLATFORM \ |
| 429 | BDW_FEATURES, \ |
| 430 | .gen = 9, \ |
| 431 | .platform = INTEL_SKYLAKE, \ |
| 432 | .has_csr = 1, \ |
| 433 | .has_guc = 1, \ |
| 434 | .ddb_size = 896 |
| 435 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 436 | static const struct intel_device_info intel_skylake_gt1_info __initconst = { |
Rodrigo Vivi | 94829de | 2017-06-06 09:06:06 -0700 | [diff] [blame] | 437 | SKL_PLATFORM, |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 438 | .gt = 1, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 439 | }; |
| 440 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 441 | static const struct intel_device_info intel_skylake_gt2_info __initconst = { |
Rodrigo Vivi | 94829de | 2017-06-06 09:06:06 -0700 | [diff] [blame] | 442 | SKL_PLATFORM, |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 443 | .gt = 2, |
| 444 | }; |
| 445 | |
| 446 | #define SKL_GT3_PLUS_PLATFORM \ |
| 447 | SKL_PLATFORM, \ |
| 448 | .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING | BSD2_RING |
| 449 | |
| 450 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 451 | static const struct intel_device_info intel_skylake_gt3_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 452 | SKL_GT3_PLUS_PLATFORM, |
| 453 | .gt = 3, |
| 454 | }; |
| 455 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 456 | static const struct intel_device_info intel_skylake_gt4_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 457 | SKL_GT3_PLUS_PLATFORM, |
| 458 | .gt = 4, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 459 | }; |
| 460 | |
Rodrigo Vivi | 80fa66b | 2016-12-01 11:33:16 +0200 | [diff] [blame] | 461 | #define GEN9_LP_FEATURES \ |
| 462 | .gen = 9, \ |
Ander Conselvan de Oliveira | 3e4274f | 2016-11-10 17:23:09 +0200 | [diff] [blame] | 463 | .is_lp = 1, \ |
Rodrigo Vivi | 80fa66b | 2016-12-01 11:33:16 +0200 | [diff] [blame] | 464 | .has_hotplug = 1, \ |
| 465 | .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING, \ |
| 466 | .num_pipes = 3, \ |
| 467 | .has_64bit_reloc = 1, \ |
| 468 | .has_ddi = 1, \ |
| 469 | .has_fpga_dbg = 1, \ |
| 470 | .has_fbc = 1, \ |
| 471 | .has_runtime_pm = 1, \ |
| 472 | .has_pooled_eu = 0, \ |
| 473 | .has_csr = 1, \ |
| 474 | .has_resource_streamer = 1, \ |
| 475 | .has_rc6 = 1, \ |
| 476 | .has_dp_mst = 1, \ |
| 477 | .has_gmbus_irq = 1, \ |
Rodrigo Vivi | 80fa66b | 2016-12-01 11:33:16 +0200 | [diff] [blame] | 478 | .has_logical_ring_contexts = 1, \ |
| 479 | .has_guc = 1, \ |
Michel Thierry | 9e1d0e6 | 2016-12-05 17:57:03 -0800 | [diff] [blame] | 480 | .has_aliasing_ppgtt = 1, \ |
| 481 | .has_full_ppgtt = 1, \ |
| 482 | .has_full_48bit_ppgtt = 1, \ |
Michel Thierry | 142bc7d | 2017-06-20 10:57:46 +0100 | [diff] [blame] | 483 | .has_reset_engine = 1, \ |
Chris Wilson | 5d95c24 | 2017-09-06 11:56:53 +0100 | [diff] [blame] | 484 | .has_snoop = true, \ |
Rodrigo Vivi | 80fa66b | 2016-12-01 11:33:16 +0200 | [diff] [blame] | 485 | GEN_DEFAULT_PIPEOFFSETS, \ |
| 486 | IVB_CURSOR_OFFSETS, \ |
| 487 | BDW_COLORS |
| 488 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 489 | static const struct intel_device_info intel_broxton_info __initconst = { |
Rodrigo Vivi | 80fa66b | 2016-12-01 11:33:16 +0200 | [diff] [blame] | 490 | GEN9_LP_FEATURES, |
Jani Nikula | 2e0d26f | 2016-12-01 14:49:55 +0200 | [diff] [blame] | 491 | .platform = INTEL_BROXTON, |
Deepak M | 6f3fff6 | 2016-09-15 15:01:10 +0530 | [diff] [blame] | 492 | .ddb_size = 512, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 493 | }; |
| 494 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 495 | static const struct intel_device_info intel_geminilake_info __initconst = { |
Ander Conselvan de Oliveira | c22097f | 2016-11-14 16:25:26 +0200 | [diff] [blame] | 496 | GEN9_LP_FEATURES, |
Jani Nikula | 2e0d26f | 2016-12-01 14:49:55 +0200 | [diff] [blame] | 497 | .platform = INTEL_GEMINILAKE, |
Ander Conselvan de Oliveira | c22097f | 2016-11-14 16:25:26 +0200 | [diff] [blame] | 498 | .ddb_size = 1024, |
Ander Conselvan de Oliveira | 9751baf | 2017-01-27 11:02:30 +0200 | [diff] [blame] | 499 | .color = { .degamma_lut_size = 0, .gamma_lut_size = 1024 } |
Ander Conselvan de Oliveira | c22097f | 2016-11-14 16:25:26 +0200 | [diff] [blame] | 500 | }; |
| 501 | |
Rodrigo Vivi | 94829de | 2017-06-06 09:06:06 -0700 | [diff] [blame] | 502 | #define KBL_PLATFORM \ |
| 503 | BDW_FEATURES, \ |
| 504 | .gen = 9, \ |
| 505 | .platform = INTEL_KABYLAKE, \ |
| 506 | .has_csr = 1, \ |
| 507 | .has_guc = 1, \ |
| 508 | .ddb_size = 896 |
| 509 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 510 | static const struct intel_device_info intel_kabylake_gt1_info __initconst = { |
Rodrigo Vivi | 94829de | 2017-06-06 09:06:06 -0700 | [diff] [blame] | 511 | KBL_PLATFORM, |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 512 | .gt = 1, |
| 513 | }; |
| 514 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 515 | static const struct intel_device_info intel_kabylake_gt2_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 516 | KBL_PLATFORM, |
| 517 | .gt = 2, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 518 | }; |
| 519 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 520 | static const struct intel_device_info intel_kabylake_gt3_info __initconst = { |
Rodrigo Vivi | 94829de | 2017-06-06 09:06:06 -0700 | [diff] [blame] | 521 | KBL_PLATFORM, |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 522 | .gt = 3, |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 523 | .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING | BSD2_RING, |
| 524 | }; |
| 525 | |
Rodrigo Vivi | 71851fa | 2017-06-08 08:49:58 -0700 | [diff] [blame] | 526 | #define CFL_PLATFORM \ |
| 527 | .is_alpha_support = 1, \ |
| 528 | BDW_FEATURES, \ |
| 529 | .gen = 9, \ |
| 530 | .platform = INTEL_COFFEELAKE, \ |
Rodrigo Vivi | 84cd843 | 2017-06-09 13:02:30 -0700 | [diff] [blame] | 531 | .has_csr = 1, \ |
Anusha Srivatsa | c0f8296 | 2017-06-08 16:48:23 -0700 | [diff] [blame] | 532 | .has_guc = 1, \ |
Rodrigo Vivi | 71851fa | 2017-06-08 08:49:58 -0700 | [diff] [blame] | 533 | .ddb_size = 896 |
| 534 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 535 | static const struct intel_device_info intel_coffeelake_gt1_info __initconst = { |
Rodrigo Vivi | 71851fa | 2017-06-08 08:49:58 -0700 | [diff] [blame] | 536 | CFL_PLATFORM, |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 537 | .gt = 1, |
| 538 | }; |
| 539 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 540 | static const struct intel_device_info intel_coffeelake_gt2_info __initconst = { |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 541 | CFL_PLATFORM, |
| 542 | .gt = 2, |
Rodrigo Vivi | 71851fa | 2017-06-08 08:49:58 -0700 | [diff] [blame] | 543 | }; |
| 544 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 545 | static const struct intel_device_info intel_coffeelake_gt3_info __initconst = { |
Rodrigo Vivi | 71851fa | 2017-06-08 08:49:58 -0700 | [diff] [blame] | 546 | CFL_PLATFORM, |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 547 | .gt = 3, |
Rodrigo Vivi | 71851fa | 2017-06-08 08:49:58 -0700 | [diff] [blame] | 548 | .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING | BSD2_RING, |
| 549 | }; |
| 550 | |
Lionel Landwerlin | 5b54edd | 2017-08-30 17:12:06 +0100 | [diff] [blame] | 551 | static const struct intel_device_info intel_cannonlake_gt2_info __initconst = { |
Rodrigo Vivi | 413f3c1 | 2017-06-06 13:30:30 -0700 | [diff] [blame] | 552 | BDW_FEATURES, |
| 553 | .is_alpha_support = 1, |
| 554 | .platform = INTEL_CANNONLAKE, |
| 555 | .gen = 10, |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 556 | .gt = 2, |
Rodrigo Vivi | 413f3c1 | 2017-06-06 13:30:30 -0700 | [diff] [blame] | 557 | .ddb_size = 1024, |
Anusha Srivatsa | cebfcea | 2017-06-09 15:26:10 -0700 | [diff] [blame] | 558 | .has_csr = 1, |
Rodrigo Vivi | 6602be0 | 2017-07-06 14:01:13 -0700 | [diff] [blame] | 559 | .color = { .degamma_lut_size = 0, .gamma_lut_size = 1024 } |
Rodrigo Vivi | 413f3c1 | 2017-06-06 13:30:30 -0700 | [diff] [blame] | 560 | }; |
| 561 | |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 562 | /* |
| 563 | * Make sure any device matches here are from most specific to most |
| 564 | * general. For example, since the Quanta match is based on the subsystem |
| 565 | * and subvendor IDs, we need it to come before the more general IVB |
| 566 | * PCI ID matches, otherwise we'll use the wrong info struct above. |
| 567 | */ |
| 568 | static const struct pci_device_id pciidlist[] = { |
| 569 | INTEL_I830_IDS(&intel_i830_info), |
Jani Nikula | 2a307c2 | 2016-11-30 17:43:04 +0200 | [diff] [blame] | 570 | INTEL_I845G_IDS(&intel_i845g_info), |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 571 | INTEL_I85X_IDS(&intel_i85x_info), |
| 572 | INTEL_I865G_IDS(&intel_i865g_info), |
| 573 | INTEL_I915G_IDS(&intel_i915g_info), |
| 574 | INTEL_I915GM_IDS(&intel_i915gm_info), |
| 575 | INTEL_I945G_IDS(&intel_i945g_info), |
| 576 | INTEL_I945GM_IDS(&intel_i945gm_info), |
| 577 | INTEL_I965G_IDS(&intel_i965g_info), |
| 578 | INTEL_G33_IDS(&intel_g33_info), |
| 579 | INTEL_I965GM_IDS(&intel_i965gm_info), |
| 580 | INTEL_GM45_IDS(&intel_gm45_info), |
| 581 | INTEL_G45_IDS(&intel_g45_info), |
| 582 | INTEL_PINEVIEW_IDS(&intel_pineview_info), |
| 583 | INTEL_IRONLAKE_D_IDS(&intel_ironlake_d_info), |
| 584 | INTEL_IRONLAKE_M_IDS(&intel_ironlake_m_info), |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 585 | INTEL_SNB_D_GT1_IDS(&intel_sandybridge_d_gt1_info), |
| 586 | INTEL_SNB_D_GT2_IDS(&intel_sandybridge_d_gt2_info), |
| 587 | INTEL_SNB_M_GT1_IDS(&intel_sandybridge_m_gt1_info), |
| 588 | INTEL_SNB_M_GT2_IDS(&intel_sandybridge_m_gt2_info), |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 589 | INTEL_IVB_Q_IDS(&intel_ivybridge_q_info), /* must be first IVB */ |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 590 | INTEL_IVB_M_GT1_IDS(&intel_ivybridge_m_gt1_info), |
| 591 | INTEL_IVB_M_GT2_IDS(&intel_ivybridge_m_gt2_info), |
| 592 | INTEL_IVB_D_GT1_IDS(&intel_ivybridge_d_gt1_info), |
| 593 | INTEL_IVB_D_GT2_IDS(&intel_ivybridge_d_gt2_info), |
| 594 | INTEL_HSW_GT1_IDS(&intel_haswell_gt1_info), |
| 595 | INTEL_HSW_GT2_IDS(&intel_haswell_gt2_info), |
| 596 | INTEL_HSW_GT3_IDS(&intel_haswell_gt3_info), |
Carlos Santa | 8d9c20e | 2016-08-17 12:30:37 -0700 | [diff] [blame] | 597 | INTEL_VLV_IDS(&intel_valleyview_info), |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 598 | INTEL_BDW_GT1_IDS(&intel_broadwell_gt1_info), |
| 599 | INTEL_BDW_GT2_IDS(&intel_broadwell_gt2_info), |
Carlos Santa | 8d9c20e | 2016-08-17 12:30:37 -0700 | [diff] [blame] | 600 | INTEL_BDW_GT3_IDS(&intel_broadwell_gt3_info), |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 601 | INTEL_BDW_RSVD_IDS(&intel_broadwell_rsvd_info), |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 602 | INTEL_CHV_IDS(&intel_cherryview_info), |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 603 | INTEL_SKL_GT1_IDS(&intel_skylake_gt1_info), |
| 604 | INTEL_SKL_GT2_IDS(&intel_skylake_gt2_info), |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 605 | INTEL_SKL_GT3_IDS(&intel_skylake_gt3_info), |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 606 | INTEL_SKL_GT4_IDS(&intel_skylake_gt4_info), |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 607 | INTEL_BXT_IDS(&intel_broxton_info), |
Ander Conselvan de Oliveira | 8363e3c | 2016-11-10 17:23:08 +0200 | [diff] [blame] | 608 | INTEL_GLK_IDS(&intel_geminilake_info), |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 609 | INTEL_KBL_GT1_IDS(&intel_kabylake_gt1_info), |
| 610 | INTEL_KBL_GT2_IDS(&intel_kabylake_gt2_info), |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 611 | INTEL_KBL_GT3_IDS(&intel_kabylake_gt3_info), |
| 612 | INTEL_KBL_GT4_IDS(&intel_kabylake_gt3_info), |
Lionel Landwerlin | 0890540 | 2017-08-30 17:12:05 +0100 | [diff] [blame] | 613 | INTEL_CFL_S_GT1_IDS(&intel_coffeelake_gt1_info), |
| 614 | INTEL_CFL_S_GT2_IDS(&intel_coffeelake_gt2_info), |
| 615 | INTEL_CFL_H_GT2_IDS(&intel_coffeelake_gt2_info), |
| 616 | INTEL_CFL_U_GT3_IDS(&intel_coffeelake_gt3_info), |
| 617 | INTEL_CNL_U_GT2_IDS(&intel_cannonlake_gt2_info), |
| 618 | INTEL_CNL_Y_GT2_IDS(&intel_cannonlake_gt2_info), |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 619 | {0, 0, 0} |
| 620 | }; |
| 621 | MODULE_DEVICE_TABLE(pci, pciidlist); |
| 622 | |
Chris Wilson | 953c7f8 | 2017-02-13 17:15:12 +0000 | [diff] [blame] | 623 | static void i915_pci_remove(struct pci_dev *pdev) |
| 624 | { |
| 625 | struct drm_device *dev = pci_get_drvdata(pdev); |
| 626 | |
| 627 | i915_driver_unload(dev); |
| 628 | drm_dev_unref(dev); |
| 629 | } |
| 630 | |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 631 | static int i915_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) |
| 632 | { |
| 633 | struct intel_device_info *intel_info = |
| 634 | (struct intel_device_info *) ent->driver_data; |
Chris Wilson | 953c7f8 | 2017-02-13 17:15:12 +0000 | [diff] [blame] | 635 | int err; |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 636 | |
Jani Nikula | c007fb4 | 2016-10-31 12:18:28 +0200 | [diff] [blame] | 637 | if (IS_ALPHA_SUPPORT(intel_info) && !i915.alpha_support) { |
| 638 | DRM_INFO("The driver support for your hardware in this kernel version is alpha quality\n" |
| 639 | "See CONFIG_DRM_I915_ALPHA_SUPPORT or i915.alpha_support module parameter\n" |
| 640 | "to enable support in this kernel version, or check for kernel updates.\n"); |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 641 | return -ENODEV; |
| 642 | } |
| 643 | |
| 644 | /* Only bind to function 0 of the device. Early generations |
| 645 | * used function 1 as a placeholder for multi-head. This causes |
| 646 | * us confusion instead, especially on the systems where both |
| 647 | * functions have the same PCI-ID! |
| 648 | */ |
| 649 | if (PCI_FUNC(pdev->devfn)) |
| 650 | return -ENODEV; |
| 651 | |
| 652 | /* |
| 653 | * apple-gmux is needed on dual GPU MacBook Pro |
| 654 | * to probe the panel if we're the inactive GPU. |
| 655 | */ |
| 656 | if (vga_switcheroo_client_probe_defer(pdev)) |
| 657 | return -EPROBE_DEFER; |
| 658 | |
Chris Wilson | 953c7f8 | 2017-02-13 17:15:12 +0000 | [diff] [blame] | 659 | err = i915_driver_load(pdev, ent); |
| 660 | if (err) |
| 661 | return err; |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 662 | |
Chris Wilson | 953c7f8 | 2017-02-13 17:15:12 +0000 | [diff] [blame] | 663 | err = i915_live_selftests(pdev); |
| 664 | if (err) { |
| 665 | i915_pci_remove(pdev); |
| 666 | return err > 0 ? -ENOTTY : err; |
| 667 | } |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 668 | |
Chris Wilson | 953c7f8 | 2017-02-13 17:15:12 +0000 | [diff] [blame] | 669 | return 0; |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 670 | } |
| 671 | |
Chris Wilson | a09d0ba | 2016-06-24 14:00:27 +0100 | [diff] [blame] | 672 | static struct pci_driver i915_pci_driver = { |
Chris Wilson | 42f5551 | 2016-06-24 14:00:26 +0100 | [diff] [blame] | 673 | .name = DRIVER_NAME, |
| 674 | .id_table = pciidlist, |
| 675 | .probe = i915_pci_probe, |
| 676 | .remove = i915_pci_remove, |
| 677 | .driver.pm = &i915_pm_ops, |
| 678 | }; |
Chris Wilson | a09d0ba | 2016-06-24 14:00:27 +0100 | [diff] [blame] | 679 | |
| 680 | static int __init i915_init(void) |
| 681 | { |
| 682 | bool use_kms = true; |
Chris Wilson | 953c7f8 | 2017-02-13 17:15:12 +0000 | [diff] [blame] | 683 | int err; |
| 684 | |
| 685 | err = i915_mock_selftests(); |
| 686 | if (err) |
| 687 | return err > 0 ? 0 : err; |
Chris Wilson | a09d0ba | 2016-06-24 14:00:27 +0100 | [diff] [blame] | 688 | |
| 689 | /* |
| 690 | * Enable KMS by default, unless explicitly overriden by |
| 691 | * either the i915.modeset prarameter or by the |
| 692 | * vga_text_mode_force boot option. |
| 693 | */ |
| 694 | |
| 695 | if (i915.modeset == 0) |
| 696 | use_kms = false; |
| 697 | |
| 698 | if (vgacon_text_force() && i915.modeset == -1) |
| 699 | use_kms = false; |
| 700 | |
| 701 | if (!use_kms) { |
| 702 | /* Silently fail loading to not upset userspace. */ |
| 703 | DRM_DEBUG_DRIVER("KMS disabled.\n"); |
| 704 | return 0; |
| 705 | } |
| 706 | |
| 707 | return pci_register_driver(&i915_pci_driver); |
| 708 | } |
| 709 | |
| 710 | static void __exit i915_exit(void) |
| 711 | { |
| 712 | if (!i915_pci_driver.driver.owner) |
| 713 | return; |
| 714 | |
| 715 | pci_unregister_driver(&i915_pci_driver); |
| 716 | } |
| 717 | |
| 718 | module_init(i915_init); |
| 719 | module_exit(i915_exit); |
| 720 | |
| 721 | MODULE_AUTHOR("Tungsten Graphics, Inc."); |
| 722 | MODULE_AUTHOR("Intel Corporation"); |
| 723 | |
| 724 | MODULE_DESCRIPTION(DRIVER_DESC); |
| 725 | MODULE_LICENSE("GPL and additional rights"); |