drm: drop commented out code and preceding comment
r100_gpu_init() was dropped in 90aca4d ("drm/radeon/kms: simplify & improve GPU reset V2") but here it was only commented out. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Родитель
9be6f8a978
Коммит
40f2a2fabb
|
@ -3801,8 +3801,6 @@ static int r100_startup(struct radeon_device *rdev)
|
||||||
r100_mc_program(rdev);
|
r100_mc_program(rdev);
|
||||||
/* Resume clock */
|
/* Resume clock */
|
||||||
r100_clock_startup(rdev);
|
r100_clock_startup(rdev);
|
||||||
/* Initialize GPU configuration (# pipes, ...) */
|
|
||||||
// r100_gpu_init(rdev);
|
|
||||||
/* Initialize GART (initialize after TTM so we can allocate
|
/* Initialize GART (initialize after TTM so we can allocate
|
||||||
* memory through TTM but finalize after TTM) */
|
* memory through TTM but finalize after TTM) */
|
||||||
r100_enable_bm(rdev);
|
r100_enable_bm(rdev);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче