commit | 3b1e2c6a52db9b0e601bb8bccd92fb30f73f9df0 | [log] [tgz] |
---|---|---|
author | Clarence Ip <cip@codeaurora.org> | Wed Jun 14 11:20:44 2017 -0400 |
committer | Clarence Ip <cip@codeaurora.org> | Mon Jun 19 17:58:12 2017 -0400 |
tree | d8015431fc8dd65ce5cd78ce4ec7a85605ef76b6 | |
parent | 96b5b27b2e0f1ffd6ba85db8f8102d15ae8703ea [diff] |
drm/msm/sde: don't dirty scaler properties if null Avoid always flagging scaler configuration properties if the user space keeps setting it to a null value. These properties are meant to support incoming user pointers rather than traditional drm blob properties, so avoid recalculating the plane programming if they are set to a null value more than once. CRs-Fixed: 2062083 Change-Id: I88b7a3065670e7fa8827c91dbe856b428127de1b Signed-off-by: Clarence Ip <cip@codeaurora.org>