msm: mdss: hdmi: Fix 1080p 30Hz and 25Hz AVI InfoFrame data
Correct the AVI infoFrame data for 1080p 30Hz and 25Hz resolutions. CRs-Fixed: 656725 Change-Id: I00cda5ab665639b4513a1571a97a6060a7a897a6 Signed-off-by: Ajay Singh Parmar <aparmar@codeaurora.org>
This commit is contained in:
parent
09dd38e93b
commit
3ad5d5a830
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ static u8 hdmi_tx_avi_iframe_lut[HDMI_EVFRMT_END + 1][AVI_MAX_DATA_BYTES] = {
|
|||
[HDMI_VFRMT_1920x1080p30_16_9] = {
|
||||
0x10, 0x28, 0x00, 0x22, 0x00, 0x00, 0x00,
|
||||
0x39, 0x04, 0x00, 0x00, 0x81, 0x07},
|
||||
[HDMI_VFRMT_1920x1080p30_16_9] = {
|
||||
[HDMI_VFRMT_1920x1080p25_16_9] = {
|
||||
0x10, 0x28, 0x00, 0x21, 0x00, 0x00, 0x00,
|
||||
0x39, 0x04, 0x00, 0x00, 0x81, 0x07},
|
||||
[HDMI_VFRMT_640x480p60_4_3] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue