1. 24 2月, 2017 1 次提交
  2. 05 2月, 2017 1 次提交
    • C
      drm/rockchip: cdn-dp: add cdn DP support for rk3399 · 1a0f7ed3
      Chris Zhong 提交于
      Add support for cdn DP controller which is embedded in the rk3399
      SoCs. The DP is compliant with DisplayPort Specification,
      Version 1.3, This IP is compatible with the rockchip type-c PHY IP.
      There is a uCPU in DP controller, it need a firmware to work,
      please put the firmware file to /lib/firmware/rockchip/dptx.bin. The
      uCPU in charge of aux communication and link training, the host use
      mailbox to communicate with the ucpu.
      The dclk pin_pol of vop must not be invert for DP.
      Signed-off-by: NChris Zhong <zyw@rock-chips.com>
      [seanpaul fixed up some races between the worker and modeset]
      [seanpaul squashed ~15 commits from chromium.org gerrit]
      Signed-off-by: NSean Paul <seanpaul@chromium.org>
      [groeck fixed compilation errors when building as module]
      Signed-off-by: NGuenter Roeck <groeck@chromium.org>
      1a0f7ed3
  3. 19 10月, 2016 1 次提交
    • S
      gpu: Remove depends on RESET_CONTROLLER when not a provider · fb80016a
      Stephen Boyd 提交于
      These GPU drivers only depend on the RESET_CONTROLLER config
      option to fix build issues that existed when there weren't stub
      reset APIs for reset controller consumers. Given that these
      drivers aren't providing any reset controllers themselves, they
      don't actually depend on the API to build (just to function) so
      they don't need to depend on it. Remove the dependency to fix
      recursive build errors like the following:
      
      drivers/usb/Kconfig:39:error: recursive dependency detected!
      drivers/usb/Kconfig:39: symbol USB is selected by MOUSE_APPLETOUCH
      drivers/input/mouse/Kconfig:187:        symbol MOUSE_APPLETOUCH depends on INPUT
      drivers/input/Kconfig:8:        symbol INPUT is selected by VT
      drivers/tty/Kconfig:12: symbol VT is selected by FB_STI
      drivers/video/fbdev/Kconfig:674:        symbol FB_STI depends on FB
      drivers/video/fbdev/Kconfig:5:  symbol FB is selected by DRM_KMS_FB_HELPER
      drivers/gpu/drm/Kconfig:42:     symbol DRM_KMS_FB_HELPER is selected by DRM_KMS_CMA_HELPER
      drivers/gpu/drm/Kconfig:98:     symbol DRM_KMS_CMA_HELPER is selected by DRM_IMX
      drivers/gpu/drm/imx/Kconfig:1:  symbol DRM_IMX depends on IMX_IPUV3_CORE
      drivers/gpu/ipu-v3/Kconfig:1:   symbol IMX_IPUV3_CORE depends on RESET_CONTROLLER
      drivers/reset/Kconfig:4:        symbol RESET_CONTROLLER is selected by USB_CHIPIDEA
      drivers/usb/chipidea/Kconfig:1: symbol USB_CHIPIDEA depends on USB_EHCI_HCD
      drivers/usb/host/Kconfig:84:    symbol USB_EHCI_HCD depends on USB
      
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: <dri-devel@lists.freedesktop.org>
      Cc: Heiko Stuebner <heiko@sntech.de>
      Cc: Mark Yao <mark.yao@rock-chips.com>
      Acked-by: NPhilipp Zabel <p.zabel@pengutronix.de>
      Acked-by: robdclark@gmail.com
      Signed-off-by: NStephen Boyd <stephen.boyd@linaro.org>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      Link: http://patchwork.freedesktop.org/patch/msgid/20161018205719.20575-1-stephen.boyd@linaro.org
      fb80016a
  4. 15 7月, 2016 1 次提交
  5. 16 6月, 2016 1 次提交
  6. 05 4月, 2016 1 次提交
  7. 18 2月, 2016 1 次提交
  8. 06 1月, 2016 1 次提交
  9. 03 3月, 2015 2 次提交
  10. 31 1月, 2015 1 次提交
    • A
      drm: rockchip: add reset controller dependency · 3f70b89c
      Arnd Bergmann 提交于
      When the reset controller subsystem is disabled, this driver
      fails to build:
      
      drivers/gpu/drm/rockchip/rockchip_drm_vop.c: In function 'vop_initial':
      drivers/gpu/drm/rockchip/rockchip_drm_vop.c:1267:2: error: implicit declaration of function 'devm_reset_control_get' [-Werror=implicit-function-declaration]
      
      The easiest solution is to add a dependency in Kconfig to avoid
      that case.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NDave Airlie <airlied@gmail.com>
      3f70b89c
  11. 21 1月, 2015 1 次提交
  12. 08 1月, 2015 1 次提交
  13. 02 12月, 2014 1 次提交