1. 19 8月, 2016 1 次提交
  2. 18 8月, 2016 1 次提交
  3. 16 8月, 2016 1 次提交
  4. 15 8月, 2016 2 次提交
    • L
      drm/etnaviv: take GPU lock later in the submit process · d9853490
      Lucas Stach 提交于
      Both the fence and event alloc are safe to be done without holding the GPU
      lock, as they either don't need any locking (fences) or are protected by
      their own lock (events).
      
      This solves a bad locking interaction between the submit path and the
      recover worker. If userspace manages to exhaust all available events while
      the GPU is hung, the submit will wait for events to become available
      holding the GPU lock. The recover worker waits for this lock to become
      available before trying to recover the GPU which frees up the allocated
      events. Essentially both paths are deadlocked until the submit path
      times out waiting for available events, failing the submit that could
      otherwise be handled just fine if the recover worker had the chance to
      bring the GPU back in a working state.
      Signed-off-by: NLucas Stach <l.stach@pengutronix.de>
      Reviewed-by: NChristian Gmeiner <christian.gmeiner@gmail.com>
      d9853490
    • D
      Merge tag 'mediatek-drm-fixes-2016-08-12' of git://git.pengutronix.de/git/pza/linux into drm-fixes · 93b1f145
      Dave Airlie 提交于
      mediatek-drm build dependency fixes
      
      - add COMMON_CLK dependency for mipi-tx PLL
      - add OF dependency for mtk_drm_drv
      - add ARM_SMCCC dependency for mtk-hdmi
      
      * tag 'mediatek-drm-fixes-2016-08-12' of git://git.pengutronix.de/git/pza/linux:
        drm/mediatek: add ARM_SMCCC dependency
        drm/mediatek: add CONFIG_OF dependency
        drm/mediatek: add COMMON_CLK dependency
      93b1f145
  5. 12 8月, 2016 13 次提交
  6. 11 8月, 2016 22 次提交