diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2019-02-06 20:54:33 +0200 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2019-02-07 19:03:15 +0200 |
commit | 440e84a52ae965c3ceb3153ad59e8ed6e8df9ef4 (patch) | |
tree | 94fbc7000e9e22a0c43eb60c6e079f361c2f732e /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | |
parent | d6f328bfeb0b0a9304166c52ec15c08076ca5246 (diff) |
drm/i915: Don't set update_wm_post on g4x+
update_wm_post is meant for pre-g4x only. Don't ever set
it on g4x+.
The only effect of a bogus update_wm_post on g4x+ could
be that we clear the legacy_cursor_update flag in
intel_atomic_commit(). Since legacy_cursor_update is
only set for legacy cursor updates (as the name suggests)
and we only set update_wm_post for a modeset the two
cases should never occur at the same time. But let's
be consistent in setting update_wm_post so we don't
end up confusing so many people.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190206185433.8116-1-ville.syrjala@linux.intel.com
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c')
0 files changed, 0 insertions, 0 deletions