summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/dsi
AgeCommit message (Expand)AuthorLines
2023-04-06drm/msm/dsi: Remove custom DSI config handlingKonrad Dybcio-6/+2
2023-04-06drm/msm/dsi: Switch the QCM2290-specific compatible to index autodetectionKonrad Dybcio-23/+5
2023-04-06drm/msm/dsi: dsi_cfg: Merge SC7180 config into SDM845Konrad Dybcio-13/+2
2023-04-06drm/msm/dsi: dsi_cfg: Deduplicate identical structsKonrad Dybcio-63/+30
2023-04-06drm/msm/dsi: Fix DSI index detection when version clash occursKonrad Dybcio-19/+48
2023-04-06drm/msm/dsi: Get rid of msm_dsi_config::num_dsiKonrad Dybcio-15/+1
2023-03-21drm/msm: Update generated headersRob Clark-177/+178
2023-01-26drm/msm/dsi: properly handle the case of empty OPP table in dsi_mgr_bridge_mo...Dmitry Baryshkov-9/+10
2023-01-22Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-d...Dmitry Baryshkov-68/+306
2023-01-22drm/msm/dsi: Allow 2 CTRLs on v2.5.0Konrad Dybcio-2/+2
2023-01-22drm/msm/dsi: correct byte intf clock rate for 14nm DSI PHYDmitry Baryshkov-8/+11
2023-01-22drm/msm/dsi: Add phy configuration for SM6375Konrad Dybcio-0/+23
2023-01-22drm/msm/dsi: implement opp table based check for dsi_mgr_bridge_mode_valid()Abhinav Kumar-0/+19
2023-01-22drm/msm/dsi: add a helper method to compute the dsi byte clkAbhinav Kumar-7/+16
2023-01-22drm/msm/dsi: Drop the redundant fail labelJiasheng Jiang-16/+8
2023-01-22drm/msm/dsi: Add missing check for alloc_ordered_workqueueJiasheng Jiang-0/+3
2023-01-22drm/msm/dsi: add support for DSI 2.7.0Neil Armstrong-0/+17
2023-01-22drm/msm/dsi: add support for DSI-PHY on SM8550Neil Armstrong-14/+77
2023-01-22drm/msm/dsi: add support for DSI 2.6.0Dmitry Baryshkov-0/+3
2023-01-22drm/msm/dsi: add support for DSI-PHY on SM8350 and SM8450Dmitry Baryshkov-10/+115
2023-01-12drm/msm/dsi: Flip greater-than check for slice_count and slice_per_intfMarijn Suijten-2/+3
2023-01-12drm/msm/dsi: Use DSC slice(s) packet size to compute word countMarijn Suijten-1/+1
2023-01-09drm/msm/dsi/phy: rework register setting for 7nm PHYDmitry Baryshkov-13/+13
2022-11-04drm/msm/dsi: Prevent signed BPG offsets from bleeding into adjacent bitsMarijn Suijten-1/+5
2022-11-04drm/msm/dsi: Disallow 8 BPC DSC configuration for alternative BPC valuesMarijn Suijten-0/+5
2022-11-04drm/msm/dsi: Account for DSC's bits_per_pixel having 4 fractional bitsMarijn Suijten-5/+14
2022-11-04drm/msm/dsi: Migrate to drm_dsc_compute_rc_parameters()Marijn Suijten-58/+6
2022-11-04drm/msm/dsi: Appropriately set dsc->mux_word_size based on bpcMarijn Suijten-1/+1
2022-11-04drm/msm/dsi: Reuse earlier computed dsc->slice_chunk_sizeMarijn Suijten-7/+2
2022-11-04drm/msm/dsi: Use DIV_ROUND_UP instead of conditional increment on moduloMarijn Suijten-3/+1
2022-11-04drm/msm/dsi: Remove repeated calculation of slice_per_intfMarijn Suijten-4/+2
2022-11-04drm/msm/dsi: Remove useless math in DSC calculationsMarijn Suijten-9/+1
2022-11-04drm/msm/dsi: Add phy configuration for QCM2290Loic Poulain-0/+20
2022-11-04drm/msm/dsi: drop modeset sanity checksJohan Hovold-6/+1
2022-09-30drm/msm/dsi: fix memory corruption with too many bridgesJohan Hovold-0/+6
2022-09-18drm/msm/dsi: Remove use of device_node in dsi_host_parse_dt()Nathan Chancellor-3/+1
2022-09-18drm/msm/dsi: switch to DRM_PANEL_BRIDGEDmitry Baryshkov-323/+36
2022-09-18drm/msm/dsi: fetch DSC pps payload from struct mipi_dsi_deviceDmitry Baryshkov-5/+2
2022-09-18drm/msm/dsi: Remove the unneeded result variableye xingchen-4/+1
2022-09-18drm/msm/dsi: drop the hpd workerDmitry Baryshkov-14/+0
2022-09-18drm/msm/dsi: Improve dsi_phy_driver_probe() probe error handlingDouglas Anderson-47/+27
2022-09-18drm/msm/dsi: Take advantage of devm_regulator_bulk_get_const()Douglas Anderson-242/+167
2022-09-18drm/msm/dsi: Use the new regulator bulk feature to specify the loadDouglas Anderson-20/+6
2022-09-18drm/msm/dsi: Don't set a load before disabling a regulatorDouglas Anderson-144/+60
2022-09-18drm/msm/dsi_phy_7nm: Replace parent names with clk_hw pointersMarijn Suijten-36/+34
2022-09-18drm/msm/dsi_phy_10nm: Replace parent names with clk_hw pointersMarijn Suijten-43/+36
2022-09-18drm/msm/dsi_phy_14nm: Replace parent names with clk_hw pointersMarijn Suijten-21/+19
2022-09-18drm/msm/dsi_phy_28nm: Replace parent names with clk_hw pointersMarijn Suijten-27/+23
2022-09-18drm/msm/dsi_phy_28nm_8960: Replace parent names with clk_hw pointersMarijn Suijten-7/+8
2022-09-18drm/msm/dsi/phy: Replace hardcoded char-array length with sizeof()Marijn Suijten-60/+60