]> rtime.felk.cvut.cz Git - vajnamar/linux-xlnx.git/commit
drm: xilinx: plane: Commit only when the plane is off
authorHyun Kwon <hyun.kwon@xilinx.com>
Fri, 11 Aug 2017 02:44:37 +0000 (19:44 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 15 Aug 2017 10:37:22 +0000 (12:37 +0200)
commitaf4bb1b66a647ae51fe94a2db94c39b3ff6ae01e
tree502ac3c4d51901ceced85dc04a616e65188ac141
parentead30e5b9ac10968539485161f85a09b76bb2346
drm: xilinx: plane: Commit only when the plane is off

The DPMS_ON will do commit, and the duplicate commit calls
can cause the same descriptor to be queued twice.

Signed-off-by: Hyun Kwon <hyun.kwon@xilinx.com>
Tested-by: Jeegar Patel <jeegarp@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/gpu/drm/xilinx/xilinx_drm_plane.c