-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drm/i915 (FreeBSD): Use
info->fix.smem_*
to register fictitious mem…
… range [Why] When the code was adapted to use the new vt_drmfb integration, the i915 driver continued to use the values that used to be stored in `info->apertures->ranges[0]`. However they might be incorrect and in fact zero. [How] Instead, use the `info->fix.smem_*` values to register the fictitious range. These are the values by vt_drmfb later.
- Loading branch information
Showing
2 changed files
with
6 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters