aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c
diff options
context:
space:
mode:
authorLuc Van Oostenryck <[email protected]>2018-04-24 13:14:57 +0000
committerDaniel Vetter <[email protected]>2018-04-25 07:38:37 +0000
commit2ea009095c6e7396915a1d0dd480c41f02985f79 (patch)
tree9b91c01819bc8edeac3c8edf087de000f3bbad67 /drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c
parentdrm/gma500: fix mode_valid's return type (diff)
downloadkernel-2ea009095c6e7396915a1d0dd480c41f02985f79.tar.gz
kernel-2ea009095c6e7396915a1d0dd480c41f02985f79.zip
drm/gma500: fix psb_intel_lvds_mode_valid()'s return type
The method struct drm_connector_helper_funcs::mode_valid is defined as returning an 'enum drm_mode_status' but the driver implementation for this method, psb_intel_lvds_mode_valid(), uses an 'int' for it. Fix this by using 'enum drm_mode_status' for psb_intel_lvds_mode_valid(). Signed-off-by: Luc Van Oostenryck <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c')
0 files changed, 0 insertions, 0 deletions