2 * Copyright 2008 Advanced Micro Devices, Inc.
3 * Copyright 2008 Red Hat Inc.
4 * Copyright 2009 Jerome Glisse.
6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"),
8 * to deal in the Software without restriction, including without limitation
9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 * and/or sell copies of the Software, and to permit persons to whom the
11 * Software is furnished to do so, subject to the following conditions:
13 * The above copyright notice and this permission notice shall be included in
14 * all copies or substantial portions of the Software.
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22 * OTHER DEALINGS IN THE SOFTWARE.
24 * Authors: Dave Airlie
28 #include <linux/seq_file.h>
29 #include <linux/slab.h>
32 #include "radeon_asic.h"
35 /* This files gather functions specifics to : rs400,rs480 */
36 static int rs400_debugfs_pcie_gart_info_init(struct radeon_device
*rdev
);
38 void rs400_gart_adjust_size(struct radeon_device
*rdev
)
41 switch (rdev
->mc
.gtt_size
/(1024*1024)) {
51 DRM_ERROR("Unable to use IGP GART size %uM\n",
52 (unsigned)(rdev
->mc
.gtt_size
>> 20));
53 DRM_ERROR("Valid GART size for IGP are 32M,64M,128M,256M,512M,1G,2G\n");
54 DRM_ERROR("Forcing to 32M GART size\n");
55 rdev
->mc
.gtt_size
= 32 * 1024 * 1024;
60 void rs400_gart_tlb_flush(struct radeon_device
*rdev
)
63 unsigned int timeout
= rdev
->usec_timeout
;
65 WREG32_MC(RS480_GART_CACHE_CNTRL
, RS480_GART_CACHE_INVALIDATE
);
67 tmp
= RREG32_MC(RS480_GART_CACHE_CNTRL
);
68 if ((tmp
& RS480_GART_CACHE_INVALIDATE
) == 0)
72 } while (timeout
> 0);
73 WREG32_MC(RS480_GART_CACHE_CNTRL
, 0);
76 int rs400_gart_init(struct radeon_device
*rdev
)
80 if (rdev
->gart
.table
.ram
.ptr
) {
81 WARN(1, "RS400 GART already initialized\n");
85 switch(rdev
->mc
.gtt_size
/ (1024 * 1024)) {
97 /* Initialize common gart structure */
98 r
= radeon_gart_init(rdev
);
101 if (rs400_debugfs_pcie_gart_info_init(rdev
))
102 DRM_ERROR("Failed to register debugfs file for RS400 GART !\n");
103 rdev
->gart
.table_size
= rdev
->gart
.num_gpu_pages
* 4;
104 return radeon_gart_table_ram_alloc(rdev
);
107 int rs400_gart_enable(struct radeon_device
*rdev
)
112 radeon_gart_restore(rdev
);
113 tmp
= RREG32_MC(RS690_AIC_CTRL_SCRATCH
);
114 tmp
|= RS690_DIS_OUT_OF_PCI_GART_ACCESS
;
115 WREG32_MC(RS690_AIC_CTRL_SCRATCH
, tmp
);
116 /* Check gart size */
117 switch(rdev
->mc
.gtt_size
/ (1024 * 1024)) {
119 size_reg
= RS480_VA_SIZE_32MB
;
122 size_reg
= RS480_VA_SIZE_64MB
;
125 size_reg
= RS480_VA_SIZE_128MB
;
128 size_reg
= RS480_VA_SIZE_256MB
;
131 size_reg
= RS480_VA_SIZE_512MB
;
134 size_reg
= RS480_VA_SIZE_1GB
;
137 size_reg
= RS480_VA_SIZE_2GB
;
142 /* It should be fine to program it to max value */
143 if (rdev
->family
== CHIP_RS690
|| (rdev
->family
== CHIP_RS740
)) {
144 WREG32_MC(RS690_MCCFG_AGP_BASE
, 0xFFFFFFFF);
145 WREG32_MC(RS690_MCCFG_AGP_BASE_2
, 0);
147 WREG32(RADEON_AGP_BASE
, 0xFFFFFFFF);
148 WREG32(RS480_AGP_BASE_2
, 0);
150 tmp
= REG_SET(RS690_MC_AGP_TOP
, rdev
->mc
.gtt_end
>> 16);
151 tmp
|= REG_SET(RS690_MC_AGP_START
, rdev
->mc
.gtt_start
>> 16);
152 if ((rdev
->family
== CHIP_RS690
) || (rdev
->family
== CHIP_RS740
)) {
153 WREG32_MC(RS690_MCCFG_AGP_LOCATION
, tmp
);
154 tmp
= RREG32(RADEON_BUS_CNTL
) & ~RS600_BUS_MASTER_DIS
;
155 WREG32(RADEON_BUS_CNTL
, tmp
);
157 WREG32(RADEON_MC_AGP_LOCATION
, tmp
);
158 tmp
= RREG32(RADEON_BUS_CNTL
) & ~RADEON_BUS_MASTER_DIS
;
159 WREG32(RADEON_BUS_CNTL
, tmp
);
161 /* Table should be in 32bits address space so ignore bits above. */
162 tmp
= (u32
)rdev
->gart
.table_addr
& 0xfffff000;
163 tmp
|= (upper_32_bits(rdev
->gart
.table_addr
) & 0xff) << 4;
165 WREG32_MC(RS480_GART_BASE
, tmp
);
166 /* TODO: more tweaking here */
167 WREG32_MC(RS480_GART_FEATURE_ID
,
169 RS480_GTW_LAC_EN
| RS480_1LEVEL_GART
));
170 /* Disable snooping */
171 WREG32_MC(RS480_AGP_MODE_CNTL
,
172 (1 << RS480_REQ_TYPE_SNOOP_SHIFT
) | RS480_REQ_TYPE_SNOOP_DIS
);
173 /* Disable AGP mode */
174 /* FIXME: according to doc we should set HIDE_MMCFG_BAR=0,
175 * AGPMODE30=0 & AGP30ENHANCED=0 in NB_CNTL */
176 if ((rdev
->family
== CHIP_RS690
) || (rdev
->family
== CHIP_RS740
)) {
177 WREG32_MC(RS480_MC_MISC_CNTL
,
178 (RS480_GART_INDEX_REG_EN
| RS690_BLOCK_GFX_D3_EN
));
180 WREG32_MC(RS480_MC_MISC_CNTL
, RS480_GART_INDEX_REG_EN
);
183 WREG32_MC(RS480_AGP_ADDRESS_SPACE_SIZE
, (RS480_GART_EN
| size_reg
));
184 rs400_gart_tlb_flush(rdev
);
185 DRM_INFO("PCIE GART of %uM enabled (table at 0x%016llX).\n",
186 (unsigned)(rdev
->mc
.gtt_size
>> 20),
187 (unsigned long long)rdev
->gart
.table_addr
);
188 rdev
->gart
.ready
= true;
192 void rs400_gart_disable(struct radeon_device
*rdev
)
196 tmp
= RREG32_MC(RS690_AIC_CTRL_SCRATCH
);
197 tmp
|= RS690_DIS_OUT_OF_PCI_GART_ACCESS
;
198 WREG32_MC(RS690_AIC_CTRL_SCRATCH
, tmp
);
199 WREG32_MC(RS480_AGP_ADDRESS_SPACE_SIZE
, 0);
202 void rs400_gart_fini(struct radeon_device
*rdev
)
204 radeon_gart_fini(rdev
);
205 rs400_gart_disable(rdev
);
206 radeon_gart_table_ram_free(rdev
);
209 #define RS400_PTE_WRITEABLE (1 << 2)
210 #define RS400_PTE_READABLE (1 << 3)
212 int rs400_gart_set_page(struct radeon_device
*rdev
, int i
, uint64_t addr
)
216 if (i
< 0 || i
> rdev
->gart
.num_gpu_pages
) {
220 entry
= (lower_32_bits(addr
) & PAGE_MASK
) |
221 ((upper_32_bits(addr
) & 0xff) << 4) |
222 RS400_PTE_WRITEABLE
| RS400_PTE_READABLE
;
223 entry
= cpu_to_le32(entry
);
224 rdev
->gart
.table
.ram
.ptr
[i
] = entry
;
228 int rs400_mc_wait_for_idle(struct radeon_device
*rdev
)
233 for (i
= 0; i
< rdev
->usec_timeout
; i
++) {
235 tmp
= RREG32(RADEON_MC_STATUS
);
236 if (tmp
& RADEON_MC_IDLE
) {
244 void rs400_gpu_init(struct radeon_device
*rdev
)
246 /* FIXME: is this correct ? */
247 r420_pipes_init(rdev
);
248 if (rs400_mc_wait_for_idle(rdev
)) {
249 printk(KERN_WARNING
"rs400: Failed to wait MC idle while "
250 "programming pipes. Bad things might happen. %08x\n", RREG32(RADEON_MC_STATUS
));
254 void rs400_mc_init(struct radeon_device
*rdev
)
258 rs400_gart_adjust_size(rdev
);
259 rdev
->mc
.igp_sideport_enabled
= radeon_combios_sideport_present(rdev
);
260 /* DDR for all card after R300 & IGP */
261 rdev
->mc
.vram_is_ddr
= true;
262 rdev
->mc
.vram_width
= 128;
263 r100_vram_init_sizes(rdev
);
264 base
= (RREG32(RADEON_NB_TOM
) & 0xffff) << 16;
265 radeon_vram_location(rdev
, &rdev
->mc
, base
);
266 rdev
->mc
.gtt_base_align
= rdev
->mc
.gtt_size
- 1;
267 radeon_gtt_location(rdev
, &rdev
->mc
);
268 radeon_update_bandwidth_info(rdev
);
271 uint32_t rs400_mc_rreg(struct radeon_device
*rdev
, uint32_t reg
)
275 WREG32(RS480_NB_MC_INDEX
, reg
& 0xff);
276 r
= RREG32(RS480_NB_MC_DATA
);
277 WREG32(RS480_NB_MC_INDEX
, 0xff);
281 void rs400_mc_wreg(struct radeon_device
*rdev
, uint32_t reg
, uint32_t v
)
283 WREG32(RS480_NB_MC_INDEX
, ((reg
) & 0xff) | RS480_NB_MC_IND_WR_EN
);
284 WREG32(RS480_NB_MC_DATA
, (v
));
285 WREG32(RS480_NB_MC_INDEX
, 0xff);
288 #if defined(CONFIG_DEBUG_FS)
289 static int rs400_debugfs_gart_info(struct seq_file
*m
, void *data
)
291 struct drm_info_node
*node
= (struct drm_info_node
*) m
->private;
292 struct drm_device
*dev
= node
->minor
->dev
;
293 struct radeon_device
*rdev
= dev
->dev_private
;
296 tmp
= RREG32(RADEON_HOST_PATH_CNTL
);
297 seq_printf(m
, "HOST_PATH_CNTL 0x%08x\n", tmp
);
298 tmp
= RREG32(RADEON_BUS_CNTL
);
299 seq_printf(m
, "BUS_CNTL 0x%08x\n", tmp
);
300 tmp
= RREG32_MC(RS690_AIC_CTRL_SCRATCH
);
301 seq_printf(m
, "AIC_CTRL_SCRATCH 0x%08x\n", tmp
);
302 if (rdev
->family
== CHIP_RS690
|| (rdev
->family
== CHIP_RS740
)) {
303 tmp
= RREG32_MC(RS690_MCCFG_AGP_BASE
);
304 seq_printf(m
, "MCCFG_AGP_BASE 0x%08x\n", tmp
);
305 tmp
= RREG32_MC(RS690_MCCFG_AGP_BASE_2
);
306 seq_printf(m
, "MCCFG_AGP_BASE_2 0x%08x\n", tmp
);
307 tmp
= RREG32_MC(RS690_MCCFG_AGP_LOCATION
);
308 seq_printf(m
, "MCCFG_AGP_LOCATION 0x%08x\n", tmp
);
309 tmp
= RREG32_MC(RS690_MCCFG_FB_LOCATION
);
310 seq_printf(m
, "MCCFG_FB_LOCATION 0x%08x\n", tmp
);
311 tmp
= RREG32(RS690_HDP_FB_LOCATION
);
312 seq_printf(m
, "HDP_FB_LOCATION 0x%08x\n", tmp
);
314 tmp
= RREG32(RADEON_AGP_BASE
);
315 seq_printf(m
, "AGP_BASE 0x%08x\n", tmp
);
316 tmp
= RREG32(RS480_AGP_BASE_2
);
317 seq_printf(m
, "AGP_BASE_2 0x%08x\n", tmp
);
318 tmp
= RREG32(RADEON_MC_AGP_LOCATION
);
319 seq_printf(m
, "MC_AGP_LOCATION 0x%08x\n", tmp
);
321 tmp
= RREG32_MC(RS480_GART_BASE
);
322 seq_printf(m
, "GART_BASE 0x%08x\n", tmp
);
323 tmp
= RREG32_MC(RS480_GART_FEATURE_ID
);
324 seq_printf(m
, "GART_FEATURE_ID 0x%08x\n", tmp
);
325 tmp
= RREG32_MC(RS480_AGP_MODE_CNTL
);
326 seq_printf(m
, "AGP_MODE_CONTROL 0x%08x\n", tmp
);
327 tmp
= RREG32_MC(RS480_MC_MISC_CNTL
);
328 seq_printf(m
, "MC_MISC_CNTL 0x%08x\n", tmp
);
329 tmp
= RREG32_MC(0x5F);
330 seq_printf(m
, "MC_MISC_UMA_CNTL 0x%08x\n", tmp
);
331 tmp
= RREG32_MC(RS480_AGP_ADDRESS_SPACE_SIZE
);
332 seq_printf(m
, "AGP_ADDRESS_SPACE_SIZE 0x%08x\n", tmp
);
333 tmp
= RREG32_MC(RS480_GART_CACHE_CNTRL
);
334 seq_printf(m
, "GART_CACHE_CNTRL 0x%08x\n", tmp
);
335 tmp
= RREG32_MC(0x3B);
336 seq_printf(m
, "MC_GART_ERROR_ADDRESS 0x%08x\n", tmp
);
337 tmp
= RREG32_MC(0x3C);
338 seq_printf(m
, "MC_GART_ERROR_ADDRESS_HI 0x%08x\n", tmp
);
339 tmp
= RREG32_MC(0x30);
340 seq_printf(m
, "GART_ERROR_0 0x%08x\n", tmp
);
341 tmp
= RREG32_MC(0x31);
342 seq_printf(m
, "GART_ERROR_1 0x%08x\n", tmp
);
343 tmp
= RREG32_MC(0x32);
344 seq_printf(m
, "GART_ERROR_2 0x%08x\n", tmp
);
345 tmp
= RREG32_MC(0x33);
346 seq_printf(m
, "GART_ERROR_3 0x%08x\n", tmp
);
347 tmp
= RREG32_MC(0x34);
348 seq_printf(m
, "GART_ERROR_4 0x%08x\n", tmp
);
349 tmp
= RREG32_MC(0x35);
350 seq_printf(m
, "GART_ERROR_5 0x%08x\n", tmp
);
351 tmp
= RREG32_MC(0x36);
352 seq_printf(m
, "GART_ERROR_6 0x%08x\n", tmp
);
353 tmp
= RREG32_MC(0x37);
354 seq_printf(m
, "GART_ERROR_7 0x%08x\n", tmp
);
358 static struct drm_info_list rs400_gart_info_list
[] = {
359 {"rs400_gart_info", rs400_debugfs_gart_info
, 0, NULL
},
363 static int rs400_debugfs_pcie_gart_info_init(struct radeon_device
*rdev
)
365 #if defined(CONFIG_DEBUG_FS)
366 return radeon_debugfs_add_files(rdev
, rs400_gart_info_list
, 1);
372 void rs400_mc_program(struct radeon_device
*rdev
)
374 struct r100_mc_save save
;
376 /* Stops all mc clients */
377 r100_mc_stop(rdev
, &save
);
379 /* Wait for mc idle */
380 if (rs400_mc_wait_for_idle(rdev
))
381 dev_warn(rdev
->dev
, "rs400: Wait MC idle timeout before updating MC.\n");
382 WREG32(R_000148_MC_FB_LOCATION
,
383 S_000148_MC_FB_START(rdev
->mc
.vram_start
>> 16) |
384 S_000148_MC_FB_TOP(rdev
->mc
.vram_end
>> 16));
386 r100_mc_resume(rdev
, &save
);
389 static int rs400_startup(struct radeon_device
*rdev
)
393 r100_set_common_regs(rdev
);
395 rs400_mc_program(rdev
);
397 r300_clock_startup(rdev
);
398 /* Initialize GPU configuration (# pipes, ...) */
399 rs400_gpu_init(rdev
);
400 r100_enable_bm(rdev
);
401 /* Initialize GART (initialize after TTM so we can allocate
402 * memory through TTM but finalize after TTM) */
403 r
= rs400_gart_enable(rdev
);
407 /* allocate wb buffer */
408 r
= radeon_wb_init(rdev
);
414 rdev
->config
.r300
.hdp_cntl
= RREG32(RADEON_HOST_PATH_CNTL
);
416 r
= r100_cp_init(rdev
, 1024 * 1024);
418 dev_err(rdev
->dev
, "failed initializing CP (%d).\n", r
);
421 r
= r100_ib_init(rdev
);
423 dev_err(rdev
->dev
, "failed initializing IB (%d).\n", r
);
429 int rs400_resume(struct radeon_device
*rdev
)
431 /* Make sur GART are not working */
432 rs400_gart_disable(rdev
);
433 /* Resume clock before doing reset */
434 r300_clock_startup(rdev
);
435 /* setup MC before calling post tables */
436 rs400_mc_program(rdev
);
437 /* Reset gpu before posting otherwise ATOM will enter infinite loop */
438 if (radeon_asic_reset(rdev
)) {
439 dev_warn(rdev
->dev
, "GPU reset failed ! (0xE40=0x%08X, 0x7C0=0x%08X)\n",
440 RREG32(R_000E40_RBBM_STATUS
),
441 RREG32(R_0007C0_CP_STAT
));
444 radeon_combios_asic_init(rdev
->ddev
);
445 /* Resume clock after posting */
446 r300_clock_startup(rdev
);
447 /* Initialize surface registers */
448 radeon_surface_init(rdev
);
449 return rs400_startup(rdev
);
452 int rs400_suspend(struct radeon_device
*rdev
)
454 r100_cp_disable(rdev
);
455 radeon_wb_disable(rdev
);
456 r100_irq_disable(rdev
);
457 rs400_gart_disable(rdev
);
461 void rs400_fini(struct radeon_device
*rdev
)
464 radeon_wb_fini(rdev
);
466 radeon_gem_fini(rdev
);
467 rs400_gart_fini(rdev
);
468 radeon_irq_kms_fini(rdev
);
469 radeon_fence_driver_fini(rdev
);
470 radeon_bo_fini(rdev
);
471 radeon_atombios_fini(rdev
);
476 int rs400_init(struct radeon_device
*rdev
)
481 r100_vga_render_disable(rdev
);
482 /* Initialize scratch registers */
483 radeon_scratch_init(rdev
);
484 /* Initialize surface registers */
485 radeon_surface_init(rdev
);
486 /* TODO: disable VGA need to use VGA request */
487 /* restore some register to sane defaults */
488 r100_restore_sanity(rdev
);
490 if (!radeon_get_bios(rdev
)) {
491 if (ASIC_IS_AVIVO(rdev
))
494 if (rdev
->is_atom_bios
) {
495 dev_err(rdev
->dev
, "Expecting combios for RS400/RS480 GPU\n");
498 r
= radeon_combios_init(rdev
);
502 /* Reset gpu before posting otherwise ATOM will enter infinite loop */
503 if (radeon_asic_reset(rdev
)) {
505 "GPU reset failed ! (0xE40=0x%08X, 0x7C0=0x%08X)\n",
506 RREG32(R_000E40_RBBM_STATUS
),
507 RREG32(R_0007C0_CP_STAT
));
509 /* check if cards are posted or not */
510 if (radeon_boot_test_post_card(rdev
) == false)
513 /* Initialize clocks */
514 radeon_get_clock_info(rdev
->ddev
);
515 /* initialize memory controller */
518 r
= radeon_fence_driver_init(rdev
);
521 r
= radeon_irq_kms_init(rdev
);
525 r
= radeon_bo_init(rdev
);
528 r
= rs400_gart_init(rdev
);
531 r300_set_reg_safe(rdev
);
532 rdev
->accel_working
= true;
533 r
= rs400_startup(rdev
);
535 /* Somethings want wront with the accel init stop accel */
536 dev_err(rdev
->dev
, "Disabling GPU acceleration\n");
538 radeon_wb_fini(rdev
);
540 rs400_gart_fini(rdev
);
541 radeon_irq_kms_fini(rdev
);
542 rdev
->accel_working
= false;