Skip to content

i915: point to fwget(8) for firmware install#460

Open
bzfbd wants to merge 1 commit into
freebsd:masterfrom
bzfbd:pr_fwget
Open

i915: point to fwget(8) for firmware install#460
bzfbd wants to merge 1 commit into
freebsd:masterfrom
bzfbd:pr_fwget

Conversation

@bzfbd
Copy link
Copy Markdown
Contributor

@bzfbd bzfbd commented May 16, 2026

Rather than pointing to manually install a package which will install all poossible gpu-firmware, point to fwget(8) which should install the appropriate firmware for the device.

Issue: #346

Rather than pointing to manually install a package which will
install all poossible gpu-firmware, point to fwget(8) which
should install the appropriate firmware for the device.

Issue:	freebsd#346
Copy link
Copy Markdown
Member

@dumbbell dumbbell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The patch looks good to me and that’s a good idea.

Could you please fix the compilation error described below?

#elif defined(__FreeBSD__)
drm_notice(&i915->drm, "Run pkg install gpu-firmware-kmod" \
" to install it\n");
drm_notice(&dev_priv->drm, "Run fwget(8) to install the "
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The correct variable is i915 instead of dev_priv. I suppose your patch predates some changes to the driver. They frequently refactor the code.

Could you please fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants