Sorry for lagging on this a bit (been a bit distracted bring up a new device and other things). Here are the set of fixes for the next 4.1-rc
BR, -R
The following changes since commit 332545b3016cbff066c17037d32ec8aae8e4cfb5:
Merge tag 'drm-intel-fixes-2015-05-08' of git://anongit.freedesktop.org/drm-intel into drm-fixes (2015-05-11 06:06:22 +1000)
are available in the git repository at:
git://people.freedesktop.org/~robclark/linux msm-fixes-4.1
for you to fetch changes up to 774449ebcb18bae146e2b6f6d012b46e64a095b9:
drm/msm: fix locking inconsistencies in gpu->destroy() (2015-05-15 09:28:27 -0400)
---------------------------------------------------------------- Archit Taneja (1): drm: msm: Fix build when legacy fbdev support isn't set
Hai Li (3): drm/msm/dsi: Fixup missing *break* statement during cmd rx drm/msm: Attach assigned encoder to eDP and DSI connectors drm/msm/dsi: Simplify the code to get the number of read byte
Julia Lawall (1): drm/msm/dp: fix error return code
Rob Clark (3): drm/msm/dsi: use pr_err_ratelimited drm/msm: setup vram after component_bind_all() drm/msm: fix locking inconsistencies in gpu->destroy()
Stephane Viau (3): drm/msm/dsi: Fix a couple more 64-bit build warnings drm/msm/mdp5: Fix iteration on INTF config array drm/msm: fix unbalanced DRM framebuffer init/destroy
Thierry Reding (1): drm/msm: Fix a couple of 64-bit build warnings
drivers/gpu/drm/msm/adreno/adreno_gpu.c | 2 +- drivers/gpu/drm/msm/dsi/dsi.c | 10 +++++----- drivers/gpu/drm/msm/dsi/dsi_host.c | 21 ++++++++------------ drivers/gpu/drm/msm/dsi/dsi_manager.c | 6 +++++- drivers/gpu/drm/msm/edp/edp_aux.c | 4 ++-- drivers/gpu/drm/msm/edp/edp_connector.c | 2 ++ drivers/gpu/drm/msm/edp/edp_ctrl.c | 3 ++- drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c | 34 ++++++++++++++++----------------- drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.h | 9 ++++++--- drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 12 ++++++------ drivers/gpu/drm/msm/msm_drv.c | 24 +++++++++++++---------- drivers/gpu/drm/msm/msm_fb.c | 7 +++---- drivers/gpu/drm/msm/msm_gem.c | 2 +- drivers/gpu/drm/msm/msm_iommu.c | 4 ++-- drivers/gpu/drm/msm/msm_ringbuffer.c | 2 +- 15 files changed, 75 insertions(+), 67 deletions(-)
dri-devel@lists.freedesktop.org