1. 13 7月, 2016 1 次提交
  2. 30 4月, 2016 1 次提交
  3. 12 4月, 2016 1 次提交
  4. 05 4月, 2016 1 次提交
  5. 01 3月, 2016 1 次提交
  6. 15 2月, 2016 1 次提交
  7. 13 12月, 2015 1 次提交
  8. 03 11月, 2015 4 次提交
  9. 17 8月, 2015 1 次提交
  10. 13 8月, 2015 1 次提交
  11. 22 6月, 2015 6 次提交
  12. 19 6月, 2015 1 次提交
  13. 18 3月, 2015 1 次提交
  14. 11 2月, 2015 1 次提交
  15. 07 2月, 2015 2 次提交
  16. 21 1月, 2015 1 次提交
  17. 06 8月, 2014 1 次提交
  18. 03 8月, 2014 1 次提交
  19. 02 6月, 2014 3 次提交
  20. 04 4月, 2014 1 次提交
  21. 23 3月, 2014 2 次提交
  22. 07 2月, 2014 1 次提交
  23. 12 10月, 2013 1 次提交
    • D
      drm: Add separate Kconfig option for fbdev helpers · 92b6f89f
      Daniel Vetter 提交于
      For drivers which might want to disable fbdev legacy support.
      
      Select the new option in all drivers for now, so this shouldn't result
      in any change. Drivers need some work anyway to make fbdev support
      optional (if they have it implemented, that is), so the recommended
      way to expose this is by adding per-driver options. At least as long
      as most drivers don't support disabling the fbdev support.
      
      v2: Update for new drm drivers msm and rcar-du. Note that Rob's msm
      driver can already take advantage of this, which allows us to build
      msm without any fbdev depencies in the kernel!
      
      v3: Move the MODULE_* stuff from the fbdev helper file to
      drm_crtc_helper.c.
      
      Cc: David Herrmann <dh.herrmann@gmail.com>
      Cc: Rob Clark <robdclark@gmail.com>
      Reviewed-by: NRob Clark <robdclark@gmail.com>
      Acked-by: NDave Airlie <airlied@linux.ie>
      Reviewed-by: NChon Ming Lee <chon.ming.lee@intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      92b6f89f
  24. 16 9月, 2013 1 次提交
  25. 05 9月, 2013 2 次提交
  26. 29 4月, 2013 2 次提交
    • S
      drm/exynos: Select VIDEOMODE_HELPERS for FIMD · b9047b8d
      Sachin Kamat 提交于
      FIMD also requires video mode helper APIs.
      Without this patch we get the following build error:
      drivers/gpu/drm/exynos/exynos_drm_fimd.c:895: undefined reference to
      `of_get_fb_videomode'
      make: *** [vmlinux] Error 1
      Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      b9047b8d
    • S
      drm/exynos: add device tree support for fimc ipp driver · 5186fc5e
      Sylwester Nawrocki 提交于
      This patch adds OF initialization support for the FIMC driver.
      The binding documentation can be found at Documentation/devicetree/
      bindings/media/samsung-fimc.txt.
      
      The syscon regmap interface is used to serialize access to the
      shared CAMBLK registers from within the V4L2 FIMC-IS and the DRM
      FIMC drivers. The DRM driver uses this interface for setting up
      the FIFO data link between FIMD and FIMC IP blocks, while the V4L2
      one for setting up a data link between the camera ISP and FIMC for
      camera capture. The CAMBLK registers are not accessed any more
      through a statically mapped IO. Synchronized access to these
      registers is required for simultaneous operation of the camera
      ISP and the DRM IPP on Exynos4x12.
      
      The driver data and driver_ids static data structures are removed
      since Exynos4 is going to be a dt-only platform and there is
      currently no board file in mainline that defines platform data
      for the FIMC IPP, i.e. uses it.
      
      Camera input signal polarities are not currently parsed from the
      device tree.
      Signed-off-by: NSylwester Nawrocki <s.nawrocki@samsung.com>
      Signed-off-by: NKyungmin Park <kyungmin.park@samsung.com>
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      5186fc5e