search for: sarha

Displaying 18 results from an estimated 18 matches for "sarha".

Did you mean: sarah
2011 Sep 01
6
[PATCH 0/5] ARM NEON optimization for samplerate converter
From: Jyri Sarha <jsarha at ti.com> I optimized Speex resampler for NEON capable ARM CPUs. The first patch should speed up resampling on any platform that can spare the increased memory usage. It would be nice to have these merged to the master branch. Please let me know if there is anything I can do to hel...
2012 May 02
1
[PATCH] resample: Fix input indexing bug from interleaved functions
From: Jyri Sarha <jsarha at ti.com> This bug happens quite often when resampling from a low to a high sample-rate with big enough factor. Also the resampling call has to be limited by the output buffer size and some unused samples needs be left in the input buffer. Sometimes when up-sampling with a big fact...
2011 Sep 01
0
[PATCH 3/5] resample: Add NEON optimized inner_product_single for fixed point
From: Jyri Sarha <jsarha at ti.com> Semantics of inner_product_single have also been changed to contain the final right shift and saturation so it can also be implemented in the optimal way for the used platform. This change affects fixed point calculations only. I also added a new fixed point macro SATURAT...
2017 Jul 03
1
[Intel-gfx] [PATCH 1/2] drm/atomic: Change drm_atomic_helper_swap_state to return an error.
...tthias Brugger <matthias.bgg at gmail.com> >> Cc: Rob Clark <robdclark at gmail.com> >> Cc: Ben Skeggs <bskeggs at redhat.com> >> Cc: Thierry Reding <thierry.reding at gmail.com> >> Cc: Jonathan Hunter <jonathanh at nvidia.com> >> Cc: Jyri Sarha <jsarha at ti.com> >> Cc: Tomi Valkeinen <tomi.valkeinen at ti.com> >> Cc: Eric Anholt <eric at anholt.net> >> Cc: dri-devel at lists.freedesktop.org >> Cc: linux-kernel at vger.kernel.org >> Cc: intel-gfx at lists.freedesktop.org >> Cc: linux-a...
2017 Jun 28
5
[PATCH 1/2] drm/atomic: Change drm_atomic_helper_swap_state to return an error.
...abel <p.zabel at pengutronix.de> Cc: Matthias Brugger <matthias.bgg at gmail.com> Cc: Rob Clark <robdclark at gmail.com> Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Thierry Reding <thierry.reding at gmail.com> Cc: Jonathan Hunter <jonathanh at nvidia.com> Cc: Jyri Sarha <jsarha at ti.com> Cc: Tomi Valkeinen <tomi.valkeinen at ti.com> Cc: Eric Anholt <eric at anholt.net> Cc: dri-devel at lists.freedesktop.org Cc: linux-kernel at vger.kernel.org Cc: intel-gfx at lists.freedesktop.org Cc: linux-arm-kernel at lists.infradead.org Cc: linux-mediatek at...
2017 Jun 28
0
[PATCH 2/2] drm/atomic: Wait indefinitely and interruptibly for hw_done.
...abel <p.zabel at pengutronix.de> Cc: Matthias Brugger <matthias.bgg at gmail.com> Cc: Rob Clark <robdclark at gmail.com> Cc: Ben Skeggs <bskeggs at redhat.com> Cc: Thierry Reding <thierry.reding at gmail.com> Cc: Jonathan Hunter <jonathanh at nvidia.com> Cc: Jyri Sarha <jsarha at ti.com> Cc: Tomi Valkeinen <tomi.valkeinen at ti.com> Cc: Eric Anholt <eric at anholt.net> Cc: dri-devel at lists.freedesktop.org Cc: linux-kernel at vger.kernel.org Cc: intel-gfx at lists.freedesktop.org Cc: linux-arm-kernel at lists.infradead.org Cc: linux-mediatek at...
2011 Sep 01
0
[PATCH 4/5] configure.ac: Add ARM NEON support
From: Jyri Sarha <jsarha at ti.com> Use --enable-neon to force NEON optimization on. The auto detection should also work if your CFLAGS supports NEON. --- configure.ac | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 2...
2018 Jun 28
4
[PATCH v2 0/9] drm: Third attempt at fixing the fb-helper .best_encoder() mess
...amd.com> Cc: Daniel Vetter <daniel.vetter at ffwll.ch> Cc: "David (ChunMing) Zhou" <David1.Zhou at amd.com> Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan at intel.com> Cc: freedreno at lists.freedesktop.org Cc: Harry Wentland <harry.wentland at amd.com> Cc: Jyri Sarha <jsarha at ti.com> Cc: linux-arm-msm at vger.kernel.org Cc: nouveau at lists.freedesktop.org Cc: Rob Clark <robdclark at gmail.com> Cc: Tomi Valkeinen <tomi.valkeinen at ti.com> Ville Syrjälä (9): drm/fb-helper: Eliminate the .best_encoder() usage drm/i915: Nuke intel_mst_bes...
2011 Sep 01
0
[PATCH 5/5] resample: Add NEON optimized inner_product_single for floating point
From: Jyri Sarha <jsarha at ti.com> Also adds inline asm implementations of WORD2INT(x) macro for fixed and floating point. --- libspeex/resample_neon.h | 101 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 101 insertions(+), 0 deletions(-) diff --git a/libspeex/resample_neon.h b/libspeex...
2017 Jul 25
5
[PATCH 5/8] drm: Nuke drm_atomic_helper_plane_set_property
...om> Cc: Laurent Pinchart <laurent.pinchart at ideasonboard.com> Cc: Benjamin Gaignard <benjamin.gaignard at linaro.org> Cc: Vincent Abriou <vincent.abriou at st.com> Cc: Yannick Fertre <yannick.fertre at st.com> Cc: Philippe Cornu <philippe.cornu at st.com> Cc: Jyri Sarha <jsarha at ti.com> Cc: "Ville Syrjälä" <ville.syrjala at linux.intel.com> Cc: Rongrong Zou <zourongrong at gmail.com> Cc: Shawn Guo <shawn.guo at linaro.org> Cc: Alexey Brodkin <abrodkin at synopsys.com> Cc: Eric Engestrom <eric at engestrom.ch> Cc: Chr...
2017 Jun 30
0
[Intel-gfx] [PATCH 1/2] drm/atomic: Change drm_atomic_helper_swap_state to return an error.
...x.de> > Cc: Matthias Brugger <matthias.bgg at gmail.com> > Cc: Rob Clark <robdclark at gmail.com> > Cc: Ben Skeggs <bskeggs at redhat.com> > Cc: Thierry Reding <thierry.reding at gmail.com> > Cc: Jonathan Hunter <jonathanh at nvidia.com> > Cc: Jyri Sarha <jsarha at ti.com> > Cc: Tomi Valkeinen <tomi.valkeinen at ti.com> > Cc: Eric Anholt <eric at anholt.net> > Cc: dri-devel at lists.freedesktop.org > Cc: linux-kernel at vger.kernel.org > Cc: intel-gfx at lists.freedesktop.org > Cc: linux-arm-kernel at lists.infra...
2017 Jul 25
8
[PATCH 7/8] drm: Nuke drm_atomic_helper_connector_dpms
...annick.fertre at st.com> Cc: Philippe Cornu <philippe.cornu at st.com> Cc: Maxime Ripard <maxime.ripard at free-electrons.com> Cc: Chen-Yu Tsai <wens at csie.org> Cc: Thierry Reding <thierry.reding at gmail.com> Cc: Jonathan Hunter <jonathanh at nvidia.com> Cc: Jyri Sarha <jsarha at ti.com> Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: Shawn Guo <shawnguo at kernel.org> Cc: John Stultz <john.stultz at linaro.org> Cc: Lars-Peter Clausen <lars at metafoo.de> Cc: Sergei Shtylyov <sergei.shtylyov at cogentembedded.com> Cc: Jeffy Chen &...
2017 Jul 25
8
[PATCH 7/8] drm: Nuke drm_atomic_helper_connector_dpms
...annick.fertre at st.com> Cc: Philippe Cornu <philippe.cornu at st.com> Cc: Maxime Ripard <maxime.ripard at free-electrons.com> Cc: Chen-Yu Tsai <wens at csie.org> Cc: Thierry Reding <thierry.reding at gmail.com> Cc: Jonathan Hunter <jonathanh at nvidia.com> Cc: Jyri Sarha <jsarha at ti.com> Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: Shawn Guo <shawnguo at kernel.org> Cc: John Stultz <john.stultz at linaro.org> Cc: Lars-Peter Clausen <lars at metafoo.de> Cc: Sergei Shtylyov <sergei.shtylyov at cogentembedded.com> Cc: Jeffy Chen &...
2017 Jul 25
8
[PATCH 7/8] drm: Nuke drm_atomic_helper_connector_dpms
...annick.fertre at st.com> Cc: Philippe Cornu <philippe.cornu at st.com> Cc: Maxime Ripard <maxime.ripard at free-electrons.com> Cc: Chen-Yu Tsai <wens at csie.org> Cc: Thierry Reding <thierry.reding at gmail.com> Cc: Jonathan Hunter <jonathanh at nvidia.com> Cc: Jyri Sarha <jsarha at ti.com> Cc: Gerd Hoffmann <kraxel at redhat.com> Cc: Shawn Guo <shawnguo at kernel.org> Cc: John Stultz <john.stultz at linaro.org> Cc: Lars-Peter Clausen <lars at metafoo.de> Cc: Sergei Shtylyov <sergei.shtylyov at cogentembedded.com> Cc: Jeffy Chen &...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...; Jussi Kivilinna <jussi.kivilinn@mbnet.fi> Jussi Kivilinna <jussi.kivilinna@iki.fi> Jussi Kivilinna <jussi.kivilinna@mbnet.fi> Justin Lecher <jlec@gentoo.org> Justin P. Mattock <justinmattock@gmail.com> Justin Wheeler <jwheeler@datademons.com> Jyri Sarha <jsarha@ti.com> Jörg Otte <jrg.otte@gmail.com> Jörg-Volker Peetz <jvpeetz@web.de> K. Y. Srinivasan <kys@microsoft.com> K. Y. Srinivasan <kys@microsoft.com> K.Prasad <Prasad.Krishnan@gmail.com> K.Prasad <prasad@linux.vnet.ibm.com> Kai Bankett...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...; Jussi Kivilinna <jussi.kivilinn@mbnet.fi> Jussi Kivilinna <jussi.kivilinna@iki.fi> Jussi Kivilinna <jussi.kivilinna@mbnet.fi> Justin Lecher <jlec@gentoo.org> Justin P. Mattock <justinmattock@gmail.com> Justin Wheeler <jwheeler@datademons.com> Jyri Sarha <jsarha@ti.com> Jörg Otte <jrg.otte@gmail.com> Jörg-Volker Peetz <jvpeetz@web.de> K. Y. Srinivasan <kys@microsoft.com> K. Y. Srinivasan <kys@microsoft.com> K.Prasad <Prasad.Krishnan@gmail.com> K.Prasad <prasad@linux.vnet.ibm.com> Kai Bankett...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...; Jussi Kivilinna <jussi.kivilinn@mbnet.fi> Jussi Kivilinna <jussi.kivilinna@iki.fi> Jussi Kivilinna <jussi.kivilinna@mbnet.fi> Justin Lecher <jlec@gentoo.org> Justin P. Mattock <justinmattock@gmail.com> Justin Wheeler <jwheeler@datademons.com> Jyri Sarha <jsarha@ti.com> Jóhann B. Guðmundsson <johannbg@fedoraproject.org> Jörg Esser <jackfritt@boh.de> Jörg Otte <jrg.otte@gmail.com> Jörg-Volker Peetz <jvpeetz@web.de> K. Y. Srinivasan <kys@microsoft.com> K. Y. Srinivasan <kys@microsoft.com> K.Pr...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...; Jussi Kivilinna <jussi.kivilinn@mbnet.fi> Jussi Kivilinna <jussi.kivilinna@iki.fi> Jussi Kivilinna <jussi.kivilinna@mbnet.fi> Justin Lecher <jlec@gentoo.org> Justin P. Mattock <justinmattock@gmail.com> Justin Wheeler <jwheeler@datademons.com> Jyri Sarha <jsarha@ti.com> Jóhann B. Guðmundsson <johannbg@fedoraproject.org> Jörg Esser <jackfritt@boh.de> Jörg Otte <jrg.otte@gmail.com> Jörg-Volker Peetz <jvpeetz@web.de> K. Y. Srinivasan <kys@microsoft.com> K. Y. Srinivasan <kys@microsoft.com> K.Pr...