blob: 2304a0468800d97de9bdac57631a0dc25e389e9d [file] [log] [blame]
Angel Pons6e5aabd2020-03-23 23:44:42 +01001/* SPDX-License-Identifier: GPL-2.0-only */
Stefan Reinauer00636b02012-04-04 00:08:51 +02002
3#include <arch/io.h>
Kyösti Mälkki13f66502019-03-03 08:01:05 +02004#include <device/mmio.h>
Stefan Reinauer00636b02012-04-04 00:08:51 +02005#include <console/console.h>
Kyösti Mälkkiab56b3b2013-11-28 16:44:51 +02006#include <bootmode.h>
Angel Pons964d91f2020-12-07 13:11:17 +01007#include <cpu/intel/model_206ax/model_206ax.h>
Stefan Reinauer00636b02012-04-04 00:08:51 +02008#include <delay.h>
9#include <device/device.h>
10#include <device/pci.h>
11#include <device/pci_ids.h>
Ronald G. Minnich69efaa02013-02-26 10:07:40 -080012#include <device/pci_ops.h>
Nico Huber18228162017-06-08 16:31:57 +020013#include <drivers/intel/gma/libgfxinit.h>
Matt DeVillierebe08e02017-07-14 13:28:42 -050014#include <drivers/intel/gma/opregion.h>
Patrick Rudolphda9302a2019-03-24 17:01:41 +010015#include <southbridge/intel/bd82x6x/pch.h>
Elyes HAOUAS51401c32019-05-15 21:09:30 +020016#include <types.h>
Stefan Reinauer00636b02012-04-04 00:08:51 +020017
18#include "chip.h"
19#include "sandybridge.h"
20
Duncan Lauriedd585b82012-04-09 12:05:18 -070021struct gt_powermeter {
22 u16 reg;
23 u32 value;
24};
25
Stefan Reinauer4c8027a2012-09-07 10:53:56 -070026static const struct gt_powermeter snb_pm_gt1[] = {
Duncan Lauriedd585b82012-04-09 12:05:18 -070027 { 0xa200, 0xcc000000 },
28 { 0xa204, 0x07000040 },
29 { 0xa208, 0x0000fe00 },
30 { 0xa20c, 0x00000000 },
31 { 0xa210, 0x17000000 },
32 { 0xa214, 0x00000021 },
33 { 0xa218, 0x0817fe19 },
34 { 0xa21c, 0x00000000 },
35 { 0xa220, 0x00000000 },
36 { 0xa224, 0xcc000000 },
37 { 0xa228, 0x07000040 },
38 { 0xa22c, 0x0000fe00 },
39 { 0xa230, 0x00000000 },
40 { 0xa234, 0x17000000 },
41 { 0xa238, 0x00000021 },
42 { 0xa23c, 0x0817fe19 },
43 { 0xa240, 0x00000000 },
44 { 0xa244, 0x00000000 },
45 { 0xa248, 0x8000421e },
Angel Pons7c49cb82020-03-16 23:17:32 +010046 { 0 },
Duncan Lauriedd585b82012-04-09 12:05:18 -070047};
48
Stefan Reinauer4c8027a2012-09-07 10:53:56 -070049static const struct gt_powermeter snb_pm_gt2[] = {
Duncan Lauriedd585b82012-04-09 12:05:18 -070050 { 0xa200, 0x330000a6 },
51 { 0xa204, 0x402d0031 },
52 { 0xa208, 0x00165f83 },
53 { 0xa20c, 0xf1000000 },
54 { 0xa210, 0x00000000 },
55 { 0xa214, 0x00160016 },
56 { 0xa218, 0x002a002b },
57 { 0xa21c, 0x00000000 },
58 { 0xa220, 0x00000000 },
59 { 0xa224, 0x330000a6 },
60 { 0xa228, 0x402d0031 },
61 { 0xa22c, 0x00165f83 },
62 { 0xa230, 0xf1000000 },
63 { 0xa234, 0x00000000 },
64 { 0xa238, 0x00160016 },
65 { 0xa23c, 0x002a002b },
66 { 0xa240, 0x00000000 },
67 { 0xa244, 0x00000000 },
68 { 0xa248, 0x8000421e },
Angel Pons7c49cb82020-03-16 23:17:32 +010069 { 0 },
Duncan Lauriedd585b82012-04-09 12:05:18 -070070};
71
Stefan Reinauer4c8027a2012-09-07 10:53:56 -070072static const struct gt_powermeter ivb_pm_gt1[] = {
Duncan Laurie8508cff2012-04-12 16:02:43 -070073 { 0xa800, 0x00000000 },
74 { 0xa804, 0x00021c00 },
75 { 0xa808, 0x00000403 },
76 { 0xa80c, 0x02001700 },
77 { 0xa810, 0x05000200 },
78 { 0xa814, 0x00000000 },
79 { 0xa818, 0x00690500 },
80 { 0xa81c, 0x0000007f },
81 { 0xa820, 0x01002501 },
82 { 0xa824, 0x00000300 },
83 { 0xa828, 0x01000331 },
84 { 0xa82c, 0x0000000c },
85 { 0xa830, 0x00010016 },
86 { 0xa834, 0x01100101 },
87 { 0xa838, 0x00010103 },
88 { 0xa83c, 0x00041300 },
89 { 0xa840, 0x00000b30 },
90 { 0xa844, 0x00000000 },
91 { 0xa848, 0x7f000000 },
92 { 0xa84c, 0x05000008 },
93 { 0xa850, 0x00000001 },
94 { 0xa854, 0x00000004 },
95 { 0xa858, 0x00000007 },
96 { 0xa85c, 0x00000000 },
97 { 0xa860, 0x00010000 },
98 { 0xa248, 0x0000221e },
99 { 0xa900, 0x00000000 },
100 { 0xa904, 0x00001c00 },
101 { 0xa908, 0x00000000 },
102 { 0xa90c, 0x06000000 },
103 { 0xa910, 0x09000200 },
104 { 0xa914, 0x00000000 },
105 { 0xa918, 0x00590000 },
106 { 0xa91c, 0x00000000 },
107 { 0xa920, 0x04002501 },
108 { 0xa924, 0x00000100 },
109 { 0xa928, 0x03000410 },
110 { 0xa92c, 0x00000000 },
111 { 0xa930, 0x00020000 },
112 { 0xa934, 0x02070106 },
113 { 0xa938, 0x00010100 },
114 { 0xa93c, 0x00401c00 },
115 { 0xa940, 0x00000000 },
116 { 0xa944, 0x00000000 },
117 { 0xa948, 0x10000e00 },
118 { 0xa94c, 0x02000004 },
119 { 0xa950, 0x00000001 },
120 { 0xa954, 0x00000004 },
121 { 0xa960, 0x00060000 },
122 { 0xaa3c, 0x00001c00 },
123 { 0xaa54, 0x00000004 },
124 { 0xaa60, 0x00060000 },
Angel Pons7c49cb82020-03-16 23:17:32 +0100125 { 0 },
Duncan Laurie8508cff2012-04-12 16:02:43 -0700126};
127
Stefan Reinauer4c8027a2012-09-07 10:53:56 -0700128static const struct gt_powermeter ivb_pm_gt2_17w[] = {
Duncan Lauriedd585b82012-04-09 12:05:18 -0700129 { 0xa800, 0x20000000 },
130 { 0xa804, 0x000e3800 },
131 { 0xa808, 0x00000806 },
132 { 0xa80c, 0x0c002f00 },
133 { 0xa810, 0x0c000800 },
134 { 0xa814, 0x00000000 },
135 { 0xa818, 0x00d20d00 },
136 { 0xa81c, 0x000000ff },
137 { 0xa820, 0x03004b02 },
138 { 0xa824, 0x00000600 },
139 { 0xa828, 0x07000773 },
140 { 0xa82c, 0x00000000 },
141 { 0xa830, 0x00020032 },
142 { 0xa834, 0x1520040d },
143 { 0xa838, 0x00020105 },
144 { 0xa83c, 0x00083700 },
145 { 0xa840, 0x000016ff },
146 { 0xa844, 0x00000000 },
147 { 0xa848, 0xff000000 },
148 { 0xa84c, 0x0a000010 },
Duncan Laurie8508cff2012-04-12 16:02:43 -0700149 { 0xa850, 0x00000002 },
Duncan Lauriedd585b82012-04-09 12:05:18 -0700150 { 0xa854, 0x00000008 },
Duncan Laurie8508cff2012-04-12 16:02:43 -0700151 { 0xa858, 0x0000000f },
Duncan Lauriedd585b82012-04-09 12:05:18 -0700152 { 0xa85c, 0x00000000 },
153 { 0xa860, 0x00020000 },
154 { 0xa248, 0x0000221e },
155 { 0xa900, 0x00000000 },
156 { 0xa904, 0x00003800 },
157 { 0xa908, 0x00000000 },
158 { 0xa90c, 0x0c000000 },
Duncan Laurie8508cff2012-04-12 16:02:43 -0700159 { 0xa910, 0x12000800 },
Duncan Lauriedd585b82012-04-09 12:05:18 -0700160 { 0xa914, 0x00000000 },
161 { 0xa918, 0x00b20000 },
162 { 0xa91c, 0x00000000 },
163 { 0xa920, 0x08004b02 },
Duncan Laurie8508cff2012-04-12 16:02:43 -0700164 { 0xa924, 0x00000300 },
165 { 0xa928, 0x01000820 },
Duncan Lauriedd585b82012-04-09 12:05:18 -0700166 { 0xa92c, 0x00000000 },
167 { 0xa930, 0x00030000 },
Duncan Laurie8508cff2012-04-12 16:02:43 -0700168 { 0xa934, 0x15150406 },
169 { 0xa938, 0x00020300 },
170 { 0xa93c, 0x00903900 },
171 { 0xa940, 0x00000000 },
172 { 0xa944, 0x00000000 },
173 { 0xa948, 0x20001b00 },
174 { 0xa94c, 0x0a000010 },
175 { 0xa950, 0x00000000 },
176 { 0xa954, 0x00000008 },
177 { 0xa960, 0x00110000 },
178 { 0xaa3c, 0x00003900 },
179 { 0xaa54, 0x00000008 },
180 { 0xaa60, 0x00110000 },
Angel Pons7c49cb82020-03-16 23:17:32 +0100181 { 0 },
Duncan Laurie8508cff2012-04-12 16:02:43 -0700182};
183
Stefan Reinauer4c8027a2012-09-07 10:53:56 -0700184static const struct gt_powermeter ivb_pm_gt2_35w[] = {
Duncan Laurie8508cff2012-04-12 16:02:43 -0700185 { 0xa800, 0x00000000 },
186 { 0xa804, 0x00030400 },
187 { 0xa808, 0x00000806 },
188 { 0xa80c, 0x0c002f00 },
189 { 0xa810, 0x0c000300 },
190 { 0xa814, 0x00000000 },
191 { 0xa818, 0x00d20d00 },
192 { 0xa81c, 0x000000ff },
193 { 0xa820, 0x03004b02 },
194 { 0xa824, 0x00000600 },
195 { 0xa828, 0x07000773 },
196 { 0xa82c, 0x00000000 },
197 { 0xa830, 0x00020032 },
198 { 0xa834, 0x1520040d },
199 { 0xa838, 0x00020105 },
200 { 0xa83c, 0x00083700 },
201 { 0xa840, 0x000016ff },
202 { 0xa844, 0x00000000 },
203 { 0xa848, 0xff000000 },
204 { 0xa84c, 0x0a000010 },
205 { 0xa850, 0x00000001 },
206 { 0xa854, 0x00000008 },
207 { 0xa858, 0x00000008 },
208 { 0xa85c, 0x00000000 },
209 { 0xa860, 0x00020000 },
210 { 0xa248, 0x0000221e },
211 { 0xa900, 0x00000000 },
212 { 0xa904, 0x00003800 },
213 { 0xa908, 0x00000000 },
214 { 0xa90c, 0x0c000000 },
215 { 0xa910, 0x12000800 },
216 { 0xa914, 0x00000000 },
217 { 0xa918, 0x00b20000 },
218 { 0xa91c, 0x00000000 },
219 { 0xa920, 0x08004b02 },
220 { 0xa924, 0x00000300 },
221 { 0xa928, 0x01000820 },
222 { 0xa92c, 0x00000000 },
223 { 0xa930, 0x00030000 },
224 { 0xa934, 0x15150406 },
Duncan Lauriedd585b82012-04-09 12:05:18 -0700225 { 0xa938, 0x00020300 },
226 { 0xa93c, 0x00903900 },
227 { 0xa940, 0x00000000 },
228 { 0xa944, 0x00000000 },
229 { 0xa948, 0x20001b00 },
230 { 0xa94c, 0x0a000010 },
231 { 0xa950, 0x00000000 },
232 { 0xa954, 0x00000008 },
233 { 0xa960, 0x00110000 },
234 { 0xaa3c, 0x00003900 },
235 { 0xaa54, 0x00000008 },
236 { 0xaa60, 0x00110000 },
Angel Pons7c49cb82020-03-16 23:17:32 +0100237 { 0 },
Duncan Lauriedd585b82012-04-09 12:05:18 -0700238};
239
Angel Pons7c49cb82020-03-16 23:17:32 +0100240/*
241 * Some VGA option roms are used for several chipsets but they only have one PCI ID in their
242 * header. If we encounter such an option rom, we need to do the mapping ourselves.
Stefan Reinauer00636b02012-04-04 00:08:51 +0200243 */
244
245u32 map_oprom_vendev(u32 vendev)
246{
Nico Huber23b93dd2017-07-29 01:46:23 +0200247 u32 new_vendev = vendev;
Stefan Reinauer00636b02012-04-04 00:08:51 +0200248
249 switch (vendev) {
Nico Huber23b93dd2017-07-29 01:46:23 +0200250 case 0x80860102: /* SNB GT1 Desktop */
Angel Pons7c49cb82020-03-16 23:17:32 +0100251 case 0x8086010a: /* SNB GT1 Server */
Nico Huber23b93dd2017-07-29 01:46:23 +0200252 case 0x80860112: /* SNB GT2 Desktop */
Angel Pons7c49cb82020-03-16 23:17:32 +0100253 case 0x80860116: /* SNB GT2 Mobile */
Nico Huber23b93dd2017-07-29 01:46:23 +0200254 case 0x80860122: /* SNB GT2 Desktop >=1.3GHz */
Angel Pons7c49cb82020-03-16 23:17:32 +0100255 case 0x80860126: /* SNB GT2 Mobile >=1.3GHz */
Nico Huber23b93dd2017-07-29 01:46:23 +0200256 case 0x80860152: /* IVB GT1 Desktop */
Angel Pons7c49cb82020-03-16 23:17:32 +0100257 case 0x80860156: /* IVB GT1 Mobile */
Nico Huber23b93dd2017-07-29 01:46:23 +0200258 case 0x80860162: /* IVB GT2 Desktop */
Angel Pons7c49cb82020-03-16 23:17:32 +0100259 case 0x80860166: /* IVB GT2 Mobile */
260 case 0x8086016a: /* IVB GT2 Server */
261 new_vendev = 0x80860106;/* SNB GT1 Mobile */
Stefan Reinauer00636b02012-04-04 00:08:51 +0200262 break;
263 }
264
265 return new_vendev;
266}
267
268static struct resource *gtt_res = NULL;
269
Vladimir Serbinenkoa71bdc32014-08-30 00:35:39 +0200270u32 gtt_read(u32 reg)
Stefan Reinauer00636b02012-04-04 00:08:51 +0200271{
Kevin Paul Herbertbde6d302014-12-24 18:43:20 -0800272 return read32(res2mmio(gtt_res, reg, 0));
Stefan Reinauer00636b02012-04-04 00:08:51 +0200273}
274
Vladimir Serbinenkoa71bdc32014-08-30 00:35:39 +0200275void gtt_write(u32 reg, u32 data)
Stefan Reinauer00636b02012-04-04 00:08:51 +0200276{
Kevin Paul Herbertbde6d302014-12-24 18:43:20 -0800277 write32(res2mmio(gtt_res, reg, 0), data);
Stefan Reinauer00636b02012-04-04 00:08:51 +0200278}
279
Stefan Reinauer4c8027a2012-09-07 10:53:56 -0700280static inline void gtt_write_powermeter(const struct gt_powermeter *pm)
Duncan Lauriedd585b82012-04-09 12:05:18 -0700281{
282 for (; pm && pm->reg; pm++)
283 gtt_write(pm->reg, pm->value);
284}
285
Stefan Reinauer00636b02012-04-04 00:08:51 +0200286#define GTT_RETRY 1000
Vladimir Serbinenkoa71bdc32014-08-30 00:35:39 +0200287int gtt_poll(u32 reg, u32 mask, u32 value)
Stefan Reinauer00636b02012-04-04 00:08:51 +0200288{
Subrata Banikb1434fc2019-03-15 22:20:41 +0530289 unsigned int try = GTT_RETRY;
Stefan Reinauer00636b02012-04-04 00:08:51 +0200290 u32 data;
291
292 while (try--) {
293 data = gtt_read(reg);
294 if ((data & mask) == value)
295 return 1;
296 udelay(10);
297 }
298
299 printk(BIOS_ERR, "GT init timeout\n");
300 return 0;
301}
302
303static void gma_pm_init_pre_vbios(struct device *dev)
304{
Angel Pons964d91f2020-12-07 13:11:17 +0100305 const bool is_sandy = is_sandybridge();
306
Stefan Reinauer00636b02012-04-04 00:08:51 +0200307 u32 reg32;
308
309 printk(BIOS_DEBUG, "GT Power Management Init\n");
310
Angel Pons536d36a2021-11-03 13:13:00 +0100311 gtt_res = probe_resource(dev, PCI_BASE_ADDRESS_0);
Stefan Reinauer00636b02012-04-04 00:08:51 +0200312 if (!gtt_res || !gtt_res->base)
313 return;
314
Angel Pons964d91f2020-12-07 13:11:17 +0100315 if (is_sandy || cpu_stepping() < IVB_STEP_C0) {
Stefan Reinauer00636b02012-04-04 00:08:51 +0200316 /* 1: Enable force wake */
317 gtt_write(0xa18c, 0x00000001);
Duncan Laurieda83a5f2012-05-25 10:04:17 -0700318 gtt_poll(0x130090, (1 << 0), (1 << 0));
Stefan Reinauer00636b02012-04-04 00:08:51 +0200319 } else {
320 gtt_write(0xa180, 1 << 5);
321 gtt_write(0xa188, 0xffff0001);
Duncan Laurieda83a5f2012-05-25 10:04:17 -0700322 gtt_poll(0x130040, (1 << 0), (1 << 0));
Stefan Reinauer00636b02012-04-04 00:08:51 +0200323 }
324
Angel Pons964d91f2020-12-07 13:11:17 +0100325 if (is_sandy) {
Stefan Reinauer00636b02012-04-04 00:08:51 +0200326 /* 1d: Set GTT+0x42004 [15:14]=11 (SnB C1+) */
327 reg32 = gtt_read(0x42004);
328 reg32 |= (1 << 14) | (1 << 15);
329 gtt_write(0x42004, reg32);
330 }
331
Angel Pons964d91f2020-12-07 13:11:17 +0100332 if (!is_sandy) {
Stefan Reinauer00636b02012-04-04 00:08:51 +0200333 /* Display Reset Acknowledge Settings */
Stefan Reinauer00636b02012-04-04 00:08:51 +0200334 reg32 = gtt_read(0x45010);
335 reg32 |= (1 << 1) | (1 << 0);
336 gtt_write(0x45010, reg32);
337 }
338
339 /* 2: Get GT SKU from GTT+0x911c[13] */
Duncan Lauriedd585b82012-04-09 12:05:18 -0700340 reg32 = gtt_read(0x911c);
Angel Pons964d91f2020-12-07 13:11:17 +0100341 if (is_sandy) {
Stefan Reinauer00636b02012-04-04 00:08:51 +0200342 if (reg32 & (1 << 13)) {
Duncan Lauriedd585b82012-04-09 12:05:18 -0700343 printk(BIOS_DEBUG, "SNB GT1 Power Meter Weights\n");
344 gtt_write_powermeter(snb_pm_gt1);
Stefan Reinauer00636b02012-04-04 00:08:51 +0200345 } else {
Duncan Lauriedd585b82012-04-09 12:05:18 -0700346 printk(BIOS_DEBUG, "SNB GT2 Power Meter Weights\n");
347 gtt_write_powermeter(snb_pm_gt2);
Stefan Reinauer00636b02012-04-04 00:08:51 +0200348 }
349 } else {
Angel Pons66780a02021-03-26 13:33:22 +0100350 u32 unit = mchbar_read32(0x5938) & 0xf;
Duncan Lauriedd585b82012-04-09 12:05:18 -0700351
Duncan Laurie8508cff2012-04-12 16:02:43 -0700352 if (reg32 & (1 << 13)) {
Duncan Lauriedd585b82012-04-09 12:05:18 -0700353 /* GT1 SKU */
354 printk(BIOS_DEBUG, "IVB GT1 Power Meter Weights\n");
355 gtt_write_powermeter(ivb_pm_gt1);
Duncan Laurie8508cff2012-04-12 16:02:43 -0700356 } else {
357 /* GT2 SKU */
Angel Pons66780a02021-03-26 13:33:22 +0100358 u32 tdp = mchbar_read32(0x5930) & 0x7fff;
Duncan Laurie8508cff2012-04-12 16:02:43 -0700359 tdp /= (1 << unit);
360
361 if (tdp <= 17) {
362 /* <=17W ULV */
Angel Pons7c49cb82020-03-16 23:17:32 +0100363 printk(BIOS_DEBUG, "IVB GT2 17W Power Meter Weights\n");
Duncan Laurie8508cff2012-04-12 16:02:43 -0700364 gtt_write_powermeter(ivb_pm_gt2_17w);
365 } else if ((tdp >= 25) && (tdp <= 35)) {
366 /* 25W-35W */
Angel Pons7c49cb82020-03-16 23:17:32 +0100367 printk(BIOS_DEBUG, "IVB GT2 25W-35W Power Meter Weights\n");
Duncan Laurie8508cff2012-04-12 16:02:43 -0700368 gtt_write_powermeter(ivb_pm_gt2_35w);
369 } else {
370 /* All others */
Angel Pons7c49cb82020-03-16 23:17:32 +0100371 printk(BIOS_DEBUG, "IVB GT2 35W Power Meter Weights\n");
Duncan Laurie8508cff2012-04-12 16:02:43 -0700372 gtt_write_powermeter(ivb_pm_gt2_35w);
373 }
Duncan Lauriedd585b82012-04-09 12:05:18 -0700374 }
Stefan Reinauer00636b02012-04-04 00:08:51 +0200375 }
376
377 /* 3: Gear ratio map */
378 gtt_write(0xa004, 0x00000010);
379
380 /* 4: GFXPAUSE */
381 gtt_write(0xa000, 0x00070020);
382
383 /* 5: Dynamic EU trip control */
384 gtt_write(0xa080, 0x00000004);
385
386 /* 6: ECO bits */
387 reg32 = gtt_read(0xa180);
388 reg32 |= (1 << 26) | (1 << 31);
389 /* (bit 20=1 for SNB step D1+ / IVB A0+) */
Angel Pons964d91f2020-12-07 13:11:17 +0100390 if (!is_sandy || cpu_stepping() >= SNB_STEP_D1)
Stefan Reinauer00636b02012-04-04 00:08:51 +0200391 reg32 |= (1 << 20);
392 gtt_write(0xa180, reg32);
393
394 /* 6a: for SnB step D2+ only */
Angel Pons964d91f2020-12-07 13:11:17 +0100395 if (is_sandy && cpu_stepping() >= SNB_STEP_D2) {
Stefan Reinauer00636b02012-04-04 00:08:51 +0200396 reg32 = gtt_read(0x9400);
397 reg32 |= (1 << 7);
398 gtt_write(0x9400, reg32);
399
400 reg32 = gtt_read(0x941c);
401 reg32 &= 0xf;
402 reg32 |= (1 << 1);
403 gtt_write(0x941c, reg32);
Duncan Laurieda83a5f2012-05-25 10:04:17 -0700404 gtt_poll(0x941c, (1 << 1), (0 << 1));
Stefan Reinauer00636b02012-04-04 00:08:51 +0200405 }
406
Angel Pons964d91f2020-12-07 13:11:17 +0100407 if (is_sandy) {
408 /* 6b: Clocking reset controls */
409 gtt_write(0x9424, 0x00000000);
410 } else {
Stefan Reinauer00636b02012-04-04 00:08:51 +0200411 reg32 = gtt_read(0x907c);
412 reg32 |= (1 << 16);
413 gtt_write(0x907c, reg32);
414
415 /* 6b: Clocking reset controls */
416 gtt_write(0x9424, 0x00000001);
Stefan Reinauer00636b02012-04-04 00:08:51 +0200417 }
418
419 /* 7 */
Duncan Laurieda83a5f2012-05-25 10:04:17 -0700420 if (gtt_poll(0x138124, (1 << 31), (0 << 31))) {
421 gtt_write(0x138128, 0x00000029); /* Mailbox Data */
422 gtt_write(0x138124, 0x80000004); /* Mailbox Cmd for RC6 VID */
423 if (gtt_poll(0x138124, (1 << 31), (0 << 31)))
424 gtt_write(0x138124, 0x8000000a);
425 gtt_poll(0x138124, (1 << 31), (0 << 31));
426 }
Stefan Reinauer00636b02012-04-04 00:08:51 +0200427
428 /* 8 */
429 gtt_write(0xa090, 0x00000000); /* RC Control */
430 gtt_write(0xa098, 0x03e80000); /* RC1e Wake Rate Limit */
431 gtt_write(0xa09c, 0x0028001e); /* RC6/6p Wake Rate Limit */
432 gtt_write(0xa0a0, 0x0000001e); /* RC6pp Wake Rate Limit */
433 gtt_write(0xa0a8, 0x0001e848); /* RC Evaluation Interval */
434 gtt_write(0xa0ac, 0x00000019); /* RC Idle Hysteresis */
435
436 /* 9 */
437 gtt_write(0x2054, 0x0000000a); /* Render Idle Max Count */
438 gtt_write(0x12054,0x0000000a); /* Video Idle Max Count */
439 gtt_write(0x22054,0x0000000a); /* Blitter Idle Max Count */
440
441 /* 10 */
442 gtt_write(0xa0b0, 0x00000000); /* Unblock Ack to Busy */
443 gtt_write(0xa0b4, 0x000003e8); /* RC1e Threshold */
444 gtt_write(0xa0b8, 0x0000c350); /* RC6 Threshold */
445 gtt_write(0xa0bc, 0x000186a0); /* RC6p Threshold */
446 gtt_write(0xa0c0, 0x0000fa00); /* RC6pp Threshold */
447
448 /* 11 */
449 gtt_write(0xa010, 0x000f4240); /* RP Down Timeout */
450 gtt_write(0xa014, 0x12060000); /* RP Interrupt Limits */
451 gtt_write(0xa02c, 0x00015f90); /* RP Up Threshold */
452 gtt_write(0xa030, 0x000186a0); /* RP Down Threshold */
453 gtt_write(0xa068, 0x000186a0); /* RP Up EI */
454 gtt_write(0xa06c, 0x000493e0); /* RP Down EI */
455 gtt_write(0xa070, 0x0000000a); /* RP Idle Hysteresis */
456
Evgeny Zinoviev0df0c7e2020-06-16 03:53:37 +0300457 /*
458 * 11a: Enable Render Standby (RC6)
459 *
460 * IvyBridge should also support DeepRenderStandby.
461 *
462 * Unfortunately it does not work reliably on all SKUs so
463 * disable it here and it can be enabled by the kernel.
464 */
465 gtt_write(0xa090, 0x88040000); /* HW RC Control */
Stefan Reinauer00636b02012-04-04 00:08:51 +0200466
467 /* 12: Normal Frequency Request */
Felix Held6b6c94b2017-11-25 00:45:23 +0100468 /* RPNFREQ_VAL comes from MCHBAR 0x5998 23:16 */
469 /* only the lower 7 bits are used and shifted left by 25 */
Angel Pons66780a02021-03-26 13:33:22 +0100470 reg32 = mchbar_read32(0x5998);
Stefan Reinauer00636b02012-04-04 00:08:51 +0200471 reg32 >>= 16;
Felix Held6b6c94b2017-11-25 00:45:23 +0100472 reg32 &= 0x7f;
Stefan Reinauer00636b02012-04-04 00:08:51 +0200473 reg32 <<= 25;
474 gtt_write(0xa008, reg32);
475
476 /* 13: RP Control */
477 gtt_write(0xa024, 0x00000592);
478
479 /* 14: Enable PM Interrupts */
480 gtt_write(0x4402c, 0x03000076);
481
482 /* Clear 0x6c024 [8:6] */
483 reg32 = gtt_read(0x6c024);
484 reg32 &= ~0x000001c0;
485 gtt_write(0x6c024, reg32);
Nico Huber07e206a2016-10-19 15:20:17 +0200486
487 /* Initialize DP buffer translation with recommended defaults */
488 gtt_write(0xe4f00, 0x0100030c);
489 gtt_write(0xe4f04, 0x00b8230c);
490 gtt_write(0xe4f08, 0x06f8930c);
491 gtt_write(0xe4f0c, 0x05f8e38e);
492 gtt_write(0xe4f10, 0x00b8030c);
493 gtt_write(0xe4f14, 0x0b78830c);
494 gtt_write(0xe4f18, 0x09f8d3cf);
495 gtt_write(0xe4f1c, 0x01e8030c);
496 gtt_write(0xe4f20, 0x09f863cf);
497 gtt_write(0xe4f24, 0x0ff803cf);
Stefan Reinauer00636b02012-04-04 00:08:51 +0200498}
499
500static void gma_pm_init_post_vbios(struct device *dev)
501{
502 struct northbridge_intel_sandybridge_config *conf = dev->chip_info;
503 u32 reg32;
504
505 printk(BIOS_DEBUG, "GT Power Management Init (post VBIOS)\n");
506
507 /* 15: Deassert Force Wake */
Angel Pons964d91f2020-12-07 13:11:17 +0100508 if (is_sandybridge() || cpu_stepping() < IVB_STEP_C0) {
Duncan Lauriedd585b82012-04-09 12:05:18 -0700509 gtt_write(0xa18c, gtt_read(0xa18c) & ~1);
Duncan Laurieda83a5f2012-05-25 10:04:17 -0700510 gtt_poll(0x130090, (1 << 0), (0 << 0));
Duncan Lauriedd585b82012-04-09 12:05:18 -0700511 } else {
512 gtt_write(0xa188, 0x1fffe);
Duncan Laurieda83a5f2012-05-25 10:04:17 -0700513 if (gtt_poll(0x130040, (1 << 0), (0 << 0)))
514 gtt_write(0xa188, gtt_read(0xa188) | 1);
Duncan Lauriedd585b82012-04-09 12:05:18 -0700515 }
Stefan Reinauer00636b02012-04-04 00:08:51 +0200516
517 /* 16: SW RC Control */
518 gtt_write(0xa094, 0x00060000);
519
520 /* Setup Digital Port Hotplug */
521 reg32 = gtt_read(0xc4030);
522 if (!reg32) {
Angel Pons7c49cb82020-03-16 23:17:32 +0100523 reg32 = (conf->gpu_dp_b_hotplug & 0x7) << 2;
Stefan Reinauer00636b02012-04-04 00:08:51 +0200524 reg32 |= (conf->gpu_dp_c_hotplug & 0x7) << 10;
525 reg32 |= (conf->gpu_dp_d_hotplug & 0x7) << 18;
526 gtt_write(0xc4030, reg32);
527 }
528
529 /* Setup Panel Power On Delays */
530 reg32 = gtt_read(0xc7208);
531 if (!reg32) {
532 reg32 = (conf->gpu_panel_port_select & 0x3) << 30;
533 reg32 |= (conf->gpu_panel_power_up_delay & 0x1fff) << 16;
534 reg32 |= (conf->gpu_panel_power_backlight_on_delay & 0x1fff);
535 gtt_write(0xc7208, reg32);
536 }
537
538 /* Setup Panel Power Off Delays */
539 reg32 = gtt_read(0xc720c);
540 if (!reg32) {
541 reg32 = (conf->gpu_panel_power_down_delay & 0x1fff) << 16;
542 reg32 |= (conf->gpu_panel_power_backlight_off_delay & 0x1fff);
543 gtt_write(0xc720c, reg32);
544 }
545
546 /* Setup Panel Power Cycle Delay */
547 if (conf->gpu_panel_power_cycle_delay) {
548 reg32 = gtt_read(0xc7210);
549 reg32 &= ~0xff;
550 reg32 |= conf->gpu_panel_power_cycle_delay & 0xff;
551 gtt_write(0xc7210, reg32);
552 }
Duncan Lauriedd585b82012-04-09 12:05:18 -0700553
554 /* Enable Backlight if needed */
555 if (conf->gpu_cpu_backlight) {
556 gtt_write(0x48250, (1 << 31));
557 gtt_write(0x48254, conf->gpu_cpu_backlight);
558 }
559 if (conf->gpu_pch_backlight) {
560 gtt_write(0xc8250, (1 << 31));
561 gtt_write(0xc8254, conf->gpu_pch_backlight);
562 }
Stefan Reinauer00636b02012-04-04 00:08:51 +0200563}
564
Patrick Rudolph76b93fe2017-06-20 17:55:40 +0200565/* Enable SCI to ACPI _GPE._L06 */
566static void gma_enable_swsci(void)
567{
568 u16 reg16;
569
Angel Pons7c49cb82020-03-16 23:17:32 +0100570 /* Clear DMISCI status */
Patrick Rudolph76b93fe2017-06-20 17:55:40 +0200571 reg16 = inw(DEFAULT_PMBASE + TCO1_STS);
572 reg16 &= DMISCI_STS;
Kyösti Mälkki8d146332022-11-15 14:00:22 +0200573 outw(reg16, DEFAULT_PMBASE + TCO1_STS);
Patrick Rudolph76b93fe2017-06-20 17:55:40 +0200574
Angel Pons7c49cb82020-03-16 23:17:32 +0100575 /* Clear ACPI TCO status */
Kyösti Mälkki8d146332022-11-15 14:00:22 +0200576 outl(TCOSCI_STS, DEFAULT_PMBASE + GPE0_STS);
Patrick Rudolph76b93fe2017-06-20 17:55:40 +0200577
Angel Pons7c49cb82020-03-16 23:17:32 +0100578 /* Enable ACPI TCO SCIs */
Patrick Rudolph76b93fe2017-06-20 17:55:40 +0200579 reg16 = inw(DEFAULT_PMBASE + GPE0_EN);
580 reg16 |= TCOSCI_EN;
Kyösti Mälkki8d146332022-11-15 14:00:22 +0200581 outw(reg16, DEFAULT_PMBASE + GPE0_EN);
Patrick Rudolph76b93fe2017-06-20 17:55:40 +0200582}
583
Stefan Reinauer00636b02012-04-04 00:08:51 +0200584static void gma_func0_init(struct device *dev)
585{
Nico Huberf2a0be22020-04-26 17:01:25 +0200586 intel_gma_init_igd_opregion();
587
Stefan Reinauer00636b02012-04-04 00:08:51 +0200588 /* Init graphics power management */
589 gma_pm_init_pre_vbios(dev);
590
Nico Huberdd597622020-04-26 19:46:35 +0200591 if (!CONFIG(NO_GFX_INIT))
592 pci_or_config16(dev, PCI_COMMAND, PCI_COMMAND_MASTER);
593
Nico Huberd1b99d22019-05-30 15:11:42 +0200594 if (!CONFIG(MAINBOARD_USE_LIBGFXINIT))
Alexandru Gagniuc96470942015-09-07 03:06:31 -0700595 /* PCI Init, will run VBIOS */
596 pci_dev_init(dev);
Stefan Reinauer00636b02012-04-04 00:08:51 +0200597
598 /* Post VBIOS init */
599 gma_pm_init_post_vbios(dev);
Ronald G. Minnich69efaa02013-02-26 10:07:40 -0800600
Arthur Heymanse6c8f7e2018-08-09 11:31:51 +0200601 int vga_disable = (pci_read_config16(dev, GGC) & 2) >> 1;
602
Patrick Rudolphde4a1a02017-06-20 19:13:33 +0200603 /* Running graphics init on S3 breaks Linux drm driver. */
604 if (!acpi_is_wakeup_s3() &&
Julius Wernercd49cce2019-03-05 16:53:33 -0800605 CONFIG(MAINBOARD_USE_LIBGFXINIT)) {
Arthur Heymanse6c8f7e2018-08-09 11:31:51 +0200606 if (vga_disable) {
607 printk(BIOS_INFO,
608 "IGD is not decoding legacy VGA MEM and IO: skipping NATIVE graphic init\n");
Nico Huber88c64872016-10-05 18:02:01 +0200609 } else {
Arthur Heymanse6c8f7e2018-08-09 11:31:51 +0200610 /* This should probably run before post VBIOS init. */
611 printk(BIOS_SPEW, "Initializing VGA without OPROM.\n");
Arthur Heymanse6c8f7e2018-08-09 11:31:51 +0200612 int lightup_ok;
Arthur Heymansa6be58f2018-07-18 16:43:43 +0200613 gma_gfxinit(&lightup_ok);
Arthur Heymanse6c8f7e2018-08-09 11:31:51 +0200614 if (lightup_ok)
615 gfx_set_init_done(1);
Nico Huber88c64872016-10-05 18:02:01 +0200616 }
Alexandru Gagniuc96470942015-09-07 03:06:31 -0700617 }
Patrick Rudolph76b93fe2017-06-20 17:55:40 +0200618
619 gma_enable_swsci();
Stefan Reinauer00636b02012-04-04 00:08:51 +0200620}
621
Furquan Shaikh7536a392020-04-24 21:59:21 -0700622static void gma_generate_ssdt(const struct device *device)
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +0100623{
Matt DeVillier348f9f02020-03-30 19:30:18 -0500624 const struct northbridge_intel_sandybridge_config *chip = device->chip_info;
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +0100625
Matt DeVillier348f9f02020-03-30 19:30:18 -0500626 drivers_intel_gma_displays_ssdt_generate(&chip->gfx);
Vladimir Serbinenkodd2bc3f2014-10-31 09:16:31 +0100627}
628
Aaron Durbinaa090cb2017-09-13 16:01:52 -0600629static const char *gma_acpi_name(const struct device *dev)
Patrick Rudolph3e47fc92017-06-07 09:44:07 +0200630{
631 return "GFX0";
632}
633
Angel Pons7c49cb82020-03-16 23:17:32 +0100634/* Called by PCI set_vga_bridge function */
Patrick Rudolphe11f6c32015-10-15 15:35:12 +0200635static void gma_func0_disable(struct device *dev)
636{
Angel Pons9733f6a2020-06-07 19:23:03 +0200637 /* Disable VGA decode */
638 pci_or_config16(pcidev_on_root(0, 0), GGC, 1 << 1);
Patrick Rudolphe11f6c32015-10-15 15:35:12 +0200639
640 dev->enabled = 0;
641}
642
Felix Held61f22cf2023-11-16 14:09:48 +0100643struct device_operations sandybridge_gma_func0_ops = {
Nico Huber68680dd2020-03-31 17:34:52 +0200644 .read_resources = pci_dev_read_resources,
645 .set_resources = pci_dev_set_resources,
646 .enable_resources = pci_dev_enable_resources,
Matt DeVillier348f9f02020-03-30 19:30:18 -0500647 .acpi_fill_ssdt = gma_generate_ssdt,
Nico Huber68680dd2020-03-31 17:34:52 +0200648 .init = gma_func0_init,
Arthur Heymansb238caa2021-02-22 18:33:08 +0100649 .vga_disable = gma_func0_disable,
Angel Pons1fc0edd2020-05-31 00:03:28 +0200650 .ops_pci = &pci_dev_ops_pci,
Nico Huber68680dd2020-03-31 17:34:52 +0200651 .acpi_name = gma_acpi_name,
Stefan Reinauer00636b02012-04-04 00:08:51 +0200652};