1. 04 2月, 2015 1 次提交
    • D
      drm: remove DRM_FORMAT_NV12MT · 083500ba
      Daniel Vetter 提交于
      So this has been merged originally in
      
      commit 83052d4d
      Author: Seung-Woo Kim <sw0312.kim@samsung.com>
      Date:   Thu Dec 15 15:40:55 2011 +0900
      
          drm: Add multi buffer plane pixel formats
      
      which hasn't seen a lot of review really. The problem is that it's not
      a real pixel format, but just a different way to lay out NV12 pixels
      in macroblocks, i.e. a tiling format.
      
      The new way of doing this is with the soon-to-be-merged fb modifiers.
      
      This was brough up in some long irc discussion around the entire
      topic, as an example of where things have gone wrong. Luckily we can
      correct the mistake:
      - The kms side support for NV12MT is all dead code because
        format_check in drm_crtc.c never accepted NV12MT.
      - The gem side for the gsc support doesn't look better: The code
        forgets to set the pixel format and makes a big mess with the tiling
        mode bits, inadvertedly setting them all.
      
      Conclusion: This never really worked (at least not in upstream) and
      hence we can safely correct our mistake here.
      
      Cc: Seung-Woo Kim <sw0312.kim@samsung.com>
      Cc: Inki Dae <inki.dae@samsung.com>
      Cc: Kyungmin Park <kyungmin.park@samsung.com>
      Cc: Rob Clark <robclark@freedesktop.org>
      Cc: Daniel Stone <daniel@fooishbar.org>
      Cc: Damien Lespiau <damien.lespiau@intel.com>
      Reviewed-by: NRob Clark <robclark@freedesktop.org>
      Reviewed-by: NGustavo Padovan <gustavo.padovan@collabora.co.uk>
      Acked-by: NJoonyoung Shim <jy0922.shim@samsung.com>
      Acked-by: NSeung-Woo Kim <sw0312.kim@samsung.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@intel.com>
      083500ba
  2. 24 11月, 2014 2 次提交
  3. 20 9月, 2014 1 次提交
  4. 04 8月, 2014 2 次提交
  5. 03 8月, 2014 1 次提交
  6. 24 6月, 2014 5 次提交
  7. 02 6月, 2014 2 次提交
    • I
      drm/exynos: consider deferred probe case · df5225bc
      Inki Dae 提交于
      This patch makes sure that exynos drm framework handles deferred
      probe case correctly.
      
      Sub drivers could be probed before resources, clock, regulator,
      phy or panel, are ready for them so we should make sure that exynos
      drm core waits until all resources are ready and sub drivers are
      probed correctly.
      
      Chagelog v2:
      - Make sure that exynos drm core tries to bind sub drivers only in case that
        they have a pair: crtc and encoder/connector components should be a pair.
      - Remove unnecessary patch:
        drm/exynos: mipi-dsi: consider panel driver-deferred probe
      - Return error type correctly.
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      Acked-by: NKyungmin Park <kyungmin.park@samsung.com>
      df5225bc
    • I
      drm/exynos: add component framework support · f37cd5e8
      Inki Dae 提交于
      This patch adds component framework support to resolve
      the probe order issue.
      
      Until now, exynos drm had used codes specific to exynos drm
      to resolve that issue so with this patch, the specific codes
      are removed.
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      f37cd5e8
  8. 23 3月, 2014 5 次提交
  9. 18 12月, 2013 2 次提交
  10. 05 9月, 2013 2 次提交
  11. 30 7月, 2013 1 次提交
  12. 04 7月, 2013 1 次提交
  13. 28 6月, 2013 8 次提交
  14. 23 5月, 2013 1 次提交
  15. 29 4月, 2013 1 次提交
  16. 16 4月, 2013 2 次提交
  17. 20 3月, 2013 1 次提交
  18. 21 2月, 2013 2 次提交