Re: [PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-06-23 Thread Andy Furniss
Alex Deucher wrote: On Sat, Jun 1, 2013 at 5:13 AM, Andy Furniss wrote: Daniel Vetter wrote: Interlaced modes are supported on all intel platforms (except i8xx, hw can't do it there) and we have full support for CEA modes. -Daniel OK, thanks, I guess it's an AMD driver issue rather than a

Re: [PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-06-23 Thread Alex Deucher
On Sat, Jun 1, 2013 at 5:13 AM, Andy Furniss wrote: > Daniel Vetter wrote: > >> Interlaced modes are supported on all intel platforms (except i8xx, hw >> can't do it there) and we have full support for CEA modes. >> -Daniel > > > OK, thanks, I guess it's an AMD driver issue rather than a more gene

Re: [PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-06-18 Thread Andy Furniss
Ville Syrjälä wrote: On Tue, Jun 18, 2013 at 11:10:30AM +0100, Andy Furniss wrote: ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä Having both modes can be beneficial for video playback cases. If you can match the video framerate exactly, and the audio and video clocks come from the

Re: [PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-06-18 Thread Ville Syrjälä
On Tue, Jun 18, 2013 at 11:10:30AM +0100, Andy Furniss wrote: > ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Having both modes can be beneficial for video playback cases. If you can > > match the video framerate exactly, and the audio and video clocks come > > from the same

Re: [PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-06-18 Thread Andy Furniss
ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä Having both modes can be beneficial for video playback cases. If you can match the video framerate exactly, and the audio and video clocks come from the same source, you should be able to avoid dropped/repeated frames without expensive op

Re: [PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-06-01 Thread Andy Furniss
Daniel Vetter wrote: Interlaced modes are supported on all intel platforms (except i8xx, hw can't do it there) and we have full support for CEA modes. -Daniel OK, thanks, I guess it's an AMD driver issue rather than a more generic drm thing then.

Re: [PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-05-31 Thread Daniel Vetter
On Fri, May 31, 2013 at 8:56 PM, Andy Furniss wrote: > Daniel Vetter wrote: >> >> On Fri, May 31, 2013 at 03:23:41PM +0300, ville.syrj...@linux.intel.com >> wrote: >>> >>> From: Ville Syrjälä >>> >>> Having both modes can be beneficial for video playback cases. If you can >>> match the video fram

Re: [PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-05-31 Thread Andy Furniss
Daniel Vetter wrote: On Fri, May 31, 2013 at 03:23:41PM +0300, ville.syrj...@linux.intel.com wrote: From: Ville Syrjälä Having both modes can be beneficial for video playback cases. If you can match the video framerate exactly, and the audio and video clocks come from the same source, you shou

Re: [PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-05-31 Thread Daniel Vetter
On Fri, May 31, 2013 at 03:23:41PM +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Having both modes can be beneficial for video playback cases. If you can > match the video framerate exactly, and the audio and video clocks come > from the same source, you should be able to