From: Maxime Ripard <maxime@cerno.tech> To: Dave Airlie <airlied@gmail.com>, Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>, dim-tools@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Rodrigo Vivi <rodrigo.vivi@intel.com>, Sean Paul <sean@poorly.run>, intel-gfx@lists.freedesktop.org Subject: [PULL] drm-misc-fixes Date: Fri, 14 Jan 2022 13:54:54 +0100 [thread overview] Message-ID: <20220114125454.zs46ny52lrxk3ljz@houat> (raw) [-- Attachment #1: Type: text/plain, Size: 1967 bytes --] Hi Dave, Daniel, Here's a few patches stuck in drm-misc-fixes for some time. Maxime drm-misc-fixes-2022-01-14: Two DT bindings fixes for meson, a device refcounting fix for sun4i, a probe fix for vga16fb, a locking fix for the CMA dma-buf heap and a compilation fix for ttm. The following changes since commit 67f74302f45d5d862f22ced3297624e50ac352f0: drm/nouveau: wait for the exclusive fence after the shared ones v2 (2021-12-21 09:24:31 +0100) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2022-01-14 for you to fetch changes up to 016017a195b86d9761e91cb052438bf71207a12f: drm/ttm: fix compilation on ARCH=um (2022-01-14 13:30:56 +0100) ---------------------------------------------------------------- Two DT bindings fixes for meson, a device refcounting fix for sun4i, a probe fix for vga16fb, a locking fix for the CMA dma-buf heap and a compilation fix for ttm. ---------------------------------------------------------------- Alexander Stein (2): dt-bindings: display: meson-vpu: Add missing amlogic,canvas property dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property Javier Martinez Canillas (1): video: vga16fb: Only probe for EGA and VGA 16 color graphic cards Johannes Berg (1): drm/ttm: fix compilation on ARCH=um Miaoqian Lin (1): drm/sun4i: dw-hdmi: Fix missing put_device() call in sun8i_hdmi_phy_get Weizhao Ouyang (1): dma-buf: cma_heap: Fix mutex locking section .../bindings/display/amlogic,meson-dw-hdmi.yaml | 5 +++++ .../bindings/display/amlogic,meson-vpu.yaml | 6 ++++++ drivers/dma-buf/heaps/cma_heap.c | 6 ++++-- drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c | 4 +++- drivers/gpu/drm/ttm/ttm_module.c | 4 +++- drivers/video/fbdev/vga16fb.c | 24 ++++++++++++++++++++++ 6 files changed, 45 insertions(+), 4 deletions(-) [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --]
WARNING: multiple messages have this Message-ID
From: Maxime Ripard <maxime@cerno.tech> To: Dave Airlie <airlied@gmail.com>, Daniel Vetter <daniel.vetter@ffwll.ch> Cc: dim-tools@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Maxime Ripard <mripard@kernel.org>, intel-gfx@lists.freedesktop.org Subject: [Intel-gfx] [PULL] drm-misc-fixes Date: Fri, 14 Jan 2022 13:54:54 +0100 [thread overview] Message-ID: <20220114125454.zs46ny52lrxk3ljz@houat> (raw) [-- Attachment #1: Type: text/plain, Size: 1967 bytes --] Hi Dave, Daniel, Here's a few patches stuck in drm-misc-fixes for some time. Maxime drm-misc-fixes-2022-01-14: Two DT bindings fixes for meson, a device refcounting fix for sun4i, a probe fix for vga16fb, a locking fix for the CMA dma-buf heap and a compilation fix for ttm. The following changes since commit 67f74302f45d5d862f22ced3297624e50ac352f0: drm/nouveau: wait for the exclusive fence after the shared ones v2 (2021-12-21 09:24:31 +0100) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2022-01-14 for you to fetch changes up to 016017a195b86d9761e91cb052438bf71207a12f: drm/ttm: fix compilation on ARCH=um (2022-01-14 13:30:56 +0100) ---------------------------------------------------------------- Two DT bindings fixes for meson, a device refcounting fix for sun4i, a probe fix for vga16fb, a locking fix for the CMA dma-buf heap and a compilation fix for ttm. ---------------------------------------------------------------- Alexander Stein (2): dt-bindings: display: meson-vpu: Add missing amlogic,canvas property dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property Javier Martinez Canillas (1): video: vga16fb: Only probe for EGA and VGA 16 color graphic cards Johannes Berg (1): drm/ttm: fix compilation on ARCH=um Miaoqian Lin (1): drm/sun4i: dw-hdmi: Fix missing put_device() call in sun8i_hdmi_phy_get Weizhao Ouyang (1): dma-buf: cma_heap: Fix mutex locking section .../bindings/display/amlogic,meson-dw-hdmi.yaml | 5 +++++ .../bindings/display/amlogic,meson-vpu.yaml | 6 ++++++ drivers/dma-buf/heaps/cma_heap.c | 6 ++++-- drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c | 4 +++- drivers/gpu/drm/ttm/ttm_module.c | 4 +++- drivers/video/fbdev/vga16fb.c | 24 ++++++++++++++++++++++ 6 files changed, 45 insertions(+), 4 deletions(-) [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --]
next reply other threads:[~2022-01-14 12:55 UTC|newest] Thread overview: 229+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-01-14 12:54 Maxime Ripard [this message] 2022-01-14 12:54 ` [Intel-gfx] " Maxime Ripard -- strict thread matches above, loose matches on Subject: below -- 2022-06-30 7:24 Maxime Ripard 2022-06-23 6:41 Maxime Ripard 2022-06-16 7:25 Maxime Ripard 2022-06-09 10:07 Maxime Ripard 2022-05-26 9:05 Maxime Ripard 2022-05-20 7:24 Maxime Ripard 2022-05-13 7:30 Maxime Ripard 2022-05-05 15:50 Maarten Lankhorst 2022-04-27 6:04 Maarten Lankhorst 2022-04-22 8:44 Maxime Ripard 2022-04-07 10:56 Maarten Lankhorst 2022-03-24 7:58 Thomas Zimmermann 2022-03-17 10:29 Thomas Zimmermann 2022-03-10 19:35 Thomas Zimmermann 2022-03-03 10:06 Thomas Zimmermann 2022-02-23 19:27 Thomas Zimmermann 2022-02-17 11:16 Thomas Zimmermann 2022-02-10 9:50 Thomas Zimmermann 2022-02-03 11:29 Thomas Zimmermann 2022-01-27 9:04 Thomas Zimmermann 2021-12-16 8:26 Maxime Ripard 2021-12-09 12:43 Maxime Ripard 2021-12-02 8:44 Maxime Ripard 2021-11-25 10:18 Maxime Ripard 2021-11-18 7:54 Maxime Ripard 2021-11-11 8:48 Thomas Zimmermann 2021-10-28 7:23 Maxime Ripard 2021-10-26 12:17 Maarten Lankhorst 2021-10-21 9:33 Maarten Lankhorst 2021-10-14 12:19 Maarten Lankhorst 2021-10-15 5:17 ` Dave Airlie 2021-10-06 9:21 Maarten Lankhorst 2021-09-30 10:06 Maarten Lankhorst 2021-10-01 9:50 ` Daniel Vetter 2021-10-01 14:46 ` Daniel Vetter 2021-09-08 17:44 Thomas Zimmermann 2021-09-09 3:35 ` Dave Airlie 2021-09-09 9:30 ` Daniel Vetter 2021-09-10 6:20 ` Dave Airlie 2021-08-18 19:18 Thomas Zimmermann 2021-08-12 8:29 Thomas Zimmermann 2021-08-04 18:09 Thomas Zimmermann 2021-07-28 12:52 Thomas Zimmermann 2021-07-22 11:50 Thomas Zimmermann 2021-07-15 8:32 Thomas Zimmermann 2021-07-13 8:44 Thomas Zimmermann 2021-07-13 13:44 ` Daniel Vetter 2021-06-24 19:03 Maxime Ripard 2021-06-10 17:16 Maxime Ripard 2021-06-03 8:53 Maxime Ripard 2021-05-27 12:08 Maxime Ripard 2021-05-20 14:08 Maxime Ripard 2021-05-13 13:36 Maxime Ripard 2021-04-09 8:23 Maarten Lankhorst 2021-03-25 11:43 Maarten Lankhorst 2021-03-18 11:33 Maarten Lankhorst 2021-03-18 12:31 ` Daniel Vetter 2021-03-18 15:51 ` Maarten Lankhorst 2021-03-11 10:49 Maarten Lankhorst 2021-02-24 10:27 Thomas Zimmermann 2021-02-25 1:55 ` Dave Airlie 2021-02-25 7:53 ` Thomas Zimmermann 2021-02-25 8:29 ` Maxime Ripard 2021-02-25 8:54 ` Daniel Vetter 2021-02-10 14:08 Thomas Zimmermann 2021-02-02 12:36 Thomas Zimmermann 2021-01-27 7:56 Thomas Zimmermann 2021-01-27 8:13 ` Thomas Zimmermann 2021-01-20 12:09 Thomas Zimmermann 2021-01-20 12:14 ` Thomas Zimmermann 2021-01-12 13:21 Thomas Zimmermann 2021-01-08 9:34 Thomas Zimmermann 2021-01-08 9:53 ` Daniel Vetter 2020-12-03 12:59 Maxime Ripard 2020-11-26 8:54 Maxime Ripard 2020-11-19 8:39 Maxime Ripard 2020-11-12 13:07 Maxime Ripard 2020-11-05 10:13 Maxime Ripard 2020-10-29 17:34 Maxime Ripard 2020-10-01 7:21 Maarten Lankhorst 2020-09-24 10:47 Maarten Lankhorst 2020-09-18 11:11 Maarten Lankhorst 2020-09-10 5:51 Maarten Lankhorst 2020-08-26 7:40 Maarten Lankhorst 2020-08-12 13:24 Maarten Lankhorst 2020-08-04 12:55 Thomas Zimmermann 2020-07-28 11:04 Thomas Zimmermann 2020-07-22 7:03 Thomas Zimmermann 2020-07-15 17:17 Thomas Zimmermann 2020-07-08 12:10 Thomas Zimmermann 2020-07-02 7:51 Thomas Zimmermann 2020-06-25 8:27 Thomas Zimmermann 2020-05-28 11:09 Maxime Ripard 2020-05-14 7:35 Maxime Ripard 2020-05-07 16:01 Maxime Ripard 2020-04-30 15:32 Maxime Ripard 2020-04-23 10:32 Maxime Ripard 2020-03-26 14:04 Maarten Lankhorst 2020-03-18 14:07 Maarten Lankhorst 2020-03-18 11:55 Maarten Lankhorst 2020-03-05 10:19 Maarten Lankhorst 2020-02-20 10:06 Maarten Lankhorst 2020-02-07 9:13 Maarten Lankhorst 2020-01-22 21:37 Sean Paul 2020-01-16 16:28 Sean Paul 2020-01-08 20:59 Sean Paul 2019-12-31 15:25 Sean Paul 2019-12-11 21:21 Sean Paul 2019-11-25 9:43 Maxime Ripard 2019-11-25 9:43 ` Maxime Ripard 2019-11-13 14:26 Maxime Ripard 2019-11-07 8:22 Maxime Ripard 2019-11-07 8:22 ` Maxime Ripard 2019-10-30 18:22 Maxime Ripard 2019-10-23 11:26 Maxime Ripard 2019-10-23 11:26 ` Maxime Ripard 2019-10-17 20:34 Sean Paul 2019-10-10 10:51 Maxime Ripard 2019-10-03 8:10 Maxime Ripard 2019-10-02 20:06 Maxime Ripard 2019-10-03 7:26 ` Maxime Ripard 2019-10-07 14:24 ` Daniel Vetter 2019-09-12 7:13 Maarten Lankhorst 2019-09-05 16:41 Maarten Lankhorst 2019-08-28 18:57 Maarten Lankhorst 2019-08-22 10:22 Maarten Lankhorst 2019-08-08 9:01 Maarten Lankhorst 2019-08-02 13:43 Maarten Lankhorst 2019-08-02 15:07 ` Daniel Vetter 2019-07-25 16:09 Sean Paul 2019-07-04 0:13 Sean Paul 2019-06-26 20:56 Sean Paul 2019-06-19 19:27 Sean Paul 2019-06-13 14:39 Sean Paul 2019-06-13 20:45 ` Daniel Vetter 2019-06-05 21:03 Sean Paul 2019-05-29 21:18 Sean Paul 2019-05-22 19:44 Sean Paul 2019-05-02 12:25 Maxime Ripard 2019-04-25 13:27 Maxime Ripard 2019-04-11 15:16 Maxime Ripard 2019-03-25 10:45 Maxime Ripard 2019-02-22 8:57 Maarten Lankhorst 2019-02-13 10:01 Maarten Lankhorst via dri-devel 2019-02-07 8:21 Maarten Lankhorst 2019-01-24 8:25 Maarten Lankhorst 2019-01-17 11:06 Maarten Lankhorst 2019-01-10 6:52 Maarten Lankhorst 2018-12-20 16:57 Sean Paul 2018-12-20 17:32 ` Daniel Vetter 2018-12-12 20:43 Sean Paul 2018-12-05 20:14 Sean Paul 2018-11-28 20:04 Sean Paul 2018-11-28 20:36 ` Sean Paul 2018-11-21 15:52 Sean Paul 2018-11-14 20:45 Sean Paul 2018-11-07 20:50 Sean Paul 2018-10-19 10:57 Maarten Lankhorst 2018-10-18 16:28 Maarten Lankhorst 2018-10-04 8:37 Maarten Lankhorst 2018-09-27 15:27 Sean Paul 2018-09-27 10:02 Maarten Lankhorst 2018-09-19 14:32 Maarten Lankhorst 2018-07-27 8:24 Maarten Lankhorst 2018-07-13 7:28 Maarten Lankhorst 2018-07-05 13:19 Maarten Lankhorst 2018-06-28 9:49 Maarten Lankhorst 2018-06-21 14:08 Maarten Lankhorst 2018-06-12 9:09 Maarten Lankhorst 2018-05-16 19:21 Sean Paul 2018-05-09 20:26 Sean Paul 2018-05-02 19:53 Sean Paul 2018-04-25 19:39 Sean Paul 2018-04-18 19:26 Sean Paul 2018-03-22 18:57 Gustavo Padovan 2018-03-07 10:35 Gustavo Padovan 2018-02-28 15:37 Gustavo Padovan 2018-02-21 15:23 Gustavo Padovan 2018-01-31 15:16 Gustavo Padovan 2018-01-31 15:36 ` Gustavo Padovan 2018-01-17 9:26 Daniel Vetter 2018-01-08 9:51 Daniel Vetter 2017-12-21 13:01 Daniel Vetter 2017-12-14 14:50 Daniel Vetter 2017-12-14 14:50 ` Daniel Vetter 2017-12-14 19:48 ` Linus Torvalds 2017-12-14 19:48 ` Linus Torvalds 2017-12-07 15:04 Daniel Vetter 2017-12-06 21:03 Daniel Vetter 2017-11-30 7:44 Daniel Vetter 2017-11-20 15:27 Daniel Vetter 2017-11-13 19:27 Sean Paul 2017-11-02 13:13 Sean Paul 2017-10-11 19:54 Sean Paul 2017-10-05 11:23 Daniel Vetter 2017-09-28 10:37 Sean Paul 2017-08-28 21:18 Sean Paul 2017-08-24 14:09 Sean Paul 2017-08-18 15:57 Sean Paul 2017-08-18 20:19 ` Daniel Vetter 2017-08-18 20:29 ` Sean Paul 2017-08-09 13:52 Sean Paul 2017-07-27 19:32 Sean Paul 2017-07-20 21:19 Sean Paul 2017-06-15 20:13 Sean Paul 2017-06-08 0:22 Sean Paul 2017-06-02 18:33 Sean Paul 2017-05-25 17:44 Sean Paul 2017-05-26 5:30 ` Lukas Wunner 2017-05-26 5:59 ` Dave Airlie 2017-05-26 6:36 ` Daniel Vetter 2017-05-26 7:40 ` Jani Nikula 2017-05-26 14:04 ` Sean Paul 2017-05-28 10:08 ` Lukas Wunner 2017-05-29 6:56 ` Daniel Vetter 2017-03-31 6:07 Daniel Vetter 2017-03-23 15:50 Daniel Vetter 2017-03-06 9:41 Daniel Vetter 2017-02-09 7:51 Daniel Vetter 2017-01-31 17:11 Daniel Vetter 2017-01-23 10:11 Daniel Vetter 2017-01-13 8:11 Daniel Vetter 2017-01-09 19:17 Daniel Vetter 2017-01-04 16:24 Daniel Vetter 2016-12-22 7:29 Daniel Vetter 2016-11-30 19:29 Daniel Vetter 2016-10-27 6:36 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=20220114125454.zs46ny52lrxk3ljz@houat \ --to=maxime@cerno.tech \ --cc=airlied@gmail.com \ --cc=daniel.vetter@ffwll.ch \ --cc=dim-tools@lists.freedesktop.org \ --cc=dri-devel@lists.freedesktop.org \ --cc=intel-gfx@lists.freedesktop.org \ --cc=rodrigo.vivi@intel.com \ --cc=sean@poorly.run \ --cc=tvrtko.ursulin@linux.intel.com \ --subject='Re: [PULL] drm-misc-fixes' \ /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
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.