dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] drm: Review of mode copies
@ 2022-11-07 19:25 Ville Syrjala
  2022-11-07 19:25 ` [PATCH v2 1/7] drm/amdgpu: Use drm_mode_init() for on-stack modes Ville Syrjala
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Ville Syrjala @ 2022-11-07 19:25 UTC (permalink / raw)
  To: dri-devel

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Repost of the stragglers from
https://patchwork.freedesktop.org/series/100393/

Note that I didn't rerun the cocci stuff, nor have I had
time to come up with something to inluce the cocci scripts
in the tree. So it's possible this is missing some new
things that have snuck in the meantime.

Ville Syrjälä (7):
  drm/amdgpu: Use drm_mode_init() for on-stack modes
  drm/hisilicon: Use drm_mode_init() for on-stack modes
  drm/msm: Use drm_mode_init() for on-stack modes
  drm/msm: Use drm_mode_copy()
  drm/mtk: Use drm_mode_init() for on-stack modes
  drm/rockchip: Use drm_mode_copy()
  drm/sti: Use drm_mode_copy()

 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c    | 3 ++-
 drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c         | 2 +-
 drivers/gpu/drm/mediatek/mtk_hdmi.c                  | 2 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c | 7 +++++--
 drivers/gpu/drm/msm/dp/dp_display.c                  | 2 +-
 drivers/gpu/drm/rockchip/cdn-dp-core.c               | 2 +-
 drivers/gpu/drm/rockchip/inno_hdmi.c                 | 2 +-
 drivers/gpu/drm/rockchip/rk3066_hdmi.c               | 2 +-
 drivers/gpu/drm/sti/sti_dvo.c                        | 2 +-
 drivers/gpu/drm/sti/sti_hda.c                        | 2 +-
 drivers/gpu/drm/sti/sti_hdmi.c                       | 2 +-
 11 files changed, 16 insertions(+), 12 deletions(-)

-- 
2.37.4


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-11-10 15:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-07 19:25 [PATCH v2 0/7] drm: Review of mode copies Ville Syrjala
2022-11-07 19:25 ` [PATCH v2 1/7] drm/amdgpu: Use drm_mode_init() for on-stack modes Ville Syrjala
2022-11-10 15:27   ` Alex Deucher
2022-11-07 19:25 ` [PATCH v2 2/7] drm/hisilicon: " Ville Syrjala
2022-11-07 19:25 ` [PATCH v2 3/7] drm/msm: " Ville Syrjala
2022-11-07 19:25 ` [PATCH v2 4/7] drm/msm: Use drm_mode_copy() Ville Syrjala
2022-11-07 19:25 ` [PATCH v2 5/7] drm/mtk: Use drm_mode_init() for on-stack modes Ville Syrjala
2022-11-07 19:25 ` [PATCH v2 6/7] drm/rockchip: Use drm_mode_copy() Ville Syrjala
2022-11-07 19:25 ` [PATCH v2 7/7] drm/sti: " Ville Syrjala
2022-11-08 15:53 ` [PATCH v2 0/7] drm: Review of mode copies Daniel Vetter
2022-11-08 22:13   ` Alex Deucher
2022-11-09 11:17     ` Ville Syrjälä

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).