Re: [Intel-gfx] [PATCH 10/10] kms_drrs: Test DRRS entry and exit

2015-01-21 Thread Ramalingam C
hi, On Tuesday 20 January 2015 02:41 PM, Daniel Vetter wrote: On Thu, Jan 15, 2015 at 03:24:04PM -0800, Rodrigo Vivi wrote: I didn't get how it shows different rates if the i915_drrs_status only shows if panel supports or not. Maybe the debugfs file could contain more info for each crtc connec

Re: [Intel-gfx] [PATCH 10/10] kms_drrs: Test DRRS entry and exit

2015-01-20 Thread Daniel Vetter
On Thu, Jan 15, 2015 at 03:24:04PM -0800, Rodrigo Vivi wrote: > I didn't get how it shows different rates if the i915_drrs_status only > shows if panel supports or not. > > Maybe the debugfs file could contain more info for each crtc connect, > crtc info, if panel connected there supports, if it i

Re: [Intel-gfx] [PATCH 10/10] kms_drrs: Test DRRS entry and exit

2015-01-15 Thread Rodrigo Vivi
I didn't get how it shows different rates if the i915_drrs_status only shows if panel supports or not. Maybe the debugfs file could contain more info for each crtc connect, crtc info, if panel connected there supports, if it is enabled and also current freq.. then parse all here properly. But one

[Intel-gfx] [PATCH 10/10] kms_drrs: Test DRRS entry and exit

2015-01-09 Thread Vandana Kannan
This test just display a frame on screen, waits for 1 second to enter DRRS and displays another frame to exit DRRS. TODO:- Notify the user about which refresh rate was used at different stages. Signed-off-by: Vandana Kannan --- tests/Makefile.sources | 1 + tests/kms_drrs.c | 225 +++