You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments