[PATCH 2/2] drm/radeon: Fix max_vblank_count value for current display engines

2015-05-28 Thread Alex Deucher
On Tue, May 26, 2015 at 4:53 AM, Michel Dänzer wrote: > From: Michel Dänzer > > The value was much too low, which could cause the userspace visible > vblank counter to move backwards when the hardware counter wrapped > around. > > Signed-off-by: Michel Dänzer Applied to my -next tree. Thank

[PATCH 2/2] drm/radeon: Fix max_vblank_count value for current display engines

2015-05-26 Thread Michel Dänzer
From: Michel Dänzer The value was much too low, which could cause the userspace visible vblank counter to move backwards when the hardware counter wrapped around. Signed-off-by: Michel Dänzer --- drivers/gpu/drm/radeon/radeon_irq_kms.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletio