1. 04 7月, 2016 1 次提交
  2. 01 7月, 2016 1 次提交
  3. 13 5月, 2016 22 次提交
  4. 27 4月, 2016 2 次提交
  5. 01 4月, 2016 1 次提交
    • E
      drm: Add an encoder and connector type enum for DPI. · 0b27c02a
      Eric Anholt 提交于
      Right now exynos is exposing DPI as a TMDS encoder and VGA connector,
      which seems rather misleading.  This isn't just an internal detail,
      since xrandr actually exposes "VGA" as the output name.  Define some
      new enums so that vc4's DPI can have a more informative name.
      
      I considered other names for the connector as well.  For VC4, the
      Adafruit DPI kippah takes the 28 GPIO pins and routes them to a
      standard-ish 40-pin FPC connector, but "40-pin FPC" doesn't uniquely
      identify an ordering of pins (apparently some other orderings exist),
      doesn't explain things as well for the user (who, if anything, knows
      their product is a DPI kippah/panel combo), and actually doesn't have
      to exist (one could connect the 28 GPIOs directly to something else).
      Simply "DPI" seems like a good compromise name to distinguish from the
      HDMI, DSI, and TV connectors .
      Signed-off-by: NEric Anholt <eric@anholt.net>
      Reviewed-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      0b27c02a
  6. 31 3月, 2016 5 次提交
  7. 13 3月, 2016 1 次提交
  8. 08 3月, 2016 1 次提交
  9. 04 3月, 2016 1 次提交
    • 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
  10. 01 3月, 2016 1 次提交
  11. 11 2月, 2016 1 次提交
  12. 09 2月, 2016 1 次提交
  13. 28 1月, 2016 1 次提交
  14. 27 1月, 2016 1 次提交