1. 12 6月, 2015 1 次提交
  2. 02 4月, 2015 5 次提交
  3. 05 3月, 2015 1 次提交
  4. 02 2月, 2015 1 次提交
  5. 17 11月, 2014 1 次提交
  6. 04 8月, 2014 2 次提交
    • S
      drm/msm/mdp5: add support for MDP5 v1.3 · 3d47fd47
      Stephane Viau 提交于
      MDP5 has several functional blocks (ie: VIG/RGB pipes, LMs, ...).
      From one revision to another, these blocks' base addresses might
      change due to the number of instances present in the MDP5 hw.
      A way of dealing with these offset changes is to introduce
      dynamic offsets 'per block'.
      
      This change adds support for the new revision of MDP5: v1.3.
      The idea is to define one hw config per MDP version and select
      either one of them at runtime, after reading the MDP5 version.
      
      Once the MDP version is known, 'per block' dynamic offsets
      are initialized through a global pointer, which is then used for
      read/write register access.
      Signed-off-by: NStephane Viau <sviau@codeaurora.org>
      Signed-off-by: NRob Clark <robdclark@gmail.com>
      3d47fd47
    • R
      drm/msm: update generated headers · 89301471
      Rob Clark 提交于
      Signed-off-by: NRob Clark <robdclark@gmail.com>
      89301471
  7. 10 1月, 2014 1 次提交