1. 19 6月, 2014 1 次提交
  2. 02 6月, 2014 3 次提交
    • 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: dsi: remove unnecessary pm interfaces · fbc2063d
      Inki Dae 提交于
      Exynos drm driver is a single driver so pm operation
      for kms drivers should be done by connector->dpms
      at top level driver.
      
      If kms driver has its own pm interfaces, single driver model
      would be broken so this patch removes unnecessary pm interfaces
      from dsi driver.
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
      fbc2063d
    • 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
  3. 30 4月, 2014 1 次提交
  4. 04 4月, 2014 2 次提交