drivers/intel/gma: Dump output setting only if DEBUG_ADA_CODE is set
This patch restricts the dump of the vebose graphics output settings to configuration with the `DEBUG_ADA_CODE' flag set. BUG=b:264526798 BRANCH=firmware-brya-14505.B TEST=Configuration dump is seen only if DEBUG_ADA_CODE is set Change-Id: Iadd6c9552b184f7d6ec8df9d0d392634864ba50c Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72418 Reviewed-by: Tarun Tuli <taruntuli@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
This commit is contained in:
parent
966d670749
commit
e02e918eba
|
@ -70,7 +70,7 @@ is
|
||||||
configs (i).Framebuffer := fb;
|
configs (i).Framebuffer := fb;
|
||||||
end loop;
|
end loop;
|
||||||
|
|
||||||
HW.GFX.GMA.Dump_Configs (configs);
|
pragma Debug (HW.GFX.GMA.Dump_Configs (configs));
|
||||||
|
|
||||||
HW.GFX.GMA.Setup_Default_FB
|
HW.GFX.GMA.Setup_Default_FB
|
||||||
(FB => fb,
|
(FB => fb,
|
||||||
|
|
|
@ -48,7 +48,7 @@ is
|
||||||
configs (Primary).Framebuffer.Offset :=
|
configs (Primary).Framebuffer.Offset :=
|
||||||
VGA_PLANE_FRAMEBUFFER_OFFSET;
|
VGA_PLANE_FRAMEBUFFER_OFFSET;
|
||||||
|
|
||||||
HW.GFX.GMA.Dump_Configs (configs);
|
pragma Debug (HW.GFX.GMA.Dump_Configs (configs));
|
||||||
HW.GFX.GMA.Update_Outputs (configs);
|
HW.GFX.GMA.Update_Outputs (configs);
|
||||||
|
|
||||||
lightup_ok := 1;
|
lightup_ok := 1;
|
||||||
|
|
Loading…
Reference in New Issue