1. 08 8月, 2013 1 次提交
  2. 04 7月, 2013 1 次提交
  3. 27 6月, 2013 1 次提交
  4. 11 6月, 2013 1 次提交
    • V
      drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list · e6e79209
      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 operations such as resampling the audio to
      match video output rate.
      
      Rather than add both variants based on the CEA extension short video
      descriptors in do_cea_modes(), add only one variant there. Once all
      the EDID has been fully probed, do a loop over the entire probed mode
      list, during which we add the other variants for all modes that match
      CEA modes. This allows us to match modes that didn't come via the CEA
      short video descriptors. For example one Samsung TV here doesn't have
      the 640x480-60 mode as a SVD, but instead it's specified via a detailed
      timing descriptor.
      Signed-off-by: NVille Syrjälä <ville.syrjala@linux.intel.com>
      Reviewed-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      e6e79209
  5. 26 4月, 2013 2 次提交
  6. 24 4月, 2013 1 次提交
  7. 24 3月, 2013 2 次提交
  8. 22 2月, 2013 3 次提交
  9. 20 2月, 2013 1 次提交
  10. 15 2月, 2013 1 次提交
  11. 13 2月, 2013 1 次提交
  12. 20 1月, 2013 1 次提交
  13. 29 11月, 2012 1 次提交
  14. 28 11月, 2012 1 次提交
  15. 20 11月, 2012 2 次提交
  16. 03 10月, 2012 2 次提交
  17. 26 9月, 2012 1 次提交
  18. 17 9月, 2012 1 次提交
  19. 13 9月, 2012 4 次提交
  20. 30 8月, 2012 1 次提交
  21. 24 8月, 2012 1 次提交
  22. 03 7月, 2012 1 次提交
    • T
      drm: edid: Don't add inferred modes with higher resolution · 7b668ebe
      Takashi Iwai 提交于
      When a monitor EDID doesn't give the preferred bit, driver assumes
      that the mode with the higest resolution and rate is the preferred
      mode.  Meanwhile the recent changes for allowing more modes in the
      GFT/CVT ranges give actually more modes, and some modes may be over
      the native size.  Thus such a mode would be picked up as the preferred
      mode although it's no native resolution.
      
      For avoiding such a problem, this patch limits the addition of
      inferred modes by checking not to be greater than other modes.
      Also, it checks the duplicated mode entry at the same time.
      Reviewed-by: NAdam Jackson <ajax@redhat.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      7b668ebe
  23. 21 6月, 2012 1 次提交
  24. 02 6月, 2012 1 次提交
  25. 29 5月, 2012 1 次提交
  26. 27 4月, 2012 2 次提交
  27. 24 4月, 2012 1 次提交
  28. 20 4月, 2012 3 次提交