Hi Team, Sorry I pulled the trigger a bit early on the last email. This one is the same tag, but cc's the appropriate lists/people.
Since I handed drm-misc back to Maarten this week, I'll send msm fixes from the msm tree. Not too heavy, but fixes some important regressions in 5.3.
Thanks,
Sean
The following changes since commit 4d5308e7852741318e4d40fb8d43d9311b3984ae:
Merge tag 'drm-fixes-5.3-2019-07-24' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-07-26 14:10:26 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/msm.git tags/msm-fixes-2019_08_01
for you to fetch changes up to 9ca7ad6c7706edeae331c1632d0c63897418ebad:
drm: msm: Fix add_gpu_components (2019-08-01 12:52:21 -0400)
---------------------------------------------------------------- - Fix the dma_sync calls applied last week (Rob) - Fix mdp5 dsi command mode (Brian) - Squash fall through warnings (Jordan) - Don't add disabled gpu nodes to the of device list (Jeffrey)
Cc: Jeffrey Hugo jeffrey.l.hugo@gmail.com Cc: Jordan Crouse jcrouse@codeaurora.org Cc: Brian Masney masneyb@onstation.org Cc: Rob Clark robdclark@chromium.org
---------------------------------------------------------------- Brian Masney (1): drm/msm: add support for per-CRTC max_vblank_count on mdp5
Jeffrey Hugo (1): drm: msm: Fix add_gpu_components
Jordan Crouse (1): drm/msm: Annotate intentional switch statement fall throughs
Rob Clark (1): drm/msm: Use the correct dma_sync calls in msm_gem
drivers/gpu/drm/msm/adreno/a5xx_gpu.c | 2 ++ drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 1 + drivers/gpu/drm/msm/adreno/adreno_gpu.c | 1 + drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c | 16 ++++++++++- drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c | 2 +- drivers/gpu/drm/msm/msm_drv.c | 3 +- drivers/gpu/drm/msm/msm_gem.c | 47 +++++++++++++++++++++++++++---- 7 files changed, 64 insertions(+), 8 deletions(-)
dri-devel@lists.freedesktop.org