From: Thomas Zimmermann <tzimmermann@suse.de>
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>,
Thomas Zimmermann <tzimmermann@suse.de>,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] [PULL] drm-misc-next-fixes
Date: Thu, 9 Feb 2023 10:17:16 +0100 [thread overview]
Message-ID: <Y+S6HBmaRJNPYiBG@linux-uq9g> (raw)
Hi Dave and Daniel,
here's the weekly PR for drm-misc-next-fixes.
Best regards
Thomas
drm-misc-next-fixes-2023-02-09:
Short summary of fixes pull:
Contains a number of fixes to vc4 and ivpu. The patches to the probe
helpers were cherry-picked from the regular development branch.
The following changes since commit 84cc4c7aecc4c6a17ea1030c49199ad7dc0a6b55:
drm/client: fix kernel-doc warning in drm_client.h (2023-02-01 16:32:35 +0100)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2023-02-09
for you to fetch changes up to 467fbc77f673ecc9dcf4e58ffc1fa426a22df7fd:
dt-bindings: display: panel: visionox,vtdr6130: add missing reg property (2023-02-09 09:28:31 +0100)
----------------------------------------------------------------
Short summary of fixes pull:
Contains a number of fixes to vc4 and ivpu. The patches to the probe
helpers were cherry-picked from the regular development branch.
----------------------------------------------------------------
Andrzej Kacprowski (2):
accel/ivpu: Fix FW API data alignment issues
accel/ivpu: Send VPU_JSM_MSG_CONTEXT_DELETE when deleting context
Arnd Bergmann (1):
drm/vc4: allow DRM_VC4_KUNIT_TEST to be a loadable module
Dmitry Baryshkov (2):
drm/probe_helper: extract two helper functions
drm/probe_helper: sort out poll_running vs poll_enabled
Neil Armstrong (1):
dt-bindings: display: panel: visionox,vtdr6130: add missing reg property
Stanislaw Gruszka (2):
accel/ivpu: Set dma max_segment_size
accel/ivpu: Fix old dma_buf api usage
.../bindings/display/panel/visionox,vtdr6130.yaml | 34 ++++---
drivers/accel/ivpu/ivpu_drv.c | 2 +
drivers/accel/ivpu/ivpu_fw.c | 37 ++++---
drivers/accel/ivpu/ivpu_gem.c | 8 +-
drivers/accel/ivpu/ivpu_job.c | 5 +-
drivers/accel/ivpu/ivpu_jsm_msg.c | 11 +++
drivers/accel/ivpu/ivpu_jsm_msg.h | 2 +-
drivers/accel/ivpu/vpu_jsm_api.h | 67 +++++++------
drivers/gpu/drm/drm_probe_helper.c | 108 ++++++++++++---------
drivers/gpu/drm/vc4/Kconfig | 2 +-
10 files changed, 165 insertions(+), 111 deletions(-)
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Felix Imendörffer
WARNING: multiple messages have this Message-ID (diff)
From: Thomas Zimmermann <tzimmermann@suse.de>
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,
Thomas Zimmermann <tzimmermann@suse.de>,
Rodrigo Vivi <rodrigo.vivi@intel.com>,
intel-gfx@lists.freedesktop.org
Subject: [PULL] drm-misc-next-fixes
Date: Thu, 9 Feb 2023 10:17:16 +0100 [thread overview]
Message-ID: <Y+S6HBmaRJNPYiBG@linux-uq9g> (raw)
Hi Dave and Daniel,
here's the weekly PR for drm-misc-next-fixes.
Best regards
Thomas
drm-misc-next-fixes-2023-02-09:
Short summary of fixes pull:
Contains a number of fixes to vc4 and ivpu. The patches to the probe
helpers were cherry-picked from the regular development branch.
The following changes since commit 84cc4c7aecc4c6a17ea1030c49199ad7dc0a6b55:
drm/client: fix kernel-doc warning in drm_client.h (2023-02-01 16:32:35 +0100)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2023-02-09
for you to fetch changes up to 467fbc77f673ecc9dcf4e58ffc1fa426a22df7fd:
dt-bindings: display: panel: visionox,vtdr6130: add missing reg property (2023-02-09 09:28:31 +0100)
----------------------------------------------------------------
Short summary of fixes pull:
Contains a number of fixes to vc4 and ivpu. The patches to the probe
helpers were cherry-picked from the regular development branch.
----------------------------------------------------------------
Andrzej Kacprowski (2):
accel/ivpu: Fix FW API data alignment issues
accel/ivpu: Send VPU_JSM_MSG_CONTEXT_DELETE when deleting context
Arnd Bergmann (1):
drm/vc4: allow DRM_VC4_KUNIT_TEST to be a loadable module
Dmitry Baryshkov (2):
drm/probe_helper: extract two helper functions
drm/probe_helper: sort out poll_running vs poll_enabled
Neil Armstrong (1):
dt-bindings: display: panel: visionox,vtdr6130: add missing reg property
Stanislaw Gruszka (2):
accel/ivpu: Set dma max_segment_size
accel/ivpu: Fix old dma_buf api usage
.../bindings/display/panel/visionox,vtdr6130.yaml | 34 ++++---
drivers/accel/ivpu/ivpu_drv.c | 2 +
drivers/accel/ivpu/ivpu_fw.c | 37 ++++---
drivers/accel/ivpu/ivpu_gem.c | 8 +-
drivers/accel/ivpu/ivpu_job.c | 5 +-
drivers/accel/ivpu/ivpu_jsm_msg.c | 11 +++
drivers/accel/ivpu/ivpu_jsm_msg.h | 2 +-
drivers/accel/ivpu/vpu_jsm_api.h | 67 +++++++------
drivers/gpu/drm/drm_probe_helper.c | 108 ++++++++++++---------
drivers/gpu/drm/vc4/Kconfig | 2 +-
10 files changed, 165 insertions(+), 111 deletions(-)
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Felix Imendörffer
next reply other threads:[~2023-02-09 9:17 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-09 9:17 Thomas Zimmermann [this message]
2023-02-09 9:17 ` [PULL] drm-misc-next-fixes Thomas Zimmermann
-- strict thread matches above, loose matches on Subject: below --
2023-11-02 13:31 [Intel-gfx] " Maarten Lankhorst
2023-09-11 14:19 Thomas Zimmermann
2023-09-01 7:01 Thomas Zimmermann
2023-08-24 18:12 Thomas Zimmermann
2023-08-17 13:18 Thomas Zimmermann
2023-07-06 11:31 Thomas Zimmermann
2023-06-29 11:38 Thomas Zimmermann
2023-06-15 11:40 Thomas Zimmermann
2023-04-26 6:04 Maarten Lankhorst
2023-02-28 9:13 Thomas Zimmermann
2023-02-23 18:25 Maarten Lankhorst
2023-02-23 18:48 ` Maxime Ripard
2023-02-21 12:36 Thomas Zimmermann
2023-02-16 10:39 Thomas Zimmermann
2023-02-02 8:14 Thomas Zimmermann
2023-01-03 14:49 Maxime Ripard
2023-01-03 20:03 ` Daniel Vetter
2022-12-08 8:40 Maxime Ripard
2022-08-10 10:41 Thomas Zimmermann
2022-07-21 7:06 Thomas Zimmermann
2022-07-14 14:09 Thomas Zimmermann
2022-05-19 8:05 Maxime Ripard
2022-04-07 10:56 Maarten Lankhorst
2022-04-07 11:52 ` Maxime Ripard
2022-03-24 13:18 Maarten Lankhorst
2022-03-24 13:15 Maarten Lankhorst
2022-01-21 8:27 Thomas Zimmermann
2022-01-14 14:24 Thomas Zimmermann
2022-01-14 15:39 ` Daniel Vetter
2022-01-13 8:29 Thomas Zimmermann
2022-01-14 13:24 ` Daniel Vetter
2021-12-23 9:23 Thomas Zimmermann
2021-11-10 8:21 Maxime Ripard
2021-11-05 7:43 Maxime Ripard
2021-09-09 8:25 Maarten Lankhorst
2021-09-03 9:38 Maarten Lankhorst
2021-07-01 9:08 Thomas Zimmermann
2021-06-24 7:16 Thomas Zimmermann
2021-06-18 8:58 Thomas Zimmermann
2021-06-16 18:30 Thomas Zimmermann
2021-06-18 2:26 ` Dave Airlie
2021-06-18 2:30 ` Dave Airlie
2021-06-18 8:58 ` Daniel Vetter
2021-06-18 2:30 ` Lyude Paul
2021-05-06 12:27 Maxime Ripard
2021-04-29 9:03 Maxime Ripard
2021-04-22 16:33 Maxime Ripard
2021-04-22 16:40 ` Alex Deucher
2021-04-26 7:35 ` Maxime Ripard
2021-04-28 20:57 ` Alex Deucher
2021-04-29 9:32 ` Maxime Ripard
2021-02-25 9:25 Maarten Lankhorst
2021-02-11 15:44 Maarten Lankhorst
2020-12-22 19:13 Thomas Zimmermann
2021-01-04 8:05 ` Thomas Zimmermann
2020-12-15 13:04 Thomas Zimmermann
2020-12-15 16:27 ` Daniel Vetter
2020-10-20 14:14 Maxime Ripard
2020-10-13 6:57 Maxime Ripard
2020-10-09 7:53 Maxime Ripard
2020-10-02 6:52 Maxime Ripard
2020-08-05 10:00 Maarten Lankhorst
2020-06-11 7:50 Thomas Zimmermann
2020-05-27 8:01 Thomas Zimmermann
2020-04-09 9:14 Maxime Ripard
2020-04-04 9:00 Maxime Ripard
2020-03-26 13:04 Maxime Ripard
2020-02-07 9:43 Maarten Lankhorst
2019-12-12 14:04 Sean Paul
2019-12-04 21:22 Sean Paul
2019-11-20 20:49 Sean Paul
2019-11-20 20:49 ` Sean Paul
2019-11-13 21:10 Sean Paul
2019-11-13 21:10 ` Sean Paul
2019-11-06 20:27 Sean Paul
2019-11-06 20:27 ` Sean Paul
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=Y+S6HBmaRJNPYiBG@linux-uq9g \
--to=tzimmermann@suse.de \
--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=mripard@kernel.org \
--cc=rodrigo.vivi@intel.com \
/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.