mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm_fb: display: Configure solidfill color to black
The solidfill color was getting reset to to default state to white. Correctly reseting to black by default. Crs-Fixed: 453600 Change-Id: I203ce61867d009509bf6acd01169f1fb0b223652 Signed-off-by: Siddhartha Agrawal <agrawals@codeaurora.org>
This commit is contained in:
parent
fb6aedada1
commit
fd50a7a472
1 changed files with 1 additions and 0 deletions
|
@ -742,6 +742,7 @@ void mdp4_overlay_rgb_setup(struct mdp4_overlay_pipe *pipe)
|
|||
op_mode &= ~(MDP4_OP_FLIP_LR + MDP4_OP_SCALEX_EN);
|
||||
op_mode &= ~(MDP4_OP_FLIP_UD + MDP4_OP_SCALEY_EN);
|
||||
outpdw(rgb_base + 0x0058, op_mode);/* MDP_RGB_OP_MODE */
|
||||
outpdw(rgb_base + 0x1008, 0x0);/* Black */
|
||||
} else {
|
||||
if (pipe->op_mode & MDP4_OP_FLIP_LR && mdp_rev >= MDP_REV_42) {
|
||||
/* Enable x-scaling bit to enable LR flip */
|
||||
|
|
Loading…
Reference in a new issue