[PATCH] docs: devicetree: Fix typo in lvds.yaml

2024-09-01 Thread Yu-Chun Lin
Corrected the spelling in the description of LVDS Display Common Properties. Signed-off-by: Yu-Chun Lin --- Documentation/devicetree/bindings/display/lvds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/lvds.yaml b

[PATCH] drm/tests: helpers: Fix compile wrarning

2025-01-03 Thread Yu-Chun Lin
001.o6wy1vcw-...@intel.com/ Reviewed-by: Kuan-Wei Chiu Tested-by: Kuan-Wei Chiu Signed-off-by: Yu-Chun Lin --- drivers/gpu/drm/tests/drm_kunit_helpers.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/tests/drm_kunit_helpers.c b/drivers/gpu/drm/tests/drm_kun

[PATCH v2] drm/tests: helpers: Fix compiler warning

2025-01-04 Thread Yu-Chun Lin
001.o6wy1vcw-...@intel.com/ Reviewed-by: Kuan-Wei Chiu Tested-by: Kuan-Wei Chiu Reviewed-by: Dmitry Baryshkov Signed-off-by: Yu-Chun Lin --- v1 -> v2 Correct typos in the original commit message title. drivers/gpu/drm/tests/drm_kunit_helpers.c | 3 +-- 1 file changed, 1 insertion(+), 2 del

Re: [PATCH 00/17] Introduce and use generic parity32/64 helper

2025-02-24 Thread Yu-Chun Lin
s://lore.kernel.org/linux-mm/cakbzud0n7bkuw_le3pr9o1v2bjjcy_yilm8a8dpceubtdz0...@mail.gmail.com/ Hi Uros, Thanks for your information. We originally planned to implement hardware optimizations after this patch series. However, for V2, We will incorporate __builtin_parity(), while keeping our current implementation as the fallback function. Best regards, Yu-Chun Lin

Re: [PATCH 00/17] Introduce and use generic parity32/64 helper

2025-02-24 Thread Yu-Chun Lin
two instructions on powerpc64, for example. Hi Jeremy, Thank for your input. We will do that in V2. Best regards, Yu-Chun Lin

Re: [PATCH 02/17] bitops: Add generic parity calculation for u64

2025-02-24 Thread Yu-Chun Lin
. Add a generic parity64() helper implemented with the > > > same efficient approach as parity8(). > > > > > > Co-developed-by: Yu-Chun Lin > > > Signed-off-by: Yu-Chun Lin > > > Signed-off-by: Kuan-Wei Chiu > > > --- > >

[PATCH] drm: tegra: Fix undefined behavior in left shift operation

2025-05-25 Thread Yu-Chun Lin
ing 'BIT(31)' to ensure the shift operates on an unsigned type, avoiding undefined behavior. Signed-off-by: Yu-Chun Lin --- Compile test only drivers/gpu/drm/tegra/dc.c| 2 +- drivers/gpu/drm/tegra/hdmi.c | 8 drivers/gpu/drm/tegra/hdmi.h | 8 drivers/gpu/drm/tegr