Re: [PATCH 4/6] hw/xfree86/modes: Add optional driver API for RRSetCrtcConfigs

2010-12-06 Thread Simon Thum
On 12/05/2010 11:22 PM, Keith Packard wrote: > This provides a driver hook which can either completely replace, or > just validate the parameters for, the RRSetCrtcConfigs request. It makes a lot of sense and contains an equal lot of whitespace changes ;) Otherwise, feel free to assume my r-b. >

[PATCH 4/6] hw/xfree86/modes: Add optional driver API for RRSetCrtcConfigs

2010-12-05 Thread Keith Packard
This provides a driver hook which can either completely replace, or just validate the parameters for, the RRSetCrtcConfigs request. Signed-off-by: Keith Packard --- hw/xfree86/modes/xf86Crtc.h| 29 +++ hw/xfree86/modes/xf86RandR12.c | 162 +--- 2 fi