1. 30 Jul, 2018 21 commits
  2. 26 Jul, 2018 17 commits
  3. 25 Jul, 2018 2 commits
    • vkorjani's avatar
      drm: Add support for pps and compression mode command packet · ea107a18
      vkorjani authored
      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: default avatarvkorjani <vikas.korjani@intel.com>
      [seanpaul removed pps_write_buffer fn, added types to packet_format helpers]
      Signed-off-by: default avatarSean Paul <seanpaul@chromium.org>
      Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
      ea107a18
    • Carsten Behling's avatar
      drm/msm/mdp5: negative x/y in cursor move · 23f94551
      Carsten Behling authored
      modesetting X11 driver may provide negative x/y cordinates in
      mdp5_crtc_cursor_move call when rotation is enabled.
      
      Cursor buffer can overlap down to its negative width/height.
      
      ROI has to be recalculated for negative x/y indicating using the
      lower/right corner of the cursor buffer and hotspot must be set
      in MDP5_LM_CURSOR_XY_SRC_Y MDP5_LM_CURSOR_XY_SRC_X.
      Signed-off-by: default avatarCarsten Behling <carsten.behling@gmail.com>
      Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
      23f94551