1. 11 4月, 2014 1 次提交
  2. 09 4月, 2014 3 次提交
  3. 03 4月, 2014 1 次提交
  4. 02 4月, 2014 11 次提交
  5. 31 3月, 2014 5 次提交
  6. 29 3月, 2014 2 次提交
  7. 21 3月, 2014 1 次提交
  8. 19 3月, 2014 12 次提交
  9. 18 3月, 2014 1 次提交
  10. 12 3月, 2014 1 次提交
  11. 11 3月, 2014 1 次提交
    • V
      drm/i915: Make encoder cloning more flexible · bc079e8b
      Ville Syrjälä 提交于
      Currently we allow encoders to indicate whether they can be part of a
      cloned set with just one flag. That's not flexible enough to describe
      the actual hardware capabilities. Instead make it a bitmask of encoder
      types with which the current encoder can be cloned.
      
      For now we set the bitmask to allow DVO+DVO and DVO+VGA, which should
      match what the old boolean flag allowed. We will add some more cloning
      options in the future.
      
      Note that this patch also removes the encoder.possible_clones setting
      from encoder setup code - we compute this dynamically.
      Signed-off-by: NVille Syrjälä <ville.syrjala@linux.intel.com>
      Reviewed-by: NRodrigo Vivi <rodrigo.vivi@gmail.com>
      [danvet: Add Ville's explanation why removing the encoder
      possible_clones is save.]
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      bc079e8b
  12. 10 3月, 2014 1 次提交