1. 14 3月, 2016 14 次提交
  2. 13 3月, 2016 1 次提交
  3. 11 3月, 2016 1 次提交
  4. 09 3月, 2016 3 次提交
  5. 08 3月, 2016 4 次提交
  6. 07 3月, 2016 12 次提交
  7. 06 3月, 2016 2 次提交
  8. 04 3月, 2016 3 次提交
    • A
      drm/msm: rename hdmi symbols · fcda50c8
      Arnd Bergmann 提交于
      Global symbols in the kernel should be prefixed by the name
      of the subsystem and/or driver to avoid conflicts when all
      code is built-in.
      
      In this case, function names like 'hdmi_register' or 'hdmi_set_mode'
      are way too generic for an MSM specific DRM driver, so I'm renaming
      them all to msm_hdmi_* here.
      
      I also rename a lot of the 'static' symbols along with the global
      names for consistency, even though those are relatively harmless;
      they might only be slightly confusing when they show up in
      backtraces.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NRob Clark <robdclark@gmail.com>
      fcda50c8
    • R
      drm/msm/adreno: remove duplicate adreno_hw_init() call · 7977f442
      Rob Clark 提交于
      Not sure where it came from, but seem unintentional.  And also not
      needed on a420, so let's just drop it.
      Signed-off-by: NRob Clark <robdclark@gmail.com>
      7977f442
    • R
      drm/msm: add timestamp param · 6c77d1ab
      Rob Clark 提交于
      We need this for GL_TIMESTAMP queries.
      
      Note: currently only supported on a4xx.. a3xx doesn't have this
      always-on counter.  I think we could emulate it with the one CP
      counter that is available, but for now it is of limited usefulness
      on a3xx (since we can't seem to do time-elapsed queries in any sane
      way with the existing firmware on a3xx, and if you are trying to do
      profiling on a tiler you want time-elapsed).  We can add that later
      if it becomes useful.
      Signed-off-by: NRob Clark <robdclark@gmail.com>
      6c77d1ab