1. 24 Jul, 2018 2 commits
    • Marek Szyprowski's avatar
      drm/exynos: g2d: Convert to driver component API · eb4d9796
      Marek Szyprowski authored
      Exynos G2D driver is the last client of the custom Exynos 'sub-driver'
      framework. In the current state it doesn't really resolve any of the
      issues it has been designed for, as Exynos DRM is already built only
      as a single kernel module. Remove the custom 'sub-driver' framework and
      simply use generic component framework also in G2D driver.
      Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
      Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
      eb4d9796
    • Inki Dae's avatar
      Merge tag 'exynos-drm-fixes-for-v4.18-rc4' of... · 2d3bda70
      Inki Dae authored
      Merge tag 'exynos-drm-fixes-for-v4.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into exynos-drm-next
      
      Fixups
      - Fix several problems to IPPv2 merged to mainline recentely.
        . An align problem of width size that IPP driver incorrectly
          calculated the real buffer size.
        . Horizontal and vertical flip problem.
        . Per-plane global alpha for XRGB modes.
        . Incorrect variant of the YUV modes.
      - Fix plane overlapping problem.
        . The stange order of overlapping planes on XRGB modes
          by setting global alpha value to maximum value.
      
      Cleanup
      - Rename a enum type, drm_ipp_size_id, to one specific to Exynos,
        drm_exynos_ipp_limit_type.
      - Replace {un/reference} with {put,get} functions.
        . it replaces several reference/unreference functions with Linux
          kernel nameing standard.
      2d3bda70
  2. 20 Jul, 2018 4 commits
  3. 19 Jul, 2018 17 commits
  4. 18 Jul, 2018 15 commits
  5. 17 Jul, 2018 2 commits