Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40f2a2fa authored by Paul Bolle's avatar Paul Bolle Committed by Dave Airlie
Browse files

drm: drop commented out code and preceding comment



r100_gpu_init() was dropped in 90aca4d2 ("drm/radeon/kms: simplify &
improve GPU reset V2") but here it was only commented out.

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 9be6f8a9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3801,8 +3801,6 @@ static int r100_startup(struct radeon_device *rdev)
	r100_mc_program(rdev);
	/* Resume clock */
	r100_clock_startup(rdev);
	/* Initialize GPU configuration (# pipes, ...) */
//	r100_gpu_init(rdev);
	/* Initialize GART (initialize after TTM so we can allocate
	 * memory through TTM but finalize after TTM) */
	r100_enable_bm(rdev);