1. 02 4月, 2015 2 次提交
    • R
      drm/msm: add support for "stolen" mem · 072f1f91
      Rob Clark 提交于
      Add support to use the VRAM carveout (if specified in dtb) for fbdev
      scanout buffer.  This allows drm/msm to take over a bootloader splash-
      screen, and avoids corruption on screen that results if the kernel uses
      memory that is still being scanned out for itself.
      Signed-off-by: NRob Clark <robdclark@gmail.com>
      072f1f91
    • R
      drm/msm: split out vram initialization · 5bf9c0b6
      Rob Clark 提交于
      We'll want to extend this a bit to handle also a reserved-memory
      ("stolen") region, so that drm/msm can take-over bootloader splash
      screen.  First split it out into it's own fxn to reduce noise in
      the following patch.
      Signed-off-by: NRob Clark <robdclark@gmail.com>
      5bf9c0b6
  2. 05 3月, 2015 8 次提交
  3. 24 2月, 2015 1 次提交
  4. 02 2月, 2015 21 次提交
  5. 31 1月, 2015 1 次提交
    • A
      drm: msm: add missing dependencies on OF and COMMON_CLK · 40039904
      Arnd Bergmann 提交于
      The msm gpu drivers depend on both the DT mechanism and the
      common clk handling code, if they are not enabled, we get
      a number of build errors:
      
      In file included from drivers/gpu/drm/msm/hdmi/hdmi.h:27:0,
                       from drivers/gpu/drm/msm/hdmi/hdmi_bridge.c:18:
      drivers/gpu/drm/msm/msm_drv.h:45:24: fatal error: mach/board.h: No such file or directory
       #include <mach/board.h>
                              ^
      
      drivers/gpu/drm/msm/hdmi/hdmi_phy_8960.c:503:2: error: implicit declaration of function 'devm_clk_register' [-Werror=implicit-function-declaration]
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NDave Airlie <airlied@gmail.com>
      40039904
  6. 28 1月, 2015 2 次提交
  7. 21 1月, 2015 1 次提交
  8. 19 12月, 2014 4 次提交