Name
intel_bios_init —
find VBT and initialize settings from the BIOS
Synopsis
int intel_bios_init ( | struct drm_i915_private * dev_priv) ; |
Arguments
dev_priv
i915 device instance
Description
Loads the Video BIOS and checks that the VBT exists. Sets scratch registers
to appropriate values.
Returns 0 on success, nonzero on failure.