diff options
author | Sean Paul <seanpaul@chromium.org> | 2018-09-17 23:49:32 +0300 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2018-10-04 03:24:54 +0300 |
commit | 9027b8719bd4f46b09c6b9d082715209c17971e2 (patch) | |
tree | 02ac319a4bd88999e99a20ffd794dad2b77b1a42 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 8527b2d836571c20c9ed0934668595f9bba8175e (diff) | |
download | linux-9027b8719bd4f46b09c6b9d082715209c17971e2.tar.xz |
drm/msm: dpu: Don't reset dpu_enc->cur_master on .disable()
cur_master in dpu_encoder is assigned at modeset and cleared on
.disable(). Unfortunately dpms (or enable/disable) does not guarantee a
modeset, so cur_master is NULL when we try to re-enable it.
This patch moves the NULL assignment to setup_display where it will be
re-assigned later in the function.
Tested-by: Bruce Wang <bzwang@chromium.org>
Reviewed-by: Jeykumar Sankaran <jsanka@codeaurora.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions