Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable panfrost driver for rk3576 boards #7307

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

amazingfate
Copy link
Contributor

Description

This depends on armbian/linux-rockchip#249, which is using gpu dts from mainline patch.

When panfrost is blacklisted, if the driver is enabled by command modprobe panfrost, there will be kernel panic. This issue is described in this patch series: https://patchwork.kernel.org/project/linux-rockchip/cover/20240919091834.83572-1-sebastian.reichel@collabora.com/. When panfrost is automaticly loaded at boot, there will be no such issue.

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.

  • ./compile.sh BOARD=armsom-cm5-io 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
  • Gnome desktop starts with panfrost driver.

Checklist:

Please delete options that are not relevant.

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

@github-actions github-actions bot added Hardware Hardware related like kernel, U-Boot, ... size/small PR with less then 50 lines labels Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hardware Hardware related like kernel, U-Boot, ... size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

1 participant