linux_dsm_epyc7002/drivers/gpu/drm/bridge/adv7511
Luc Van Oostenryck 0e19b02341 drm/bridge: adv7511: 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: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20180424131450.1910-1-luc.vanoostenryck@gmail.com
2018-04-25 09:09:22 +02:00
..
adv7511_audio.c drm/bridge: adv7511: Constify HDMI CODEC platform data 2017-09-16 15:11:04 +05:30
adv7511_cec.c drm/bridge: adv7511/33: Fix adv7511_cec_init() failure handling 2017-11-30 10:37:11 +05:30
adv7511_drv.c drm/bridge: adv7511: fix mode_valid's return type 2018-04-25 09:09:22 +02:00
adv7511.h drm: adv7511: Add support for i2c_new_secondary_device 2018-04-25 11:18:59 +05:30
adv7533.c drm: adv7511/33: add HDMI CEC support 2017-10-09 16:17:02 +05:30
Kconfig drm: adv7511/33: add HDMI CEC support 2017-10-09 16:17:02 +05:30
Makefile drm: adv7511/33: add HDMI CEC support 2017-10-09 16:17:02 +05:30