summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/dsi
Commit message (Expand)AuthorAgeFilesLines
...
* drm/msm/dsi: properly handle the case of empty OPP table in dsi_mgr_bridge_mo...Dmitry Baryshkov2023-01-261-9/+10
*-. Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-d...Dmitry Baryshkov2023-01-228-68/+306
|\ \
| | * drm/msm/dsi: Allow 2 CTRLs on v2.5.0Konrad Dybcio2023-01-221-2/+2
| | * drm/msm/dsi: correct byte intf clock rate for 14nm DSI PHYDmitry Baryshkov2023-01-223-8/+11
| | * drm/msm/dsi: Add phy configuration for SM6375Konrad Dybcio2023-01-223-0/+23
| | * drm/msm/dsi: implement opp table based check for dsi_mgr_bridge_mode_valid()Abhinav Kumar2023-01-221-0/+19
| | * drm/msm/dsi: add a helper method to compute the dsi byte clkAbhinav Kumar2023-01-222-7/+16
| | * drm/msm/dsi: Drop the redundant fail labelJiasheng Jiang2023-01-221-16/+8
| | * drm/msm/dsi: Add missing check for alloc_ordered_workqueueJiasheng Jiang2023-01-221-0/+3
| | * drm/msm/dsi: add support for DSI 2.7.0Neil Armstrong2023-01-222-0/+17
| | * drm/msm/dsi: add support for DSI-PHY on SM8550Neil Armstrong2023-01-223-14/+77
| | * drm/msm/dsi: add support for DSI 2.6.0Dmitry Baryshkov2023-01-222-0/+3
| | * drm/msm/dsi: add support for DSI-PHY on SM8350 and SM8450Dmitry Baryshkov2023-01-223-10/+115
| | * drm/msm/dsi/phy: rework register setting for 7nm PHYDmitry Baryshkov2023-01-091-13/+13
| |/ |/|
| * drm/msm/dsi: Flip greater-than check for slice_count and slice_per_intfMarijn Suijten2023-01-121-2/+3
| * drm/msm/dsi: Use DSC slice(s) packet size to compute word countMarijn Suijten2023-01-121-1/+1
|/
* drm/msm/dsi: Prevent signed BPG offsets from bleeding into adjacent bitsMarijn Suijten2022-11-041-1/+5
* drm/msm/dsi: Disallow 8 BPC DSC configuration for alternative BPC valuesMarijn Suijten2022-11-041-0/+5
* drm/msm/dsi: Account for DSC's bits_per_pixel having 4 fractional bitsMarijn Suijten2022-11-041-5/+14
* drm/msm/dsi: Migrate to drm_dsc_compute_rc_parameters()Marijn Suijten2022-11-041-58/+6
* drm/msm/dsi: Appropriately set dsc->mux_word_size based on bpcMarijn Suijten2022-11-041-1/+1
* drm/msm/dsi: Reuse earlier computed dsc->slice_chunk_sizeMarijn Suijten2022-11-041-7/+2
* drm/msm/dsi: Use DIV_ROUND_UP instead of conditional increment on moduloMarijn Suijten2022-11-041-3/+1
* drm/msm/dsi: Remove repeated calculation of slice_per_intfMarijn Suijten2022-11-041-4/+2
* drm/msm/dsi: Remove useless math in DSC calculationsMarijn Suijten2022-11-041-9/+1
* drm/msm/dsi: Add phy configuration for QCM2290Loic Poulain2022-11-043-0/+20
* drm/msm/dsi: drop modeset sanity checksJohan Hovold2022-11-041-6/+1
* drm/msm/dsi: fix memory corruption with too many bridgesJohan Hovold2022-09-301-0/+6
* drm/msm/dsi: Remove use of device_node in dsi_host_parse_dt()Nathan Chancellor2022-09-181-3/+1
* drm/msm/dsi: switch to DRM_PANEL_BRIDGEDmitry Baryshkov2022-09-184-323/+36
* drm/msm/dsi: fetch DSC pps payload from struct mipi_dsi_deviceDmitry Baryshkov2022-09-181-5/+2
* drm/msm/dsi: Remove the unneeded result variableye xingchen2022-09-181-4/+1
* drm/msm/dsi: drop the hpd workerDmitry Baryshkov2022-09-181-14/+0
* drm/msm/dsi: Improve dsi_phy_driver_probe() probe error handlingDouglas Anderson2022-09-181-47/+27
* drm/msm/dsi: Take advantage of devm_regulator_bulk_get_const()Douglas Anderson2022-09-1812-242/+167
* drm/msm/dsi: Use the new regulator bulk feature to specify the loadDouglas Anderson2022-09-182-20/+6
* drm/msm/dsi: Don't set a load before disabling a regulatorDouglas Anderson2022-09-1810-144/+60
* drm/msm/dsi_phy_7nm: Replace parent names with clk_hw pointersMarijn Suijten2022-09-181-36/+34
* drm/msm/dsi_phy_10nm: Replace parent names with clk_hw pointersMarijn Suijten2022-09-181-43/+36
* drm/msm/dsi_phy_14nm: Replace parent names with clk_hw pointersMarijn Suijten2022-09-181-21/+19
* drm/msm/dsi_phy_28nm: Replace parent names with clk_hw pointersMarijn Suijten2022-09-181-27/+23
* drm/msm/dsi_phy_28nm_8960: Replace parent names with clk_hw pointersMarijn Suijten2022-09-181-7/+8
* drm/msm/dsi/phy: Replace hardcoded char-array length with sizeof()Marijn Suijten2022-09-185-60/+60
* drm/msm/dsi_phy_28nm_8960: Use stack memory for temporary clock namesMarijn Suijten2022-09-181-13/+1
* drm/msm/dsi/phy: Reindent and reflow multiline function callsMarijn Suijten2022-09-185-164/+161
* drm/msm/dsi: use drm_dsc_config instead of msm_display_dsc_configDmitry Baryshkov2022-09-183-85/+76
* drm/msm/dsi: Fix number of regulators for SDM660Douglas Anderson2022-09-181-1/+1
* drm/msm/dsi: Fix number of regulators for msm8996_dsi_cfgDouglas Anderson2022-09-181-1/+1
* drm/msm/dsi: fix the inconsistent indentingsunliming2022-09-181-1/+1
* Merge tag 'drm-msm-next-2022-07-10' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2022-07-131-27/+21
|\