]> git.karo-electronics.de Git - karo-tx-linux.git/commit
amdgpu/dce11: Remove division from dce_v11_0_vblank_wait()
authorTom St Denis <tom.stdenis@amd.com>
Tue, 15 Dec 2015 18:01:49 +0000 (13:01 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Jan 2016 22:21:03 +0000 (17:21 -0500)
commit9e4e1ae82f2479a32bee61132206367a710e961e
tree87158cb72e69300fb171acf64944a6ccb39eb815
parent691ca86a3a15a9c5054edb3c517a1aeb40e9fadc
amdgpu/dce11: Remove division from dce_v11_0_vblank_wait()

Mimics odd behaviour where (i++ % 100 == 0) is true in the first iteration of each loop...

Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c