1. 25 7月, 2018 1 次提交
    • V
      drm: Add support for pps and compression mode command packet · ea107a18
      vkorjani 提交于
      After enabling DSC we need to send compression mode command packet
      and pps data packet, for which 2 new data types are added
      07h  Compression Mode Data Type Write , short write, 2 parameters
      0Ah  PPS Long Write (word count determines number of bytes)
      This patch adds support to send these packets.
      
      Cc: David Airlie <airlied@linux.ie>
      Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
      Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
      Cc: dri-devel@lists.freedesktop.org
      Cc: linux-kernel@vger.kernel.org
      Cc: linux-fbdev@vger.kernel.org
      
      Changes in v3:
      - None
      Signed-off-by: Nvkorjani <vikas.korjani@intel.com>
      [seanpaul removed pps_write_buffer fn, added types to packet_format helpers]
      Signed-off-by: NSean Paul <seanpaul@chromium.org>
      Signed-off-by: NRob Clark <robdclark@gmail.com>
      ea107a18
  2. 18 7月, 2018 1 次提交
  3. 17 7月, 2018 1 次提交
  4. 16 7月, 2018 1 次提交
    • L
      drm/dp_helper: Add DP aux channel tracing · a18b2192
      Lyude Paul 提交于
      This is something we've needed for a very long time now, as it makes
      debugging issues with faulty MST hubs along with debugging issues
      regarding us interfacing with hubs correctly vastly easier to debug.
      Currently this can actually be done if you trace the i2c devices for DP
      using ftrace but that's significantly less useful for a couple of
      reasons:
      
      - Tracing the i2c devices through ftrace means all of the traces are
        going to contain a lot of "garbage" output that we're sending over the
        i2c line. Most of this garbage comes from retrying transactions, DRM's
        helper library adding extra transactions to work around bad hubs, etc.
      - Having a user set up ftrace so that they can provide debugging
        information is a lot more difficult then being able to say "just boot
        with drm.debug=0x100"
      - We can potentially expand upon this tracing in the future to print
        debugging information in regards to other DP transactions like MST
        sideband transactions
      
      This is inspired by a patch Rob Clark sent to do this a long time back.
      Neither of us could find the patch however, so we both assumed it would
      probably just be easier to rewrite it anyway.
      
      Cc: Rob Clark <robdclark@gmail.com>
      Signed-off-by: NLyude Paul <lyude@redhat.com>
      Reviewed-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      Link: https://patchwork.freedesktop.org/patch/msgid/20180716154432.13433-1-lyude@redhat.com
      a18b2192
  5. 14 7月, 2018 14 次提交
  6. 13 7月, 2018 2 次提交
  7. 12 7月, 2018 1 次提交
  8. 11 7月, 2018 2 次提交
  9. 10 7月, 2018 8 次提交
  10. 07 7月, 2018 7 次提交
  11. 06 7月, 2018 2 次提交