]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: add support for MC/VM setup on CIK (v6)
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Apr 2013 16:45:26 +0000 (12:45 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 25 Jun 2013 21:50:25 +0000 (17:50 -0400)
commitac6e97f1a9c9015f064b751172b6274d5aa7d1b7
treee2205f46dd0c91f195c756610fa7596ef97d46ec
parent4748b6564a2a1ef9931ac057756f9b7a70f3ef54
drm/radeon: add support for MC/VM setup on CIK (v6)

The vm callbacks are the same as the SI ones right now
(same regs and bits). We could share the SI variants, and
I may yet do that, but I figured I would add CIK specific
ones for now in case we need to change anything.

V2: add documentation, minor fixes.
V3: integrate vram offset fixes for APUs
V4: enable 2 level VM PTs
V5: index SH_MEM_* regs properly
V6: add ib_parse()

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/cik.c
drivers/gpu/drm/radeon/cikd.h
drivers/gpu/drm/radeon/si.c