OpenCloudOS-Kernel/drivers/gpu/drm/hisilicon/hibmc
Luc Van Oostenryck e14d509d25 drm/hisilicon: 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/20180424131504.2159-1-luc.vanoostenryck@gmail.com
2018-04-25 09:09:22 +02:00
..
Kconfig drm: fix compilations issues introduced by "drm: allow to use mmuless SoC" 2017-01-09 11:30:30 +01:00
Makefile drm/hisilicon: fix include notation and remove -Iinclude/drm flag 2017-05-17 14:35:22 +02:00
hibmc_drm_de.c drm: Nuke drm_atomic_helper_plane_set_property 2017-08-08 14:45:16 +02:00
hibmc_drm_drv.c drm/hisilicon: hibmc: Use the drm_driver.dumb_destroy default 2017-07-29 14:02:52 +02:00
hibmc_drm_drv.h drm/hisilicon/hibmc: Add support for vblank interrupt 2016-11-17 15:26:27 +08:00
hibmc_drm_fbdev.c drm/hisilicon: switch to drm_*_get(), drm_*_put() helpers 2017-08-11 11:35:52 -04:00
hibmc_drm_regs.h
hibmc_drm_vdac.c drm/hisilicon: fix mode_valid's return type 2018-04-25 09:09:22 +02:00
hibmc_ttm.c drm/ttm: add bo as parameter to the ttm_tt_create callback 2018-03-14 14:38:27 -05:00