mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
linux (NXP iMX8): rebase patches for 6.1.2-rc1
This commit is contained in:
parent
ff1506bb4e
commit
621d56d0b9
@ -4028,8 +4028,8 @@ index a4a45daf93f2..058bc372f02b 100644
|
|||||||
video->v_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NVSYNC);
|
video->v_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NVSYNC);
|
||||||
video->h_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NHSYNC);
|
video->h_sync_polarity = !!(mode->flags & DRM_MODE_FLAG_NHSYNC);
|
||||||
|
|
||||||
- memcpy(&dp->mode, adjusted, sizeof(*mode));
|
- drm_mode_copy(&dp->mode, adjusted);
|
||||||
+ memcpy(&dp->mhdp.mode, adjusted, sizeof(*mode));
|
+ drm_mode_copy(&dp->mhdp.mode, adjusted);
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool cdn_dp_check_link_status(struct cdn_dp_device *dp)
|
static bool cdn_dp_check_link_status(struct cdn_dp_device *dp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user