diff options
author | Oded Gabbay <oded.gabbay@amd.com> | 2015-05-27 17:31:12 +0300 |
---|---|---|
committer | Oded Gabbay <oded.gabbay@amd.com> | 2015-05-27 17:31:12 +0300 |
commit | 5912825b73b520e374373d103424ff3f08ca4102 (patch) | |
tree | 615face08db40fd72b96b9ada1cc4d9fe3034d18 | |
parent | ca7ce26ab6317607bdb704cc3a741ed3eb74452e (diff) |
drm/amdgpu: Remove obsolete TODO listv1.4
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
-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 |