RSS Bot
Bot-
Posts
4244 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
With VirGL, Venus, and vDRM, virglrenderer offers three different approaches to obtain access to accelerated GFX in a virtual machine. Here are the latest updates around each of these approaches. View the full article
-
jsoninfo: add inventory-artifacts cli, which stops after artifacts-reduced and adds kernels.ndjson and uboots.njdson via jq jsoninfo: add inventory-artifacts cli, which stops after artifacts-reduced and adds kernels.ndjson and uboots.njdson via jq if one runs ./compile.sh inventory-artifacts we shall get: output/info/kernels.ndjson: one line for each kernel build output/info/uboots.ndjson: one line for each u-boot build this is meant as base for other tooling that acts "for each kernel" or "for each u-boot" such as patch/config rewrites, etc View the full article
-
In the world of deep learning optimization, two powerful tools stand out: torch.compile, PyTorch’s just-in-time (JIT) compiler, and NVIDIA’s TensorRT, a platform for high-performance deep learning inference. View the full article
-
Collabora will be at NeurIPs this week to dive into the latest academic findings in machine learning and research advancements that are changing the industry. View the full article
-
Initial support for Rockchip's RK3576 has landed in Linux kernel 6.12, a new System-on-a-Chip (SoC) introduced earlier this year. With the main target being industrial applications, it is less of a powerhouse than the RK3588, but it still reuses many components. View the full article
-
Today, Khronos announced the release of the Vulkan 1.4 specification, and NVK is one of the day-zero conformant Vulkan 1.4 implementations! Vulkan 1.4 support in NVK has been merged into Mesa and will be part of the Mesa 25.0 release in early 2025. View the full article
-
Linux kernel 6.12 is here with real-time preemption support and an extensible scheduler class. Take a look at the contributions our kernel team made for this release. View the full article
-
Today, we are delighted to announce a growing collaboration with MediaTek which will enable Collabora to introduce, improve, and maintain MediaTek's IoT Edge AI Genio platforms upstream. View the full article
-
Join us at electronica 2024! In partnership with Renesas, Collabora will be showcasing GStreamer open source AI video analytics on the Renesas RZ/G2L, leveraging the MYIR RemiPi. View the full article
-
Having multiple developers work on pre-merge testing distributes the process and ensures that every contribution is rigorously tested before merging. View the full article
-
XDC kicks off October 9 and we have 7 talks to share with the community! Join us as we share the latest news on open source graphics. View the full article
-
For the very first time, the GStreamer Conference will be taking place in North America, and we're prepped and ready with no less than 9 talks to share! Catch the latest developments and AI advancements for this multimedia framework. View the full article
-
The latest 6.11 kernel release is here! This release improves performance, security, and hardware compatibility, increasing the kernel's flexibility and efficiency for various computing environments. View the full article
-
It is now possible to start kicking the tires on Vulkan with an open source driver on Arm Mali-G610 and Mali-G310 GPUs. The Panfrost project continues to grow! View the full article
-
X96Q LPDDR3 Improvements Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Improvements include EMMC detection Bluetooth LED functionality USB functionality Now boots on edge Miniarch had a much better setup for X96Q than my original, so used those dts files with minimal changes. View the full article
-
Description When m.2 wifi module has a usb bluetooth, it can get detected but has error when loading driver: rejected 1 configuration due to insufficient available bus power This commit will add a udev rule setting all usb device attr bConfigurationValue to 1 if it has a null value, which will fix the bluetooth usb device. Hint from https://community.nxp.com/t5/i-MX-Processors/USB-1-0-disable-100mA-current-limit-permanently/td-p/1600252 How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [x] ./compile.sh BOARD=armsom-w3 BRANCH=vendor BUILD_MINIMAL=no DEB_COMPRESS=xz KERNEL_CONFIGURE=no RELEASE=noble KERNEL_GIT=shallow BUILD_DESKTOP=yes DESKTOP_APPGROUPS_SELECTED= DESKTOP_ENVIRONMENT=gnome DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base ENABLE_EXTENSIONS="mesa-vpu" Checklist: Please delete options that are not relevant. [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
-
Description Bump edge kernel to 6.11 for rockchip 32 bit family. Notably: several driver have the .remove hook which is now void in place of int (upstream kernel devs changed this) the patch to compile the device tree overlays (actually, it is for the .scr files) has been adapted because of minor changes from 6.10 GitHub issue reference: Jira reference number AR-2494 How Has This Been Tested? [x] Kernel built successfully [x] Kernel testedon a live rk322x board [x] Kernel tested on a live rk3288 board Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings View the full article
-
rockchip-rk3588/6.11: backport Marcin Juszkiewicz's "FriendlyELEC NanoPC-T6 improvements" v6 series to fix non-LTS and split LTS version of NanoPC T6 nanopct6-lts: a separate board for the LTS version of the NanoPC T6 Split has landed upstream for 6.12, and backported in a separate commit I had already added the -lts version to the vendor (6.1) rockchip kernel a few months ago rockchip-rk3588/6.11: backport Marcin Juszkiewicz's "FriendlyELEC NanoPC-T6 improvements" v6 series to fix non-LTS and split LTS version of NanoPC T6 Marcin Juszkiewicz's series https://lore.kernel.org/all/20240829-friendlyelec-nanopc-t6-lts-v6-0-edff247e8c02@linaro.org/ has landed upstream see https://github.com/torvalds/linux/commit/db1dcbe5f752d423421f77d54d246398b196f670 thus we have 2 separate DTs, one for non-LTS, one for LTS; thus also 2 different Armbian boards (see separate commit) drop my own patch that added SPI NOR to the T6, as that is now included in the base DT this patch shall be dropped when 6.12-rc1 is released View the full article
-
patching: emit warnings when files in dt folder overwrite pre-existing files (DTs that landed upstream) patching: emit warnings when files in dt folder overwrite pre-existing files (DTs that landed upstream) it's more and more common that the (bare) DT files in our dt folders have landed upstream this adds warnings and marks the patching table red when some bare-dt file overwrites what's already in git without this it's very easy to forget them there during bumps View the full article
-
Bumps setuptools from 74.1.0 to 75.1.0. Changelog Sourced from setuptools's changelog. v75.1.0 Features Deprecated bdist_wheel.universal configuration. (#4617) Bugfixes Removed reference to upload_docs module in entry points. (#4650) v75.0.0 Features Declare also the dependencies used by distutils (adds jaraco.collections). Deprecations and Removals Removed upload_docs command. (#2971) pypa/distutils#294#4649) v74.1.3 Bugfixes Fix cross-platform compilation using distutils._msvccompiler.MSVCCompiler -- by :user:saschanaz and :user:Avasam (#4648) v74.1.2 Bugfixes Fixed TypeError in sdist filelist processing by adding support for pathlib Paths for the build_base. (#4615) Removed degraded and deprecated test_integration (easy_install) from the test suite. (#4632) ... (truncated) Commits 3106af0 Bump version: 75.0.0 → 75.1.0 37c3d27 Removed reference to upload_docs module in entry points. 9fb53fd Merge pull request #4617 from abravalheri/issue-4612 cd3ba7d Merge pull request #4644 from DimitriPapadopoulos/codespell 5e27b2a Bump version: 74.1.3 → 75.0.0 af9e245 Merge pull request #4649 from pypa/feature/distutils-7283751 f15861e Add news fragment. ce01828 Merge https://github.com/pypa/distutils into feature/distutils-7283751 378984e Remove news fragments, not useful here. ffdf0bd Merge tag 'v74.1.3' Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) View the full article
