[0/1] Add thread affinity
mbox series

Message ID 20241011171930.3225255-1-chenghaoyang@chromium.org
Headers show
Series
  • Add thread affinity
Related show

Message

Harvey Yang Oct. 11, 2024, 5 p.m. UTC
Hi folks,

This patch adds a method to set thread affinity, which is needed to
ensure performance in mtkisp7 pipeline handler and IPA.

This passes gitlab pipeline:
https://gitlab.freedesktop.org/chenghaoyang/libcamera/-/pipelines/1288207

BR,
Harvey


Han-Lin Chen (1):
  libcamera: add method to set thread affinity

 include/libcamera/base/thread.h |  6 ++++++
 src/libcamera/base/thread.cpp   | 31 +++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)