commit | 7359ee637d98cbd66b8d36341cfe03a9875b3897 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Wed Jun 22 16:49:22 2016 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Jul 07 15:02:01 2016 -0400 |
tree | 73f53153a6ebe8d203fcebdc30e872894414555b | |
parent | aff98ba1fdb8150a1a7afe61503772f61b9a2132 [diff] |
drm/amdgpu/dce11: update async flip update time Use UPDATE_IMMEDIATE (update on next data request boundary) rather than UPDATE_H_RETRACE (update on next line boundary). The data request boundary is less than a scanline, so it update will happen sooner. Cc: Vitaly Prosyak <vitaly.prosyak@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>