All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel.vetter@ffwll.ch>
To: Dave Airlie <airlied@gmail.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
	intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org
Subject: [PULL] topic/drm-misc
Date: Sun, 25 Sep 2016 23:26:54 +0200	[thread overview]
Message-ID: <20160925211224.r6rxq7bqcyxr5ez6@phenom.ffwll.local> (raw)

Hi Dave,

- more core cleanup patches to prep drm_file to be used for
  kernel-internal contexts (David Herrmann)
- more split-up+docs for drm_crtc.c
- lots of small fixes and polish all over

This pull contains 4 patches from Markus to switch to
kcalloc/kmalloc_array in legacy bufs ioctl code. Because ioctls seems
justified, but given the poor s/n and that Markus doesn't seem interested
at all in coordinating his patch piles first I won't bother trying to dig
out the good ones any more.

Also reminder to pick up one of the udl fixes (don't forget the cc:
stable) for drm-fixes.

Cheers, Daniel


The following changes since commit 9f8cf165c62913244479832f04c44cd77ffc9293:

  Merge tag 'topic/drm-misc-2016-09-19' of git://anongit.freedesktop.org/drm-intel into drm-next (2016-09-19 17:16:02 +1000)

are available in the git repository at:

  git://anongit.freedesktop.org/drm-intel tags/topic/drm-misc-2016-09-25

for you to fetch changes up to 089cfdd9b0ec1b21d3356d2e057f69b89d46ae66:

  drm: bridge: analogix/dp: mark symbols static where possible (2016-09-25 22:59:02 +0200)

----------------------------------------------------------------
Baoyou Xie (2):
      drm/bochs: mark bochs_connector_get_modes() static
      drm: bridge: analogix/dp: mark symbols static where possible

Brian Starkey (1):
      drm/i2c: tda998x: don't register the connector

Daniel Vetter (11):
      drm: Move a few macros away from drm_crtc.h
      drm: Extract drm_bridge.h
      drm: Move all decl for drm_edid.c to drm_edid.h
      drm: Extract drm_plane.[hc]
      drm/doc: Polish for drm_plane.[hc]
      drm: Conslidate blending properties in drm_blend.[hc]
      drm/doc: Polish plane composition property docs
      drm: Extract drm_color_mgmt.[hc]
      drm/doc: Document color space handling
      drm: Remove dirty property from docs
      drm: Fix plane type uabi breakage

David Herrmann (4):
      drm: remove redundant drm_file->uid
      drm: use drm_file to tag vm-bos
      drm: drop obsolete drm_core.h
      drm: cleanup drm_core_{init,exit}()

Dhinakaran Pandiyan (1):
      drm: Fix typo in encoder docs

Emilio López (1):
      dma-buf/sync_file: fix documentation error

Gustavo Padovan (1):
      dma-buf/sync_file: free fences array in num_fences is 1

Jani Nikula (1):
      drm: fix implicit declaration build error on ia64

Markus Elfring (4):
      GPU-DRM: Use kmalloc_array() in drm_legacy_addbufs_pci()
      GPU-DRM: Replace two kzalloc() calls by kcalloc() in drm_legacy_addbufs_pci()
      GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_agp()
      GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_sg()

Rafael Antognolli (1):
      dma-buf/sync_file: Increment refcount of fence when all are signaled.

Sean Paul (4):
      drm/tilcdc: Add atomic and crtc headers to crtc.c
      Revert "drm/i2c: tda998x: don't register the connector"
      drm/bridge: analogix_dp: Don't read EDID if panel present
      drm/bridge: analogix_dp: Improve panel on time

Tom Gundersen (2):
      drm: Distinguish no name from ENOMEM in set_unique()
      drm: Don't swallow error codes in drm_dev_alloc()

Tomeu Vizoso (1):
      drm/bridge: analogix_dp: Remove duplicated code

Ville Syrjälä (3):
      drm/atomic-helper: Fix sparse warnings
      drm/blend: Fix sparse warnings
      drm/fb-helper: Fix sparse warnings

 Documentation/gpu/drm-kms-helpers.rst              |   10 +
 Documentation/gpu/drm-kms.rst                      |   78 +-
 Documentation/gpu/kms-properties.csv               |   21 -
 drivers/dma-buf/sync_file.c                        |    7 +-
 drivers/gpu/drm/Makefile                           |    3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c            |    3 +-
 drivers/gpu/drm/arc/arcpgu_drv.c                   |    4 +-
 drivers/gpu/drm/arm/hdlcd_drv.c                    |    4 +-
 drivers/gpu/drm/arm/malidp_drv.c                   |    4 +-
 drivers/gpu/drm/ast/ast_ttm.c                      |    3 +-
 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c       |    4 +-
 drivers/gpu/drm/bochs/bochs_kms.c                  |    2 +-
 drivers/gpu/drm/bochs/bochs_mm.c                   |    3 +-
 drivers/gpu/drm/bridge/analogix/analogix_dp_core.c |  311 ++--
 drivers/gpu/drm/bridge/analogix/analogix_dp_core.h |   40 +-
 drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c  |  451 ++----
 drivers/gpu/drm/cirrus/cirrus_ttm.c                |    3 +-
 drivers/gpu/drm/drm_atomic_helper.c                |    2 +-
 drivers/gpu/drm/drm_blend.c                        |  199 ++-
 drivers/gpu/drm/drm_bridge.c                       |    5 +-
 drivers/gpu/drm/drm_bufs.c                         |   14 +-
 drivers/gpu/drm/drm_color_mgmt.c                   |  296 ++++
 drivers/gpu/drm/drm_crtc.c                         | 1683 +++-----------------
 drivers/gpu/drm/drm_crtc_helper_internal.h         |    7 +
 drivers/gpu/drm/drm_crtc_internal.h                |   45 +-
 drivers/gpu/drm/drm_dp_helper.c                    |    1 +
 drivers/gpu/drm/drm_drv.c                          |   65 +-
 drivers/gpu/drm/drm_encoder.c                      |   17 +-
 drivers/gpu/drm/drm_fb_helper.c                    |    2 +
 drivers/gpu/drm/drm_fops.c                         |    1 -
 drivers/gpu/drm/drm_framebuffer.c                  |   26 +
 drivers/gpu/drm/drm_gem.c                          |    8 +-
 drivers/gpu/drm/drm_info.c                         |    4 +-
 drivers/gpu/drm/drm_internal.h                     |    3 +
 drivers/gpu/drm/drm_ioc32.c                        |    1 -
 drivers/gpu/drm/drm_ioctl.c                        |    1 -
 drivers/gpu/drm/drm_pci.c                          |    4 +-
 drivers/gpu/drm/drm_plane.c                        |  907 +++++++++++
 drivers/gpu/drm/drm_platform.c                     |    4 +-
 drivers/gpu/drm/drm_sysfs.c                        |    8 +-
 drivers/gpu/drm/drm_vma_manager.c                  |   40 +-
 drivers/gpu/drm/etnaviv/etnaviv_drv.c              |    4 +-
 drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c          |    4 +-
 drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c    |    4 +-
 drivers/gpu/drm/mediatek/mtk_drm_drv.c             |    4 +-
 drivers/gpu/drm/mgag200/mgag200_ttm.c              |    3 +-
 drivers/gpu/drm/msm/msm_drv.c                      |    4 +-
 drivers/gpu/drm/nouveau/nouveau_bo.c               |    3 +-
 drivers/gpu/drm/nouveau/nouveau_drm.c              |    4 +-
 drivers/gpu/drm/qxl/qxl_ttm.c                      |    3 +-
 drivers/gpu/drm/radeon/radeon_ttm.c                |    3 +-
 drivers/gpu/drm/rcar-du/rcar_du_drv.c              |    4 +-
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c        |    4 +-
 drivers/gpu/drm/sti/sti_drv.c                      |    4 +-
 drivers/gpu/drm/sun4i/sun4i_drv.c                  |    4 +-
 drivers/gpu/drm/tegra/drm.c                        |    4 +-
 drivers/gpu/drm/tilcdc/tilcdc_crtc.c               |    6 +-
 drivers/gpu/drm/udl/udl_drv.c                      |    4 +-
 drivers/gpu/drm/vc4/vc4_drv.c                      |    4 +-
 drivers/gpu/drm/vgem/vgem_drv.c                    |    4 +-
 drivers/gpu/drm/virtio/virtgpu_drm_bus.c           |    4 +-
 include/drm/drmP.h                                 |    1 -
 include/drm/drm_atomic.h                           |  154 ++
 include/drm/drm_blend.h                            |   62 +
 include/drm/drm_bridge.h                           |  218 +++
 include/drm/drm_color_mgmt.h                       |   61 +
 include/drm/drm_connector.h                        |   28 +-
 include/drm/drm_core.h                             |   34 -
 include/drm/drm_crtc.h                             |  887 +----------
 include/drm/drm_edid.h                             |   30 +
 include/drm/drm_encoder.h                          |   22 +
 include/drm/drm_fb_helper.h                        |    5 -
 include/drm/drm_framebuffer.h                      |   17 +
 include/drm/drm_mode_object.h                      |    1 +
 include/drm/drm_modes.h                            |    6 +
 include/drm/drm_plane.h                            |  526 ++++++
 include/drm/drm_property.h                         |    1 +
 include/drm/drm_vma_manager.h                      |   20 +-
 include/uapi/linux/sync_file.h                     |   13 +-
 79 files changed, 3230 insertions(+), 3228 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_color_mgmt.c
 create mode 100644 drivers/gpu/drm/drm_plane.c
 create mode 100644 include/drm/drm_blend.h
 create mode 100644 include/drm/drm_bridge.h
 create mode 100644 include/drm/drm_color_mgmt.h
 delete mode 100644 include/drm/drm_core.h
 create mode 100644 include/drm/drm_plane.h

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

             reply	other threads:[~2016-09-25 21:26 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-25 21:26 Daniel Vetter [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-11-10  7:16 [PULL] topic/drm-misc Daniel Vetter
2016-10-27 18:53 Daniel Vetter
2016-10-24  7:21 Daniel Vetter
2016-10-13  8:28 Daniel Vetter
2016-10-11  8:03 Daniel Vetter
2016-10-05  9:29 Daniel Vetter
2016-10-03 13:39 Daniel Vetter
2016-10-04  2:48 ` Dave Airlie
2016-09-19  7:11 Daniel Vetter
2016-09-08  9:30 Jani Nikula
2016-08-31 16:48 Daniel Vetter
2016-08-23 19:53 Daniel Vetter
2016-08-12 17:18 Daniel Vetter
2016-07-28 12:30 Daniel Vetter
2016-07-22  8:10 Daniel Vetter
2016-07-14  8:32 Daniel Vetter
2016-07-11  5:55 Daniel Vetter
2016-06-22  9:21 Daniel Vetter
2016-06-22 11:13 ` Daniel Vetter
2016-06-22 11:22 ` Daniel Vetter
2016-06-14 21:48 Daniel Vetter
2016-06-15 15:16 ` Daniel Vetter
2016-06-15 15:40 ` Daniel Vetter
2016-06-07 20:00 Daniel Vetter
2016-06-01  7:29 Daniel Vetter
2016-05-18 19:53 Daniel Vetter
2016-05-17 16:49 Daniel Vetter
2016-05-12 22:28 Daniel Vetter
2016-05-08 16:35 Daniel Vetter
2016-05-04 21:25 Daniel Vetter
2016-04-29  8:13 Daniel Vetter
2016-04-21  9:31 Daniel Vetter
2016-04-01 13:11 Daniel Vetter
2016-03-22 14:48 Daniel Vetter
2016-03-09  9:56 Daniel Vetter
2016-03-14  6:47 ` Daniel Vetter
2016-02-18 19:51 Daniel Vetter
2016-02-12 13:21 Daniel Vetter
2016-02-08 10:36 Daniel Vetter
2016-01-17 16:07 Daniel Vetter
2015-12-23 12:43 Daniel Vetter
2015-12-18 16:39 Daniel Vetter
2015-12-14  9:26 Daniel Vetter
2015-12-04 10:46 Daniel Vetter
2015-11-26  8:17 Daniel Vetter
2015-10-22 19:42 Daniel Vetter
2015-10-19 13:21 Daniel Vetter
2015-10-08  7:37 Daniel Vetter
2015-09-25 12:18 Daniel Vetter
2015-09-22  9:05 Daniel Vetter
2015-09-22  9:17 ` Daniel Vetter
2015-09-14 15:22 Daniel Vetter
2015-09-16 14:45 ` Daniel Vetter
2015-09-21 21:40   ` Dave Airlie
2015-08-13  7:59 Daniel Vetter
2015-07-28  9:03 Daniel Vetter
2015-07-23  7:27 Daniel Vetter
2015-07-13  7:22 Daniel Vetter
2015-06-22 11:50 Daniel Vetter
2015-05-28  6:40 Daniel Vetter
2015-05-19 14:23 Daniel Vetter
2015-05-06  8:24 Daniel Vetter
2015-04-15 12:06 Daniel Vetter
2015-03-31 14:29 Daniel Vetter
2015-03-31 14:31 ` Daniel Vetter
2015-03-18 10:15 Daniel Vetter
2015-03-10  9:21 Daniel Vetter
2015-02-06  7:29 Daniel Vetter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160925211224.r6rxq7bqcyxr5ez6@phenom.ffwll.local \
    --to=daniel.vetter@ffwll.ch \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.