[GIT PULL] exynos-drm-fixes
Inki Dae
inki.dae at samsung.com
Mon Jun 10 07:38:39 UTC 2024
Hi Dave and Daniel,
Two fixups - one for an regeression issue and other for memory leak - and one cleanup.
Please kindly let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit eb55943aab89be99a26e34fc2175ebb3583a2778:
Merge tag 'drm-misc-next-fixes-2024-06-07' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes (2024-06-07 08:40:58 +1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-fixes-for-v6.10-rc4
for you to fetch changes up to 38e3825631b1f314b21e3ade00b5a4d737eb054e:
drm/exynos/vidi: fix memory leak in .get_modes() (2024-06-10 15:05:43 +0900)
----------------------------------------------------------------
Regression fix
- Fix an regression issue by adding 640x480 fallback mode
for Exynos HDMI driver.
Bug fix
- Fix a memory leak by ensuring the duplicated EDID is properly freed in the get_modes function.
Code cleanup
- Remove redundant driver owner initialization since platform_driver_register() sets it automatically.
----------------------------------------------------------------
Jani Nikula (1):
drm/exynos/vidi: fix memory leak in .get_modes()
Krzysztof Kozlowski (1):
drm/exynos: dp: drop driver owner initialization
Marek Szyprowski (1):
drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found
drivers/gpu/drm/exynos/exynos_dp.c | 1 -
drivers/gpu/drm/exynos/exynos_drm_vidi.c | 7 ++++++-
drivers/gpu/drm/exynos/exynos_hdmi.c | 7 +++++--
3 files changed, 11 insertions(+), 4 deletions(-)
More information about the dri-devel
mailing list