1. 21 9月, 2012 33 次提交
  2. 18 9月, 2012 1 次提交
  3. 14 9月, 2012 4 次提交
  4. 13 9月, 2012 2 次提交
    • D
      Merge branch 'exynos-drm-fixes' of... · b6552328
      Dave Airlie 提交于
      Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-samsung into drm-fixes
      
      Inki Dae writes:
      - fix build warnings
      - minor code cleanup
      - remove non-standard format, DRM_FORMAT_NV12M
      - add dummy mmap for exynos dmabuf
        . dma_buf export needs this patch
      
      * 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-samsung:
        drm: Drop the NV12M and YUV420M formats
        drm/exynos: remove DRM_FORMAT_NV12M from plane module
        drm/exynos: fix double call of drm_prime_(init/destroy)_file_private
        drm/exynos: add dummy support for dmabuf-mmap
        drm/exynos: Add missing braces around sizeof in exynos_mixer.c
        drm/exynos: Add missing braces around sizeof in exynos_hdmi.c
        drm/exynos: Make g2d_pm_ops static
        drm/exynos: Add dependency for G2D in Kconfig
        drm/exynos: fixed page align bug.
        drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]
        drm/exynos: Use devm_* functions in exynos_drm_g2d.c file
        drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c file
        drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c file
        drm/exynos: Remove redundant check in exynos_drm_fimd.c file
        drm/exynos: Remove redundant check in exynos_hdmi.c file
      b6552328
    • V
      drm: Drop the NV12M and YUV420M formats · d9dd85dd
      Ville Syrjälä 提交于
      The NV12M/YUV420M formats are identical to the NV12/YUV420 formats.
      So just remove these duplicated format names.
      
      This might look like breaking the ABI, but the code has never actually
      accepted these formats, so nothing can be using them.
      Signed-off-by: NVille Syrjälä <ville.syrjala@linux.intel.com>
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
      d9dd85dd