8000 sys/external/bsd/drm2/dist/drm/i915 subdirectory: Linux 5.6.19 merge by dettus · Pull Request #44 · NetBSD/src · GitHub
[go: up one dir, main page]

Skip to content

sys/external/bsd/drm2/dist/drm/i915 subdirectory: Linux 5.6.19 merge #44

8000
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

Open
wants to merge 22 commits into
base: trunk
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
undeclared variable in a file.
  • Loading branch information
dettus committed Mar 3, 2025
commit defbea06402476b8b74b32b3f8640378b4d75435
1 change: 1 addition & 0 deletions sys/external/bsd/drm2/dist/drm/i915/gt/intel_engine_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ static void intel_engine_sanitize_mmio(struct intel_engine_cs *engine)
static int intel_engine_setup(struct intel_gt *gt, enum intel_engine_id id)
{
const struct engine_info *info = &intel_engines[id];
struct drm_i915_private *i915 = gt->i915;
struct intel_engine_cs *engine;

BUILD_BUG_ON(MAX_ENGINE_CLASS >= BIT(GEN11_ENGINE_CLASS_WIDTH));
Expand Down
0