Re: [RFT][PATCH] drm/radeon/kms: check for being in VBLANK on VBLANK interrupt

2010-03-04 Thread Jaime Velasco Juan
El mié. 03 de mar. de 2010, a las 23:35:00 +0100, Rafał Miłecki escribió: > W dniu 3 marca 2010 23:33 użytkownik Rafał Miłecki napisał: > > This is supposed to check if we receive correct interrupt and if out check > > for > > VBLANK is correct. If you get warnings with patch applied, it means we

Re: [PATCH 1/2] drm/radeon/kms: switch to condition waiting for reclocking

2010-03-03 Thread Jaime Velasco Juan
p: 16 [ 483.616698] [drm] Setting: e: 11000 m: 40500 p: 16 [ 483.617637] [drm] not in vbl for pm change 00020002 0000 at exit Tested-by: Jaime Velasco Juan Thanks. > drivers/gpu/drm/radeon/r100.c |2 ++ > drivers/gpu/drm/radeon/r600.c |2 ++ > drivers/gpu/dr

Re: [PATCH] drm/radeon/kms: really wait for VBLANK in PM code

2010-02-18 Thread Jaime Velasco Juan
El mié. 17 de feb. de 2010, a las 20:23:28 +0100, Rafał Miłecki escribió: > Signed-off-by: Rafał Miłecki > Reported-by: Jaime Velasco Juan > --- > This should make the trick, Jaime can you check if this works for you? Does it > kill your corruptions? It doesn't work, it h

Re: [PATCH] radeon/PM Really wait for vblank before reclocking

2010-02-16 Thread Jaime Velasco Juan
El lun. 15 de feb. de 2010, a las 18:52:46 +0100, Rafał Miłecki escribió: > 2010/2/15 Jaime Velasco Juan : > > The old code used a false condition so it always waited until > > timeout > > > > Signed-off-by: Jaime Velasco Juan > > --- > >  dr

[PATCH] radeon/PM Really wait for vblank before reclocking

2010-02-15 Thread Jaime Velasco Juan
The old code used a false condition so it always waited until timeout Signed-off-by: Jaime Velasco Juan --- drivers/gpu/drm/radeon/radeon_pm.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_pm.c b/drivers/gpu/drm/radeon