Commit graph

583638 commits

Author SHA1 Message Date
Linux Build Service Account
17de1566e1 Merge "usb: pd: Avoid buffer overrun during msg_rx" 2017-02-27 15:16:29 -08:00
Linux Build Service Account
3bf75ddd22 Merge "defconfig: enable drm/kms driver in mediabox config" 2017-02-27 07:44:40 -08:00
Linux Build Service Account
8e6753474b Merge "drm/msm: Revert "drm/msm/sde: fix color component order"" 2017-02-27 07:44:39 -08:00
Ray Zhang
62192c4061 defconfig: enable drm/kms driver in mediabox config
Enable drm/kms driver in msmcortex media config.
Enable VT in msmcortex media config.

CRs-Fixed: 2002381
Change-Id: I57a7a737d1f0bc22f229c087a6932b9e73c0537c
Signed-off-by: Manoj Kumar AVM <manojavm@codeaurora.org>
Signed-off-by: Ray Zhang <rayz@codeaurora.org>
2017-02-27 16:15:11 +08:00
Linux Build Service Account
25becb4433 Merge "msm: ext_display: move ext_display out of FB driver" 2017-02-26 23:48:30 -08:00
Linux Build Service Account
d27e76f59f Merge "msm: mdss: remove hdmi audio sysfs node" 2017-02-26 23:48:30 -08:00
Linux Build Service Account
b838696327 Merge "drivers: soc: apr: add wake_up for a waitqueue" 2017-02-26 23:48:29 -08:00
Linux Build Service Account
c3517cc8b2 Merge "ALSA: compress: Replace usages of uint32/uint64 with u32/u64" 2017-02-26 23:48:28 -08:00
Linux Build Service Account
01e12e2df2 Merge "ASoC: msm: acquire lock in ioctl" 2017-02-26 23:48:28 -08:00
Linux Build Service Account
5e7226fe54 Merge "ASoC: msm: qdsp6v2: return error when copy from userspace fails" 2017-02-26 23:48:27 -08:00
Linux Build Service Account
961d86bac1 Merge "ASoC: msm: qdsp6v2: destroy routing lock at exit" 2017-02-26 23:48:26 -08:00
Linux Build Service Account
d7de4c496c Merge "drm/msm: do not trigger HPD work in non-pluggable case" 2017-02-26 23:48:24 -08:00
Linux Build Service Account
b76466d981 Merge "drm/msm: update edid block for audio codec" 2017-02-26 23:48:24 -08:00
Linux Build Service Account
e78de2fdad Merge "drm/msm: add HPD notification and acknowledge support" 2017-02-26 23:48:23 -08:00
Linux Build Service Account
03c6cbcaf3 Merge "msm : mdss: Avoid arbitrary free of scale_data in error condition" 2017-02-26 23:48:23 -08:00
Linux Build Service Account
0308c156c1 Merge "msm: mdss: Fix clocks disable sequence" 2017-02-26 23:48:22 -08:00
Linux Build Service Account
239e3644b6 Merge "msm: mdss: idle power collapse notify" 2017-02-26 23:48:20 -08:00
Linux Build Service Account
c2998a25ad Merge "msm: hdcp: enable encryption only if not done already" 2017-02-26 23:48:18 -08:00
Linux Build Service Account
c5b8e45e9f Merge "msm: mdss: hdcp2p2: fix sysfs node name" 2017-02-26 23:48:18 -08:00
Linux Build Service Account
87d4a67314 Merge "msm: mdss: handle programming of MDP_HDMI_DP_CORE_SELECT register" 2017-02-26 23:48:17 -08:00
Linux Build Service Account
d14b875d10 Merge "msm: mdss: Correct prefill bandwidth calculations" 2017-02-26 23:48:16 -08:00
Ray Zhang
509fc46164 drm/msm: do not trigger HPD work in non-pluggable case
In HDMI non-pluggable case, it's supposed that there will
not be hotplug events, so ignore the HPD interrupt and do
not schedule the HPD work.

CRs-Fixed: 2010135
Change-Id: I72b9c3fb0f831ddab4be0545c37cd9189d4afa41
Signed-off-by: Ray Zhang <rayz@codeaurora.org>
2017-02-27 12:33:31 +08:00
Ray Zhang
10e6309aa8 drm/msm: update edid block for audio codec
Audio codec needs audio extension block data in EDID,
so add support for providing this information in ops
registered by the audio driver.

CRs-Fixed: 2010135
Change-Id: Ic1b389872171d5faade38d5ff484be065a9dc489
Signed-off-by: Ray Zhang <rayz@codeaurora.org>
2017-02-27 12:33:31 +08:00
Ray Zhang
9b0940a54c drm/msm: add HPD notification and acknowledge support
In HPD case the HDMI driver communicate with external display
module by specific notification and acknowledge interfaces.
Add this support to enable the communication.

CRs-Fixed: 2010135
Change-Id: I24ac1e0f0cb1e3946e2a53e4bf72bafbd84e4395
Signed-off-by: Ray Zhang <rayz@codeaurora.org>
2017-02-27 12:33:31 +08:00
Ray Zhang
87edc28399 msm: ext_display: move ext_display out of FB driver
Make ext_display a standalone module independent of
framebuffer driver, so that it could be shared by
various drivers such as framebuffer and KMS.

CRs-Fixed: 2010135
Change-Id: I336c556cbfbd66d3cb3467acaea038d5d3651f67
Signed-off-by: Ray Zhang <rayz@codeaurora.org>
2017-02-27 10:25:46 +08:00
Ray Zhang
33e1141e51 msm: mdss: remove hdmi audio sysfs node
Use audio codec callback to replace the existing sysfs
node which has permission issues. The usage is the same
as previous sysfs node as the input parameters are not
changed.  There are 3 different flags could be passed
in: SET_ENABLE, ENABLE, and CONNECT.

CRs-Fixed: 2010135
Change-Id: Id526bd8a3d750f8da108bc42b1e3e8f680950f3b
Signed-off-by: Ray Zhang <rayz@codeaurora.org>
2017-02-27 10:21:07 +08:00
Ray Zhang
1c4ce7aa2c drm/msm: enable hdmi audio function for sde
Register ext_disp and provide audio codec ops. This
enables HDMI audio functionality for DRM driver.

CRs-Fixed: 2010135
Change-Id: Ide661456ab42bf6a8f13359819e39317f439a255
Signed-off-by: Ray Zhang <rayz@codeaurora.org>
2017-02-26 17:21:34 -08:00
Linux Build Service Account
541fe938d2 Merge "msm: sde: Remove panic from rotator smmu fault handler" 2017-02-26 17:01:50 -08:00
Linux Build Service Account
49d57d9b26 Merge "drm/msm: add hdmi audio support for sde kms" 2017-02-26 04:44:59 -08:00
Linux Build Service Account
690cee7544 Merge "msm: kgsl: Don't wait for context that has not submitted" 2017-02-26 04:44:58 -08:00
Linux Build Service Account
39668d4099 Merge "crypto: msm: check invalid src and dst vbuf in qcedev.c" 2017-02-26 04:44:57 -08:00
Linux Build Service Account
7a3aebc93a Merge "mhi: core: Mark unprocessed events as STALE" 2017-02-25 19:49:34 -08:00
Linux Build Service Account
a46c000c65 Merge "clk: qcom: osm: program SEQ_REG32 unconditionally" 2017-02-25 19:49:33 -08:00
Linux Build Service Account
6744997391 Merge "bluetooth: Fix slimbus shutdown sequence" 2017-02-25 19:49:33 -08:00
Linux Build Service Account
67f838cce1 Merge "ASoC: msm: Update configs for speaker protection on sdm660" 2017-02-25 19:49:31 -08:00
Linux Build Service Account
b7fb0e4bdf Merge "ASoC: msm_sdw: Add 48k TX VI sense sampling rate support" 2017-02-25 19:49:31 -08:00
Linux Build Service Account
083b8cc439 Merge "ASoC: wsa881x: Add retry logic for temperature read" 2017-02-25 19:49:30 -08:00
Linux Build Service Account
efffd5bbcd Merge "drm/msm: Add BACKLIGHT_CLASS_DEVICE as a dependency" 2017-02-25 19:49:29 -08:00
Linux Build Service Account
69dcd32508 Merge "smb-lib: rerun AICL when PD voltage changes" 2017-02-25 19:49:29 -08:00
Linux Build Service Account
7589706414 Merge "spi: spi_qsd: Check device state during set_cs call" 2017-02-25 19:49:28 -08:00
Linux Build Service Account
c6d7a205a8 Merge "ARM: dts: msm: Update sdhc2 node for sdm630 QRD" 2017-02-25 19:49:27 -08:00
Linux Build Service Account
0c66e2872e Merge "defconfig: msm: Enable ARM64_STRICT_BREAK_BEFORE_MAKE flag." 2017-02-25 19:49:26 -08:00
Linux Build Service Account
9905e53932 Merge "arm64: mm: allow enforcing of strict break-before-make for page tables" 2017-02-25 19:49:25 -08:00
Linux Build Service Account
62a2543c63 Merge "drm/msm: add mdss_smmu_request_mappings definition for non-FB targets" 2017-02-25 19:49:25 -08:00
Linux Build Service Account
f6bf8b1d3b Merge "ARM: dts: msm: mhi_uci: Enable MHI TF Channels" 2017-02-25 19:49:24 -08:00
Linux Build Service Account
5c3755cdb7 Merge "clk: msm: clock-osm: handle corner cases for APM/MEM-ACC switching" 2017-02-25 19:49:17 -08:00
Linux Build Service Account
f8555d2da6 Merge "msm: camera: cpp: Avoid exposing kernel information to user space" 2017-02-25 19:49:17 -08:00
Linux Build Service Account
e2d1087249 Merge "clk: msm: clock-gcc-8998: Remove control of the hmss_ahb_clk from Linux" 2017-02-25 19:49:15 -08:00
Zhen Kong
2bcc512e4f crypto: msm: check invalid src and dst vbuf in qcedev.c
src and dst vbuf address and length are provided from userspace,
and they are invalid if vbuf address is NULL but length is not zero.
Add additional checks in qcedev_check_cipher_params to prevent it.

Change-Id: Iadc1a0c1c5b2f7a56acd03a23c08e45b5a671b19
Signed-off-by: Zhen Kong <zkong@codeaurora.org>
2017-02-25 01:15:22 -08:00
Linux Build Service Account
3fc7af0734 Merge "ARM: dts: msm: Force module re-eanble for LCDB on PM660L" 2017-02-25 01:10:00 -08:00