mbox series

[GIT,PULL] exynos-drm-fixes

Message ID 20240610073839.37430-1-inki.dae@samsung.com
State New
Headers show
Series [GIT,PULL] exynos-drm-fixes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos tags/exynos-drm-fixes-for-v6.10-rc4

Message

Inki Dae June 10, 2024, 7:38 a.m. UTC
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(-)