mbox series

[PULL] drm-misc-fixes

Message ID 2e596c1e-9389-43c2-a029-06fe741c44c3@linux.intel.com (mailing list archive)
State New
Headers show
Series [PULL] drm-misc-fixes | expand

Pull-request

https://gitlab.freedesktop.org/drm/misc/kernel.git tags/drm-misc-fixes-2024-06-26

Message

Maarten Lankhorst June 26, 2024, 3:35 p.m. UTC
Hi Dave, Sima,

Was out last week, didn't happen much anyway with only 2 patches, so 
have a double sized -fixes this week.

Cheers,
~Maarten

drm-misc-fixes-2024-06-26:
drm-misc-fixes for v6.10-rc6:
- nouveau tv mode fixes.
- Add KOE TX26D202VM0BWA timings.
- Fix fb_info when vmalloc is used, regression from
   CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM.
The following changes since commit 14731a640e5513bd514adcf35e96c84ad42f540d:

   Merge drm/drm-fixes into drm-misc-fixes (2024-06-14 09:55:46 +0200)

are available in the Git repository at:

   https://gitlab.freedesktop.org/drm/misc/kernel.git 
tags/drm-misc-fixes-2024-06-26

for you to fetch changes up to 66edf3fb331b6c55439b10f9862987b0916b3726:

   drm/nouveau/dispnv04: fix null pointer dereference in 
nv17_tv_get_ld_modes (2024-06-25 15:30:50 -0400)

----------------------------------------------------------------
drm-misc-fixes for v6.10-rc6:
- nouveau tv mode fixes.
- Add KOE TX26D202VM0BWA timings.
- Fix fb_info when vmalloc is used, regression from
   CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM.

----------------------------------------------------------------
Liu Ying (1):
       drm/panel: simple: Add missing display timing flags for KOE 
TX26D202VM0BWA

Ma Ke (2):
       drm/nouveau/dispnv04: fix null pointer dereference in 
nv17_tv_get_hd_modes
       drm/nouveau/dispnv04: fix null pointer dereference in 
nv17_tv_get_ld_modes

Thomas Zimmermann (1):
       drm/fbdev-dma: Only set smem_start is enable per module option

  drivers/gpu/drm/drm_fb_helper.c           | 6 +++---
  drivers/gpu/drm/drm_fbdev_dma.c           | 5 ++++-
  drivers/gpu/drm/nouveau/dispnv04/tvnv17.c | 6 ++++++
  drivers/gpu/drm/panel/panel-simple.c      | 1 +
  4 files changed, 14 insertions(+), 4 deletions(-)