Re: [Linux-fbdev-devel] drm_fb_helper: Impossible to change video mode

2009-11-22 Thread Paulius Zaleckas
On 11/20/2009 10:01 PM, James Simmons wrote: Paulius Zaleckas wrote: On drivers using drm_fb_helper's in fb_ops it is not possible to change video mode, because of different var-pixclock evaluation: ... patch: http://www.mail-archive.com/dri-devel@lists.sourceforge.net/msg44369.html

Re: [Linux-fbdev-devel] drm_fb_helper: Impossible to change video mode

2009-11-22 Thread Paulius Zaleckas
On 11/20/2009 09:05 PM, Andrew Morton wrote: On Fri, 20 Nov 2009 18:53:37 + (GMT) James Simmonsjsimm...@infradead.org wrote: Paulius Zaleckas wrote: On drivers using drm_fb_helper's in fb_ops it is not possible to change video mode, because of different var-pixclock evaluation

drm_fb_helper: Impossible to change video mode

2009-11-20 Thread Paulius Zaleckas
Hi, On drivers using drm_fb_helper's in fb_ops it is not possible to change video mode, because of different var-pixclock evaluation: int drm_fb_helper_check_var(struct fb_var_screeninfo *var, struct fb_info *info) { [...] if (var-pixclock == -1 ||