1. 13 Jan, 2020 1 commit
  2. 12 Jan, 2020 2 commits
    • Fritz Koenig's avatar
      drm/msm/dpu: Allow UBWC on NV12 · d4bbcade
      Fritz Koenig authored
      NV12 is a valid format for UBWC
      Signed-off-by: default avatarFritz Koenig <frkoenig@google.com>
      Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
      d4bbcade
    • John Stultz's avatar
      drm: msm: Quiet down plane errors in atomic_check · b55f91a0
      John Stultz authored
      With the db845c running AOSP, I see the following error on every
      frame on the home screen:
        [drm:dpu_plane_atomic_check:915] [dpu error]plane33 invalid src 2880x1620+0+470 line:2560
      
      This is due to the error paths in atomic_check using
      DPU_ERROR_PLANE(), and the drm_hwcomposer using atomic_check
      to decide how to composite the frame (thus it expects to see
      atomic_check to fail).
      
      In order to avoid spamming the logs, this patch converts the
      DPU_ERROR_PLANE() calls to DPU_DEBUG_PLANE() calls in
      atomic_check.
      
      Cc: Todd Kjos <tkjos@google.com>
      Cc: Alistair Delva <adelva@google.com>
      Cc: Amit Pundir <amit.pundir@linaro.org>
      Cc: Rob Clark <robdclark@gmail.com>
      Cc: Sean Paul <sean@poorly.run>
      Cc: David Airlie <airlied@linux.ie>
      Cc: Daniel Vetter <daniel@ffwll.ch>
      Cc: dri-devel@lists.freedesktop.org
      Cc: freedreno@lists.freedesktop.org
      Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
      Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
      b55f91a0
  3. 07 Jan, 2020 2 commits
    • Harigovindan P's avatar
      drm/msm: update LANE_CTRL register value from default value · e3ff6881
      Harigovindan P authored
      LANE_CTRL register in latest version of DSI controller (v2.2)
      has additional functionality introduced to enable/disable HS
      signalling with default value set to enabled. To accommodate this
      change, LANE_CTRL register should be read and bit wise ORed to enable
      non continuous clock mode. Without this change, if register is written
      directly, HS signalling will be disabled resulting in black screen.
      
      Changes in v1:
      	-Update LANE_CTRL register value
      Changes in v2:
      	-Changing commit message accordingly.
      Signed-off-by: default avatarHarigovindan P <harigovi@codeaurora.org>
      Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
      e3ff6881
    • Harigovindan P's avatar
      drm/msm: add DSI support for sc7180 · 6125bd32
      Harigovindan P authored
      Add support for v2.4.1 DSI block in the sc7180 SoC.
      
      Changes in v1:
      	-Modify commit text to indicate DSI version and SOC detail(Jeffrey Hugo).
      	-Splitting visionox panel driver code out into a
      	 different patch(set), since panel drivers are merged into
      	 drm-next via a different tree(Rob Clark).
      Changes in v2:
      	-Update commit text accordingly(Matthias Kaehlcke).
      Signed-off-by: default avatarHarigovindan P <harigovi@codeaurora.org>
      [cleanup subject / commit message]
      Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
      6125bd32
  4. 04 Jan, 2020 1 commit
  5. 03 Jan, 2020 17 commits
  6. 02 Jan, 2020 16 commits
  7. 29 Dec, 2019 1 commit