mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 16:30:10 +01:00
i915: unmap BIOS when we're done with it
At the moment, we only read it at startup time, so we can just unmap it there when we're done.
This commit is contained in:
parent
9fc4ea5c00
commit
070755af3f
1 changed files with 2 additions and 0 deletions
|
|
@ -236,5 +236,7 @@ intel_init_bios(struct drm_device *dev)
|
|||
parse_general_features(dev_priv, bdb);
|
||||
parse_panel_data(dev_priv, bdb);
|
||||
|
||||
pci_unmap_rom(pdev, bios);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue