mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
exynos_gfx: set connector_id in exynos_init
The connector ID is only used for initial setup of the CRTC and when deinitializing the backend, so this bug probably wasn't noticed at all.
This commit is contained in:
parent
5574d95add
commit
551123d4d6
@ -743,6 +743,7 @@ static int exynos_init(struct exynos_data *pdata, unsigned bpp)
|
||||
}
|
||||
|
||||
drm->crtc_id = drm->encoder->crtc_id;
|
||||
drm->connector_id = drm->connector->connector_id;
|
||||
drm->orig_crtc = drmModeGetCrtc(fd, drm->crtc_id);
|
||||
if (!drm->orig_crtc)
|
||||
RARCH_WARN("video_exynos: cannot find original crtc\n");
|
||||
|
Loading…
Reference in New Issue
Block a user