Files
android_kernel_xiaomi_sm8450/drivers/gpu/drm/radeon
Luc Van Oostenryck 7a47f20eb1 drm/radeon: fix 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 uses an 'int' for it.

Fix this by using 'enum drm_mode_status' in the driver too.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2018-05-15 13:43:51 -05:00
..
2015-10-21 11:35:11 -04:00
2018-03-07 16:27:00 -05:00
2016-03-16 18:08:06 -04:00
2015-12-02 12:45:54 -05:00
2015-10-21 11:35:11 -04:00
2015-11-30 14:44:34 -05:00
2017-08-15 14:46:16 -04:00
2015-12-02 12:45:54 -05:00
2017-05-08 17:15:14 -07:00
2016-03-16 18:08:06 -04:00
2017-05-18 17:22:39 +02:00
2016-03-16 18:08:06 -04:00
2017-06-27 08:28:30 +10:00