-
Notifications
You must be signed in to change notification settings - Fork 63
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
New kernel support like 6.1.0 #99
Comments
as a Debian bookworm release, this is something needed now:) |
Any update on this? Paging @NitinGote since you're the most active maintainer here. |
Which platform are you looking for 6.1 support? if its Arc then I suggest using 6.2 kernel as its enabled in base kernel itself |
@ayazahma Thx for the response. DG1 is our target platform and it still requires the DKMS kernel to utilize media features. |
@nyanmisaka DG1 is not being supported and tested with i915 backported OOT driver. |
@ayazahma That's interesting. DG1 is working fine with this backported OOT driver. Add the developers from media-driver suggested us to do so, since DG1 failed using media in upstream driver. |
That seems cool, can you give some upstream repo&path direction, maybe I can build the kernel myself if it's not supported by Debian :) @ayazahma |
maybe something wrong? I can not find any debug_eu related kernel config, I provide one config file which debian linux 6.3 kernel use @ayazahma |
or I miss something? sudo cat /boot/config-6.3.0-1-amd64 |grep -i 915
CONFIG_MT7915E=m
# CONFIG_MFD_DA9150 is not set
CONFIG_DRM_I915=m
CONFIG_DRM_I915_FORCE_PROBE=""
CONFIG_DRM_I915_CAPTURE_ERROR=y
CONFIG_DRM_I915_COMPRESS_ERROR=y
CONFIG_DRM_I915_USERPTR=y
CONFIG_DRM_I915_GVT_KVMGT=m
CONFIG_DRM_I915_PXP=y
# drm/i915 Debugging
# CONFIG_DRM_I915_WERROR is not set
# CONFIG_DRM_I915_DEBUG is not set
# CONFIG_DRM_I915_DEBUG_MMIO is not set
# CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set
# CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set
# CONFIG_DRM_I915_DEBUG_GUC is not set
# CONFIG_DRM_I915_SELFTEST is not set
# CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set
# CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set
# CONFIG_DRM_I915_DEBUG_RUNTIME_PM is not set
# end of drm/i915 Debugging
# drm/i915 Profile Guided Optimisation
CONFIG_DRM_I915_REQUEST_TIMEOUT=20000
CONFIG_DRM_I915_FENCE_TIMEOUT=10000
CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND=250
CONFIG_DRM_I915_HEARTBEAT_INTERVAL=2500
CONFIG_DRM_I915_PREEMPT_TIMEOUT=640
CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE=7500
CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
CONFIG_DRM_I915_STOP_TIMEOUT=100
CONFIG_DRM_I915_TIMESLICE_DURATION=1
# end of drm/i915 Profile Guided Optimisation
CONFIG_DRM_I915_GVT=y
CONFIG_SND_HDA_I915=y |
Hello @congzhangzh , |
I use debian bookworms:) |
which use kernel 6.1, and backport will be 6.3:) @ayazahma |
We support and test Ubuntu 22.04 hwe kernel which has been moved to 6.2 , and we are working to add support for that. |
Cool, seems 6.1 should be ok, tks:) |
6.1LTS is part of release now. Please check the latest. |
Hi folks,
when will the new kernel be supported like 6.1.0?
Or do you have plan to upstream and when? Or can you provide the guide to patch the latest kernel?
Tks,
Cong
The text was updated successfully, but these errors were encountered: