[PULL] drm-misc-next
Daniel Vetter
daniel.vetter at ffwll.ch
Thu Oct 5 05:36:39 UTC 2017
Hi Dave,
drm-misc-next-2017-10-05:
More drm-misc for 4.15:
Cross-subsystem Changes:
- bunch more simple outreachy patches (Meghana Madhyastha, Aishwarya
Pant, Haneen Mohammed)
- Quite a pile of static checker/cocci/spelling fixups all over.
- Final driver patches+core cleanup of Noralf's new drm_gem_fb_create
helper.
Core Changes:
- legacy DPMS docs improved
- add dri-devel m-l to fbdev to catch people who try to fix
fbcon-on-kms bugs in the wrong place
Driver Changes:
- vc4: prep for dsi panels (Eric)
Also one backmerge to catch up with 4.14.
Aside: I think Sean is moving this week, if so I'll send you a -fixes pull
later today since there's 1 patch there.
Cheers, Daniel
The following changes since commit ebec44a2456fbe5fe18aae88f6010f6878f0cb4a:
BackMerge tag 'v4.14-rc3' into drm-next (2017-10-03 09:35:04 +1000)
are available in the git repository at:
git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-next-2017-10-05
for you to fetch changes up to 5b9fbfff7644f2d3f42a6c105587b86e29ca9c48:
drm: fix typo in drm_gem_get_pages() comment (2017-10-04 18:04:28 +0200)
----------------------------------------------------------------
More drm-misc for 4.15:
Cross-subsystem Changes:
- bunch more simple outreachy patches (Meghana Madhyastha, Aishwarya
Pant, Haneen Mohammed)
- Quite a pile of static checker/cocci/spelling fixups all over.
- Final driver patches+core cleanup of Noralf's new drm_gem_fb_create
helper.
Core Changes:
- legacy DPMS docs improved
- add dri-devel m-l to fbdev to catch people who try to fix
fbcon-on-kms bugs in the wrong place
Driver Changes:
- vc4: prep for dsi panels (Eric)
----------------------------------------------------------------
Aishwarya Pant (3):
drm: introduce drm_dev_{get/put} functions
drm/tilcdc: replace reference/unreference() with get/put
drm/core: clean up references to drm_dev_unref()
Colin Ian King (2):
dma-buf: remove redundant initialization of sg_table
drm/tve200: make two functions static
Dan Carpenter (2):
drm/tve200: Check for IS_ERR instead of NULL in probe
drm: of: always initialize panel in drm_of_find_panel_or_bridge()
Daniel Vetter (3):
drm: Try to document legacy DPMS uapi a bit better
Merge airlied/drm-next into drm-misc-next
MAINTAINERS: Add dri-devel as a mailing list for anything fbdev
Eric Anholt (2):
drm/vc4: Avoid using vrefresh==0 mode in DSI htotal math.
drm/vc4: Set up the DSI host at pdev probe time, not component bind.
Haneen Mohammed (4):
drm: Remove obsolete "This is gross" comment
drm/doc: Remove todo item about "This is gross" comment
drm/rockchip: Rely on the default best_encoder() behavior
drm/armada: Remove unused #include <drmP.h>
Jordan Crouse (1):
drm: fix typo in drm_gem_get_pages() comment
Meghana Madhyastha (5):
drm/agpsupport: Replace "foo * bar" with "foo *bar"
drm/agpsupport: Remove assignment in if condition
drm/agpsupport: Move EXPORT_SYMBOL so that it immediately follows its function
drm/agpsupport: Remove extra blank line
drm/Documentation: Refine TODO for backlight helpers in tinydrm
Noralf Trønnes (10):
drm/tinydrm: Use drm_gem_framebuffer_helper
drm/fsl-dcu: Use drm_gem_fb_create()
drm/hisilicon/kirin: Use drm_gem_fb_create()
drm/meson: Use drm_gem_fb_create()
drm/mxsfb: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()
drm/rcar-du: Use drm_gem_fb_create()
drm/shmobile: Use drm_gem_fb_create()
drm/sun4i: Use drm_gem_fb_create()
drm/tve200: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()
drm/fb-cma-helper: Remove unused functions
Sean Paul (1):
drm/rockchip: Fix uninitialized use of ret
Srishti Sharma (1):
drm/virtio: Replace instances of reference/unreference with get/put
Thomas Meyer (1):
drm/rockchip: Cocci spatch "vma_pages"
Documentation/gpu/todo.rst | 17 ++--
MAINTAINERS | 1 +
drivers/dma-buf/dma-buf.c | 2 +-
drivers/gpu/drm/armada/armada_510.c | 1 -
drivers/gpu/drm/armada/armada_drv.c | 1 -
drivers/gpu/drm/armada/armada_fb.c | 1 -
drivers/gpu/drm/armada/armada_fbdev.c | 1 -
drivers/gpu/drm/armada/armada_gem.c | 1 -
drivers/gpu/drm/drm_agpsupport.c | 45 +++++------
drivers/gpu/drm/drm_connector.c | 23 ++++++
drivers/gpu/drm/drm_drv.c | 51 +++++++-----
drivers/gpu/drm/drm_fb_cma_helper.c | 77 +-----------------
drivers/gpu/drm/drm_gem.c | 11 +--
drivers/gpu/drm/drm_of.c | 2 +
drivers/gpu/drm/drm_pci.c | 2 +-
drivers/gpu/drm/drm_prime.c | 4 +-
drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_kms.c | 3 +-
drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c | 3 +-
drivers/gpu/drm/meson/meson_drv.c | 3 +-
drivers/gpu/drm/mxsfb/mxsfb_drv.c | 5 +-
drivers/gpu/drm/rcar-du/rcar_du_kms.c | 3 +-
drivers/gpu/drm/rockchip/cdn-dp-core.c | 9 ---
drivers/gpu/drm/rockchip/rockchip_drm_gem.c | 2 +-
drivers/gpu/drm/rockchip/rockchip_lvds.c | 11 ++-
drivers/gpu/drm/shmobile/shmob_drm_kms.c | 3 +-
drivers/gpu/drm/sun4i/sun4i_framebuffer.c | 3 +-
drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 6 +-
drivers/gpu/drm/tilcdc/tilcdc_drv.c | 2 +-
drivers/gpu/drm/tinydrm/core/tinydrm-core.c | 3 +-
drivers/gpu/drm/tinydrm/core/tinydrm-pipe.c | 5 +-
drivers/gpu/drm/tinydrm/mipi-dbi.c | 5 +-
drivers/gpu/drm/tinydrm/repaper.c | 5 +-
drivers/gpu/drm/tinydrm/st7586.c | 5 +-
drivers/gpu/drm/tve200/tve200_display.c | 7 +-
drivers/gpu/drm/tve200/tve200_drv.c | 5 +-
drivers/gpu/drm/vc4/vc4_dsi.c | 100 ++++++++++++++----------
drivers/gpu/drm/virtio/virtgpu_display.c | 4 +-
drivers/gpu/drm/virtio/virtgpu_gem.c | 4 +-
drivers/gpu/drm/virtio/virtgpu_ioctl.c | 12 +--
include/drm/drm_drv.h | 5 +-
include/drm/drm_fb_cma_helper.h | 13 ---
scripts/coccinelle/api/drm-get-put.cocci | 5 ++
42 files changed, 225 insertions(+), 246 deletions(-)
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
More information about the dri-devel
mailing list