msm: mdss: fix the pack alignment of MDP output for RGB666 format
Currently for RGB666 format, the MDP output is set as LSB aligned and banding artifacts are observed due to this. Set the MDP output to be MSB aligned to avoid these artifacts and for the display to show up fine with RGB666 format. Change-Id: Id8b7bf03218dd0ea70ada34912afd092e239b89f Signed-off-by: Padmanabhan Komanduru <pkomandu@codeaurora.org>
This commit is contained in:
parent
8bb801c7f1
commit
d3d3c7eab8
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ enum mdss_mpd_intf_index {
|
|||
#define MDSS_MDP_REG_INTF_FRAME_COUNT 0x0AC
|
||||
#define MDSS_MDP_REG_INTF_LINE_COUNT 0x0B0
|
||||
#define MDSS_MDP_PANEL_FORMAT_RGB888 0x213F
|
||||
#define MDSS_MDP_PANEL_FORMAT_RGB666 0x212A
|
||||
#define MDSS_MDP_PANEL_FORMAT_RGB666 0x21AA
|
||||
|
||||
enum mdss_mdp_pingpong_index {
|
||||
MDSS_MDP_PINGPONG0,
|
||||
|
|
Loading…
Add table
Reference in a new issue