Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
patmagauran committed Dec 7, 2020
1 parent fce6788 commit 8f6d7eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion i915_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,17 @@ EFI_STATUS ConfigurePipeGamma()
{
reg = _PIPEEDPCONF;
}
DebugPrint(EFI_D_ERROR, "REGISTER %x", reg);
DebugPrint(EFI_D_ERROR, "REGISTER %x \n", reg);
controller->write32(reg, PIPECONF_PROGRESSIVE |
PIPECONF_GAMMA_MODE_8BIT);
DebugPrint(EFI_D_ERROR, "i915Display: current line: %d\n", __LINE__);

controller->write32(_SKL_BOTTOM_COLOR_A, 0);
DebugPrint(EFI_D_ERROR, "i915Display: current line: %d\n", __LINE__);

controller->write32(_GAMMA_MODE_A, GAMMA_MODE_MODE_8BIT);
DebugPrint(EFI_D_ERROR, "i915Display: current line: %d\n", __LINE__);

return EFI_SUCCESS;
}
EFI_STATUS ConfigureTransMSAMISC()
Expand Down

0 comments on commit 8f6d7eb

Please sign in to comment.