diff options
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index abbbedbcc175..ef91c9461d2d 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -28,20 +28,6 @@ #ifndef __AMDGPU_H__ #define __AMDGPU_H__ -/* TODO: Here are things that needs to be done : - * - surface allocator & initializer : (bit like scratch reg) should - * initialize HDP_ stuff on RS600, R600, R700 hw, well anythings - * related to surface - * - WB : write back stuff (do it bit like scratch reg things) - * - Vblank : look at Jesse's rework and what we should do - * - r600/r700: gart & cp - * - cs : clean cs ioctl use bitmap & things like that. - * - power management stuff - * - Barrier in gart code - * - Unmappabled vram ? - * - TESTING, TESTING, TESTING - */ - /* Initialization path: * We expect that acceleration initialization might fail for various * reasons even thought we work hard to make it works on most |