All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] fix primary corruption issue
@ 2022-06-24 17:15 ` Kuogee Hsieh
  0 siblings, 0 replies; 80+ messages in thread
From: Kuogee Hsieh @ 2022-06-24 17:15 UTC (permalink / raw)
  To: dri-devel, robdclark, sean, swboyd, dianders, vkoul, daniel,
	airlied, agross, dmitry.baryshkov, bjorn.andersson
  Cc: Kuogee Hsieh, quic_abhinavk, quic_aravindh, quic_sbillaka,
	freedreno, linux-arm-msm, linux-kernel

fix primary corruption :
1) move struc of msm_display_info to msm_drv.h
2) decoupling dp->id out of dp controller_id at scxxxx_dp_cfg table
3) place edp at head of drm bridge chain to fix screen corruption


Kuogee Hsieh (3):
  drm/msm/dp: move struc of msm_display_info to msm_drv.h
  drm/msm/dp: decoupling dp->id out of dp controller_id at scxxxx_dp_cfg
    table
  drm/msm/dp: place edp at head of drm bridge chain to fix screen
    corruption

 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.h | 20 -------------------
 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c     | 16 +++++++++------
 drivers/gpu/drm/msm/dp/dp_display.c         | 30 ++++++++++++++++++++++-------
 drivers/gpu/drm/msm/msm_drv.h               | 21 ++++++++++++++++++++
 4 files changed, 54 insertions(+), 33 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

end of thread, other threads:[~2022-06-28 15:23 UTC | newest]

Thread overview: 80+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24 17:15 [PATCH v1 0/3] fix primary corruption issue Kuogee Hsieh
2022-06-24 17:15 ` Kuogee Hsieh
2022-06-24 17:15 ` [PATCH v1 1/3] drm/msm/dp: move struc of msm_display_info to msm_drv.h Kuogee Hsieh
2022-06-24 17:15   ` Kuogee Hsieh
2022-06-24 21:40   ` Doug Anderson
2022-06-24 21:40     ` Doug Anderson
2022-06-24 21:50     ` Kuogee Hsieh
2022-06-24 21:50       ` Kuogee Hsieh
2022-06-24 23:45       ` Dmitry Baryshkov
2022-06-24 23:45         ` Dmitry Baryshkov
2022-06-24 23:41   ` Dmitry Baryshkov
2022-06-24 23:41     ` Dmitry Baryshkov
2022-06-24 17:15 ` [PATCH v1 2/3] drm/msm/dp: decoupling dp->id out of dp controller_id at scxxxx_dp_cfg table Kuogee Hsieh
2022-06-24 17:15   ` Kuogee Hsieh
2022-06-24 20:00   ` Stephen Boyd
2022-06-24 20:00     ` Stephen Boyd
2022-06-24 21:17     ` Kuogee Hsieh
2022-06-24 21:17       ` Kuogee Hsieh
2022-06-24 21:40       ` Stephen Boyd
2022-06-24 21:40         ` Stephen Boyd
2022-06-24 21:49         ` Kuogee Hsieh
2022-06-24 21:49           ` Kuogee Hsieh
2022-06-24 22:19           ` Stephen Boyd
2022-06-24 22:19             ` Stephen Boyd
2022-06-24 22:53             ` Kuogee Hsieh
2022-06-24 22:53               ` Kuogee Hsieh
2022-06-24 23:12               ` Stephen Boyd
2022-06-24 23:12                 ` Stephen Boyd
2022-06-24 23:30                 ` Kuogee Hsieh
2022-06-24 23:30                   ` Kuogee Hsieh
2022-06-24 23:45                   ` Stephen Boyd
2022-06-24 23:45                     ` Stephen Boyd
2022-06-24 23:53                     ` Dmitry Baryshkov
2022-06-24 23:53                       ` Dmitry Baryshkov
2022-06-24 23:56                     ` Kuogee Hsieh
2022-06-24 23:56                       ` Kuogee Hsieh
2022-06-25  0:03                       ` Abhinav Kumar
2022-06-25  0:03                         ` Abhinav Kumar
2022-06-25  0:11                         ` Stephen Boyd
2022-06-25  0:11                           ` Stephen Boyd
2022-06-25  0:23                           ` Stephen Boyd
2022-06-25  0:23                             ` Stephen Boyd
2022-06-25  1:15                             ` Abhinav Kumar
2022-06-25  1:15                               ` Abhinav Kumar
2022-06-25  0:11                         ` Dmitry Baryshkov
2022-06-25  0:11                           ` Dmitry Baryshkov
2022-06-25  0:19                           ` Kuogee Hsieh
2022-06-25  0:19                             ` Kuogee Hsieh
2022-06-25  0:21                             ` Dmitry Baryshkov
2022-06-25  0:21                               ` Dmitry Baryshkov
2022-06-25  0:23                               ` Kuogee Hsieh
2022-06-25  0:23                                 ` Kuogee Hsieh
2022-06-25  0:28                                 ` Dmitry Baryshkov
2022-06-25  0:28                                   ` Dmitry Baryshkov
2022-06-25  0:46                                   ` Dmitry Baryshkov
2022-06-25  0:46                                     ` Dmitry Baryshkov
2022-06-25  1:02                                     ` Kuogee Hsieh
2022-06-25  1:02                                       ` Kuogee Hsieh
2022-06-25  1:15                                       ` Stephen Boyd
2022-06-25  1:15                                         ` Stephen Boyd
2022-06-27 15:33                                         ` Kuogee Hsieh
2022-06-27 15:33                                           ` Kuogee Hsieh
2022-06-27 15:38                                           ` Dmitry Baryshkov
2022-06-27 15:38                                             ` Dmitry Baryshkov
2022-06-27 15:49                                             ` Kuogee Hsieh
2022-06-27 15:49                                               ` Kuogee Hsieh
2022-06-25  1:23                           ` Abhinav Kumar
2022-06-25  1:23                             ` Abhinav Kumar
2022-06-25  8:48                             ` Dmitry Baryshkov
2022-06-25  8:48                               ` Dmitry Baryshkov
2022-06-27 23:20                               ` Doug Anderson
2022-06-27 23:20                                 ` Doug Anderson
2022-06-28 15:22                                 ` Kuogee Hsieh
2022-06-28 15:22                                   ` Kuogee Hsieh
2022-06-24 23:25       ` Dmitry Baryshkov
2022-06-24 23:25         ` Dmitry Baryshkov
2022-06-24 17:15 ` [PATCH v1 3/3] drm/msm/dp: place edp at head of drm bridge chain to fix screen corruption Kuogee Hsieh
2022-06-24 17:15   ` Kuogee Hsieh
2022-06-24 23:56   ` Dmitry Baryshkov
2022-06-24 23:56     ` Dmitry Baryshkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.