linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] drm fixes for 4.20-rc6
@ 2018-12-07  1:37 Dave Airlie
  2018-12-07 18:35 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Airlie @ 2018-12-07  1:37 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: dri-devel, LKML

Hi Linus,

This is the regular fixes pull. I'm off on holidays for a few days but
will likely still have access to stuff, just not doing much else, I
should be back for 2 days at the end of next week to line up more
fixes, and likely send you the -next pull request before going on
holidays until after boxing day.

There's a bit more in here than I'd like, and I'm hoping things calm
down when I'm out.

msm: a bunch of display fixes for the new DPU, and a couple of command
submission fixes
omap: some DSI fixes
ast: driver unload crash fix
core: fix the lease uevent so userspace can distinguish it
amd: fix a bpc regression, lru handling regression, fixed firmware
support for new GPUs, power management fixes for vega20.

Thanks,
Dave.

drm-fixes-2018-12-07:
ast, msm display fixes, amdgpu fixes, lease fix, omap fixes
The following changes since commit 2595646791c319cadfdbf271563aac97d0843dc7:

  Linux 4.20-rc5 (2018-12-02 15:07:55 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2018-12-07

for you to fetch changes up to e594a5e349ddbfdaca1951bb3f8d72f3f1660d73:

  drm/ast: Fix connector leak during driver unload (2018-12-06 14:12:02 +1000)

----------------------------------------------------------------
ast, msm display fixes, amdgpu fixes, lease fix, omap fixes

----------------------------------------------------------------
Abhinav Kumar (1):
      drm/msm/dsi: configure VCO rate for 10nm PLL driver

Alex Deucher (3):
      drm/amdgpu: add VCN JPEG support amdgpu_ctx_num_entities
      drm/amdgpu/gmc8: update MC firmware for polaris
      drm/amdgpu/gmc8: always load MC firmware in the driver

Christian König (2):
      drm/ttm: fix LRU handling in ttm_buffer_object_transfer
      drm/amdgpu: wait for IB test on first device open

Dan Carpenter (1):
      drm/msm/gpu: Fix a couple memory leaks in debugfs

Daniel Vetter (1):
      drm/lease: Send a distinct uevent

Dave Airlie (3):
      Merge tag 'msm-fixes-2018-12-04' of
https://gitlab.freedesktop.org/seanpaul/dpu-staging into drm-fixes
      Merge branch 'drm-fixes-4.20' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge tag 'drm-misc-fixes-2018-12-05' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Evan Quan (3):
      drm/amd/powerplay: support new pptable upload on Vega20
      drm/amd/powerplay: issue pre-display settings for display change event
      drm/amd/powerplay: support SoftMin/Max setting for some specific DPM

James Zhu (1):
      drm/amdgpu/vcn: Update vcn.cur_state during suspend

Jayant Shekhar (1):
      drm/msm/dpu: Ignore alpha for XBGR8888 format

Jeykumar Sankaran (1):
      drm/msm: validate display and event threads

Jordan Crouse (1):
      drm/msm/gpu: Don't map command buffers with nr_relocs equal to 0

Junwei Zhang (1):
      drm/amdgpu: update mc firmware image for polaris12 variants

Nicholas Kazlauskas (2):
      drm/amd/display: Fix unintialized max_bpc state values
      drm/amd/display: Fix overflow/truncation from strncpy.

Rob Clark (1):
      drm/msm: fix handling of cmdstream offset

Robert Foss (1):
      drm/msm: Move fence put to where failure occurs

Roman Li (1):
      drm/amd/display: Fix 6x4K displays light-up on Vega20 (v2)

Sam Bobroff (1):
      drm/ast: Fix connector leak during driver unload

Sandeep Panda (1):
      drm/bridge: fix AUX_CMD_SEND bit value for ti, sn65dsi86 bridge

Sean Paul (2):
      drm/msm: Grab a vblank reference when waiting for commit_done
      drm/msm: dpu: Don't set legacy plane->crtc pointer

Sebastian Reichel (2):
      drm/omap: populate DSI platform bus earlier
      drm/omap: fix incorrect union usage

Sharat Masetty (2):
      drm/msm: Check if target supports crash dump capture
      drm/msm: Fix task dump in gpu recovery

Todor Tomov (1):
      drm/msm/hdmi: Enable HPD after HDMI IRQ is set up

Tomi Valkeinen (1):
      drm/omap: fix bus_flags for panel-dpi

Wei Yongjun (1):
      drm/fb-helper: Fix typo in parameter description

Wen Yang (1):
      drm/msm: Fix error return checking

YueHaibing (2):
      drm/msm/hdmi: Drop pointless static qualifier in msm_hdmi_bind()
      drm/msm: dpu: Fix "WARNING: invalid free of devm_ allocated data"

tianci yin (1):
      drm/amd/powerplay: improve OD code robustness

wentalou (1):
      drm/amdgpu: enlarge maximum waiting time of KIQ

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c            |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c            |  6 +--
 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c              | 44 ++++++++++++----
 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c              |  3 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  8 +--
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    |  2 +
 .../gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c  |  4 +-
 drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c        |  3 ++
 drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c       |  2 -
 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c   | 12 +++--
 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 12 +++--
 drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c | 54 ++++++++++++--------
 drivers/gpu/drm/ast/ast_fb.c                       |  1 +
 drivers/gpu/drm/bridge/ti-sn65dsi86.c              |  2 +-
 drivers/gpu/drm/drm_fb_helper.c                    |  2 +-
 drivers/gpu/drm/drm_internal.h                     |  2 +
 drivers/gpu/drm/drm_lease.c                        |  2 +-
 drivers/gpu/drm/drm_sysfs.c                        | 10 ++++
 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c           |  1 -
 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c        |  2 -
 drivers/gpu/drm/msm/disp/dpu1/dpu_formats.c        |  2 +-
 drivers/gpu/drm/msm/dsi/pll/dsi_pll_10nm.c         |  4 +-
 drivers/gpu/drm/msm/hdmi/hdmi.c                    |  8 ++-
 drivers/gpu/drm/msm/hdmi/hdmi.h                    |  1 +
 drivers/gpu/drm/msm/hdmi/hdmi_connector.c          | 10 +---
 drivers/gpu/drm/msm/msm_atomic.c                   |  5 ++
 drivers/gpu/drm/msm/msm_debugfs.c                  | 15 ++++--
 drivers/gpu/drm/msm/msm_drv.c                      | 49 ++++++------------
 drivers/gpu/drm/msm/msm_gem_submit.c               | 18 ++++---
 drivers/gpu/drm/msm/msm_gpu.c                      | 13 +++--
 drivers/gpu/drm/msm/msm_iommu.c                    |  2 +-
 drivers/gpu/drm/msm/msm_rd.c                       |  5 +-
 drivers/gpu/drm/omapdrm/displays/panel-dpi.c       |  1 +
 drivers/gpu/drm/omapdrm/dss/dsi.c                  | 20 ++++----
 drivers/gpu/drm/omapdrm/dss/omapdss.h              |  2 +-
 drivers/gpu/drm/omapdrm/omap_encoder.c             | 58 ++++++++++++----------
 drivers/gpu/drm/ttm/ttm_bo_util.c                  |  4 +-
 38 files changed, 235 insertions(+), 157 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-07 18:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-07  1:37 [git pull] drm fixes for 4.20-rc6 Dave Airlie
2018-12-07 18:35 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).