1. 06 6月, 2014 2 次提交
    • T
      drm/tegra: dc - Add YUYV support · f925390e
      Thierry Reding 提交于
      YUYV is UYVY with swapped bytes. Luckily the Tegra DC hardware can swap
      bytes during scan-out, so supporting YUYV is simply a matter of writing
      the correct value to the byteswap register.
      
      This patch modifies tegra_dc_format() to return the byte swap parameter
      via an output parameter in addition to returning the pixel format. Many
      other formats can potentially be supported in a similar way.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      f925390e
    • T
      drm/tegra: Cleanup header file · 688c59af
      Thierry Reding 提交于
      Remove extern keyword from function prototypes since it isn't needed and
      drop an unnecessary forward declaration.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      688c59af
  2. 05 6月, 2014 3 次提交
  3. 04 6月, 2014 17 次提交
  4. 03 6月, 2014 5 次提交
  5. 02 6月, 2014 13 次提交