aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2022-11-05drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfixThomas Zimmermann1-1/+1
2022-11-05drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfixThomas Zimmermann1-1/+1
2022-11-04drm/msm/dsi: Prevent signed BPG offsets from bleeding into adjacent bitsMarijn Suijten1-1/+5
2022-11-04drm/msm/dpu1: Account for DSC's bits_per_pixel having 4 fractional bitsMarijn Suijten1-9/+2
2022-11-04drm/msm/dsi: Disallow 8 BPC DSC configuration for alternative BPC valuesMarijn Suijten1-0/+5
2022-11-04drm/msm/dsi: Account for DSC's bits_per_pixel having 4 fractional bitsMarijn Suijten1-5/+14
2022-11-04drm/msm/dsi: Migrate to drm_dsc_compute_rc_parameters()Marijn Suijten1-58/+6
2022-11-04drm/msm/dsi: Appropriately set dsc->mux_word_size based on bpcMarijn Suijten1-1/+1
2022-11-04drm/msm/dsi: Reuse earlier computed dsc->slice_chunk_sizeMarijn Suijten1-7/+2
2022-11-04drm/msm/dsi: Use DIV_ROUND_UP instead of conditional increment on moduloMarijn Suijten1-3/+1
2022-11-04drm/msm/dsi: Remove repeated calculation of slice_per_intfMarijn Suijten1-4/+2
2022-11-04drm/msm/dsi: Remove useless math in DSC calculationsMarijn Suijten1-9/+1
2022-11-04drm/msm/dsi: Add phy configuration for QCM2290Loic Poulain3-0/+20
2022-11-04drm/msm/dsi: drop modeset sanity checksJohan Hovold1-6/+1
2022-11-04drm/msm/dpu1: Account for DSC's bits_per_pixel having 4 fractional bitsMarijn Suijten1-9/+2
2022-11-04drm/msm/dp: drop modeset sanity checksJohan Hovold1-11/+1
2022-11-04drm/msm/hdmi: move msm_hdmi_get_phy() to msm_hdmi_dev_probe()Dmitry Baryshkov1-18/+22
2022-11-04drm/msm/hdmi: don't take extra reference on PHY deviceDmitry Baryshkov1-1/+1
2022-11-04drm/msm/hdmi: move resource allocation to probe functionDmitry Baryshkov1-166/+138
2022-11-03drm/msm: remove duplicated code from a6xx_create_address_spaceDmitry Baryshkov6-33/+20
2022-11-03drm/msm: move domain allocation into msm_iommu_new()Dmitry Baryshkov8-60/+62
2022-11-03drm/msm/hdmi: drop constant resource names from platform configDmitry Baryshkov2-9/+3
2022-11-03drm/msm/hdmi: use devres helper for runtime PM managementDmitry Baryshkov1-1/+1
2022-11-02drm/msm/dpu: Refactor sc7280_pp locationRobert Foss1-7/+7
2022-11-02drm/msm: Add MSM_INFO_GET_FLAGSRob Clark1-0/+10
2022-11-02drm/msm/dpu: use DEFINE_SHOW_ATTRIBUTE to simplify dpu_regset32Liu Shixin1-15/+3
2022-11-02drm/msm/mdp5: stop overriding drvdataDmitry Baryshkov1-15/+17
2022-11-02drm/msm/dp: retry 3 times if set sink to D0 poweer state failedKuogee Hsieh1-5/+8
2022-11-02drm/msm/dpu: Add support for P010 formatJessica Zhang3-1/+18
2022-11-02drm/msm/dp: replace variable err with len at dp_aux_link_power_up()Kuogee Hsieh1-7/+7
2022-11-02drm/msm/dpu: Add support for XR30 formatJessica Zhang3-0/+10
2022-11-02drm/msm: less magic numbers in msm_mdss_enableDmitry Baryshkov1-8/+72
2022-11-02Merge remote-tracking branch 'msm/msm-fixes' into HEADDmitry Baryshkov17-31/+120
2022-10-27Merge tag 'drm-msm-fixes-2022-10-24' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie17-31/+120
2022-10-19drm: Remove drm_mode_config::fb_baseZack Rusin1-2/+0
2022-10-14drm/msm: Kconfig: Fix spelling mistake "throught" -> "through"Colin Ian King1-1/+1
2022-10-14drm/msm: Remove redundant check for 'submit'Aashish Sharma1-3/+2
2022-10-14drm/msm/a6xx: Remove state objects from list before freeingRob Clark1-1/+3
2022-10-14drm/msm/a6xx: Skip snapshotting unused GMU buffersRob Clark1-0/+3
2022-10-14drm/msm/a6xx: Fix kvzalloc vs state_kcalloc usageRob Clark2-2/+16
2022-09-30drm/msm/dp: cleared DP_DOWNSPREAD_CTRL register before start link trainingKuogee Hsieh1-8/+5
2022-09-30drm/msm/hdmi: fix IRQ lifetimeJohan Hovold1-1/+1
2022-09-30drm/msm/dp: fix bridge lifetimeJohan Hovold3-6/+7
2022-09-30drm/msm/dp: fix aux-bus EP lifetimeJohan Hovold1-1/+12
2022-09-30drm/msm/dp: fix IRQ lifetimeJohan Hovold1-1/+1
2022-09-30drm/msm/hdmi: fix memory corruption with too many bridgesJohan Hovold1-0/+5
2022-09-30drm/msm/dsi: fix memory corruption with too many bridgesJohan Hovold1-0/+6
2022-09-30drm/msm/dp: fix memory corruption with too many bridgesJohan Hovold1-0/+6
2022-09-30drm/msm: fix use-after-free on probe deferralJohan Hovold1-0/+1
2022-09-30drm/msm: Fix return type of mdp4_lvds_connector_mode_validNathan Huckleberry1-2/+3