drm/amdgpu/dce11: update async flip update time
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 22 Jun 2016 20:49:22 +0000 (16:49 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Jul 2016 19:02:01 +0000 (15:02 -0400)
commit7359ee637d98cbd66b8d36341cfe03a9875b3897
tree73f53153a6ebe8d203fcebdc30e872894414555b
parentaff98ba1fdb8150a1a7afe61503772f61b9a2132
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>
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
This page took 0.030126 seconds and 5 git commands to generate.