drivers/intel/gma/acpi: Provide default definition for displays
Use it wherever the standard numbers were copied to. Bit 31 is set at runtime unconditionally, so we don't need it here. Change-Id: I0d853c3b8250a2c7b2d1a91985a555e4b17ad76c Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39731 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -92,6 +92,11 @@ struct i915_gpu_controller_info
|
||||
u32 did[5];
|
||||
};
|
||||
|
||||
#define GMA_STATIC_DISPLAYS(ssc) { \
|
||||
.use_spread_spectrum_clock = (ssc), \
|
||||
.ndid = 3, .did = { 0x0100, 0x0240, 0x0410, } \
|
||||
}
|
||||
|
||||
void
|
||||
drivers_intel_gma_displays_ssdt_generate(const struct i915_gpu_controller_info *conf);
|
||||
const struct i915_gpu_controller_info *
|
||||
|
Reference in New Issue
Block a user