All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Remove atomic_exec
@ 2020-02-17  9:05 ` Bibby Hsieh
  0 siblings, 0 replies; 21+ messages in thread
From: Bibby Hsieh @ 2020-02-17  9:05 UTC (permalink / raw)
  To: Jassi Brar, Matthias Brugger, Rob Herring, CK HU
  Cc: devicetree, linux-kernel, linux-arm-kernel, linux-mediatek,
	srv_heupstream, Nicolas Boichat, Dennis-YC Hsieh, Houlong Wei,
	Bibby Hsieh

The atomic_exec was designed for processing continuous
packets of commands in atomic way for Mediatek DRM driver.

After we implement flush function, Mediatek DRM driver
doesn't need atomic_exec, the primary concept is to let
Mediatek DRM driver can make sure previous message done or
be aborted (if the message has not started yet) before they
send next message.

Changes since v0:
 - move the binding changes to first
 - remove unnecessary changes

Bibby Hsieh (3):
  dt-binding: gce: remove atomic_exec in mboxes property
  mailbox: mediatek: implement flush function
  mailbox: mediatek: remove implementation related to atomic_exec

 .../devicetree/bindings/mailbox/mtk-gce.txt   |  10 +-
 drivers/mailbox/mtk-cmdq-mailbox.c            | 128 ++++++++----------
 2 files changed, 64 insertions(+), 74 deletions(-)

-- 
2.18.0

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2020-03-06  4:06 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-17  9:05 [PATCH v1 0/3] Remove atomic_exec Bibby Hsieh
2020-02-17  9:05 ` Bibby Hsieh
2020-02-17  9:05 ` Bibby Hsieh
2020-02-17  9:05 ` [PATCH v1 1/3] dt-binding: gce: remove atomic_exec in mboxes property Bibby Hsieh
2020-02-17  9:05   ` Bibby Hsieh
2020-02-17  9:05   ` Bibby Hsieh
2020-02-26 15:18   ` Rob Herring
2020-02-26 15:18     ` Rob Herring
2020-02-26 15:18     ` Rob Herring
2020-02-17  9:05 ` [PATCH v1 2/3] mailbox: mediatek: implement flush function Bibby Hsieh
2020-02-17  9:05   ` Bibby Hsieh
2020-02-17  9:05   ` Bibby Hsieh
2020-02-17  9:29   ` CK Hu
2020-02-17  9:29     ` CK Hu
2020-02-17  9:29     ` CK Hu
2020-03-06  3:55     ` Bibby Hsieh
2020-03-06  3:55       ` Bibby Hsieh
2020-03-06  3:55       ` Bibby Hsieh
2020-02-17  9:05 ` [PATCH v1 3/3] mailbox: mediatek: remove implementation related to atomic_exec Bibby Hsieh
2020-02-17  9:05   ` Bibby Hsieh
2020-02-17  9:05   ` Bibby Hsieh

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.