All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/2] drm/exynos: mixer: small optimisations
@ 2016-09-19 13:53 Tobias Jakobi
  2016-09-19 13:53 ` [RFC 1/2] drm/exynos: mixer: convert booleans to flags in mixer context Tobias Jakobi
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Jakobi @ 2016-09-19 13:53 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: dri-devel, m.szyprowski, inki.dae, Tobias Jakobi

Hello,

I had these two patches in my private tree for some time. Might as well ask if there is any interested in merging these.

The first is just some unification on how booleans are used in the mixer code. The second one reduces register manipulation by moving stuff to the atomic flush call. I think one could even move more code there, like e.g. mixer_cfg_scan() and mixer_cfg_rgb_fmt().

Anyway, feedback is appreciated a lot!

With best wishes,
Tobias

Tobias Jakobi (2):
  drm/exynos: mixer: convert booleans to flags in mixer context
  drm/exynos: mixer: configure layers once in mixer_atomic_flush()

 drivers/gpu/drm/exynos/exynos_mixer.c | 156 +++++++++++++++++++++-------------
 drivers/gpu/drm/exynos/regs-mixer.h   |   2 +
 2 files changed, 97 insertions(+), 61 deletions(-)

-- 
2.7.3

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

end of thread, other threads:[~2016-09-20  8:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-19 13:53 [RFC 0/2] drm/exynos: mixer: small optimisations Tobias Jakobi
2016-09-19 13:53 ` [RFC 1/2] drm/exynos: mixer: convert booleans to flags in mixer context Tobias Jakobi
2016-09-20  8:30   ` Andrzej Hajda

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.