]> Git Repo - linux.git/commit
drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()
authorThomas Zimmermann <[email protected]>
Thu, 23 Jan 2020 13:59:25 +0000 (14:59 +0100)
committerThomas Zimmermann <[email protected]>
Thu, 13 Feb 2020 12:08:13 +0000 (13:08 +0100)
commitea702333e56766a7def0023bf78f43d3a81f56c5
tree9bb563dc6336562eadc777ee7d62d3131fe29eca
parent7fe3f0d15aac6c98a97e6d7086f5a6b7bc4ccae4
drm/amdgpu: Convert to struct drm_crtc_helper_funcs.get_scanout_position()

The callback struct drm_driver.get_scanout_position() is deprecated in
favor of struct drm_crtc_helper_funcs.get_scanout_position(). Convert
amdgpu over.

Signed-off-by: Thomas Zimmermann <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c
drivers/gpu/drm/amd/amdgpu/dce_virtual.c
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
This page took 0.050321 seconds and 4 git commands to generate.