mbox series

[PULL] drm-misc-fixes

Message ID a91d6e42-3c29-d8f8-cb09-68177cecbc74@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-misc-fixes | expand

Pull-request

git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2023-04-26

Message

Maarten Lankhorst April 26, 2023, 5:59 a.m. UTC
Hi Dave, Daniel,

drm-misc-fixes pull request for rc1. drm-misc-next-fixes coming up.. next

~Maarten

drm-misc-fixes-2023-04-26:
drm-misc-fixes for v6.4-rc1:
- Fix DSC macros.
- Fix VESA format for simplefb.
- Prohibit potential out-of-bounds access in generic fbdev emulation.
- Improve AST2500+ compat on ARM.
The following changes since commit 
b63a553e8f5aa6574eeb535a551817a93c426d8c:

  drm/rockchip: vop2: Use regcache_sync() to fix suspend/resume 
(2023-04-17 23:40:40 +0200)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2023-04-26

for you to fetch changes up to 0d68683838f2850dd8ff31f1121e05bfb7a2def0:

  drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values (2023-04-24 22:40:57 
+0300)

----------------------------------------------------------------
drm-misc-fixes for v6.4-rc1:
- Fix DSC macros.
- Fix VESA format for simplefb.
- Prohibit potential out-of-bounds access in generic fbdev emulation.
- Improve AST2500+ compat on ARM.

----------------------------------------------------------------
Jammy Huang (1):
      drm/ast: Fix ARM compatibility

Jani Nikula (2):
      drm/dsc: fix drm_edp_dsc_sink_output_bpp() DPCD high byte usage
      drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values

Pierre Asselin (1):
      firmware/sysfb: Fix VESA format selection

Sui Jingfeng (1):
      drm/fbdev-generic: prohibit potential out-of-bounds access

drivers/firmware/sysfb_simplefb.c   |  4 +++-
drivers/gpu/drm/ast/ast_main.c      |  9 +++++----
drivers/gpu/drm/drm_fb_helper.c     | 16 ++++++++++++----
include/drm/display/drm_dp.h        |  5 ++---
include/drm/display/drm_dp_helper.h |  5 ++---
5 files changed, 24 insertions(+), 15 deletions(-)

Comments

Thomas Zimmermann May 11, 2023, 8:01 a.m. UTC | #1
A friendly ping to merge this PR. The patches appear to be missing from 
drm-fixes.

Am 26.04.23 um 07:59 schrieb Maarten Lankhorst:
> Hi Dave, Daniel,
> 
> drm-misc-fixes pull request for rc1. drm-misc-next-fixes coming up.. next
> 
> ~Maarten
> 
> drm-misc-fixes-2023-04-26:
> drm-misc-fixes for v6.4-rc1:
> - Fix DSC macros.
> - Fix VESA format for simplefb.
> - Prohibit potential out-of-bounds access in generic fbdev emulation.
> - Improve AST2500+ compat on ARM.
> The following changes since commit 
> b63a553e8f5aa6574eeb535a551817a93c426d8c:
> 
>   drm/rockchip: vop2: Use regcache_sync() to fix suspend/resume 
> (2023-04-17 23:40:40 +0200)
> 
> are available in the Git repository at:
> 
>   git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2023-04-26
> 
> for you to fetch changes up to 0d68683838f2850dd8ff31f1121e05bfb7a2def0:
> 
>   drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values (2023-04-24 22:40:57 
> +0300)
> 
> ----------------------------------------------------------------
> drm-misc-fixes for v6.4-rc1:
> - Fix DSC macros.
> - Fix VESA format for simplefb.
> - Prohibit potential out-of-bounds access in generic fbdev emulation.
> - Improve AST2500+ compat on ARM.
> 
> ----------------------------------------------------------------
> Jammy Huang (1):
>       drm/ast: Fix ARM compatibility
> 
> Jani Nikula (2):
>       drm/dsc: fix drm_edp_dsc_sink_output_bpp() DPCD high byte usage
>       drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values
> 
> Pierre Asselin (1):
>       firmware/sysfb: Fix VESA format selection
> 
> Sui Jingfeng (1):
>       drm/fbdev-generic: prohibit potential out-of-bounds access
> 
> drivers/firmware/sysfb_simplefb.c   |  4 +++-
> drivers/gpu/drm/ast/ast_main.c      |  9 +++++----
> drivers/gpu/drm/drm_fb_helper.c     | 16 ++++++++++++----
> include/drm/display/drm_dp.h        |  5 ++---
> include/drm/display/drm_dp_helper.h |  5 ++---
> 5 files changed, 24 insertions(+), 15 deletions(-)
> 
>