summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dsi
AgeCommit message (Expand)AuthorFilesLines
2024-08-03drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WCJonathan Marek1-0/+3
2024-06-12drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclkMarijn Suijten1-5/+5
2024-02-05drm/msm/dsi: Enable runtime PMKonrad Dybcio1-0/+4
2024-01-26drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt leaksKonrad Dybcio1-1/+3
2023-11-20drm/msm/dsi: free TX buffer in unbindDmitry Baryshkov3-6/+11
2023-11-20drm/msm/dsi: use msm_gem_kernel_put to free TX bufferDmitry Baryshkov1-2/+1
2023-10-20drm/msm/dsi: fix irq_of_parse_and_map() error checkingDan Carpenter1-4/+3
2023-10-20drm/msm/dsi: skip the wait for video mode done if not applicableAbhinav Kumar1-0/+12
2023-07-19drm/msm/dsi: Remove incorrect references to slice_countJessica Zhang1-10/+16
2023-07-19drm/msm/dsi: Flip greater-than check for slice_count and slice_per_intfMarijn Suijten1-2/+3
2023-07-19drm/msm/dsi: Use DSC slice(s) packet size to compute word countMarijn Suijten1-1/+1
2023-07-19drm/msm/dsi: don't allow enabling 14nm VCO with unprogrammed rateDmitry Baryshkov1-0/+3
2023-03-10drm/msm/dsi: Add missing check for alloc_ordered_workqueueJiasheng Jiang1-0/+3
2023-03-10drm/msm/dsi: Allow 2 CTRLs on v2.5.0Konrad Dybcio1-2/+2
2022-12-31drm/msm/dsi: Prevent signed BPG offsets from bleeding into adjacent bitsMarijn Suijten1-1/+5
2022-12-31drm/msm/dsi: Disallow 8 BPC DSC configuration for alternative BPC valuesMarijn Suijten1-0/+5
2022-12-31drm/msm/dsi: Account for DSC's bits_per_pixel having 4 fractional bitsMarijn Suijten1-5/+14
2022-12-31drm/msm/dsi: Migrate to drm_dsc_compute_rc_parameters()Marijn Suijten1-58/+6
2022-12-31drm/msm/dsi: Appropriately set dsc->mux_word_size based on bpcMarijn Suijten1-1/+1
2022-12-31drm/msm/dsi: Reuse earlier computed dsc->slice_chunk_sizeMarijn Suijten1-7/+2
2022-12-31drm/msm/dsi: Use DIV_ROUND_UP instead of conditional increment on moduloMarijn Suijten1-3/+1
2022-12-31drm/msm/dsi: Remove repeated calculation of slice_per_intfMarijn Suijten1-4/+2
2022-12-31drm/msm/dsi: Remove useless math in DSC calculationsMarijn Suijten1-9/+1
2022-09-30drm/msm/dsi: fix memory corruption with too many bridgesJohan Hovold1-0/+6
2022-09-18drm/msm/dsi: Remove use of device_node in dsi_host_parse_dt()Nathan Chancellor1-3/+1
2022-09-18drm/msm/dsi: switch to DRM_PANEL_BRIDGEDmitry Baryshkov4-323/+36
2022-09-18drm/msm/dsi: fetch DSC pps payload from struct mipi_dsi_deviceDmitry Baryshkov1-5/+2
2022-09-18drm/msm/dsi: Remove the unneeded result variableye xingchen1-4/+1
2022-09-18drm/msm/dsi: drop the hpd workerDmitry Baryshkov1-14/+0
2022-09-18drm/msm/dsi: Improve dsi_phy_driver_probe() probe error handlingDouglas Anderson1-47/+27
2022-09-18drm/msm/dsi: Take advantage of devm_regulator_bulk_get_const()Douglas Anderson12-242/+167
2022-09-18drm/msm/dsi: Use the new regulator bulk feature to specify the loadDouglas Anderson2-20/+6
2022-09-18drm/msm/dsi: Don't set a load before disabling a regulatorDouglas Anderson10-144/+60
2022-09-18drm/msm/dsi_phy_7nm: Replace parent names with clk_hw pointersMarijn Suijten1-36/+34
2022-09-18drm/msm/dsi_phy_10nm: Replace parent names with clk_hw pointersMarijn Suijten1-43/+36
2022-09-18drm/msm/dsi_phy_14nm: Replace parent names with clk_hw pointersMarijn Suijten1-21/+19
2022-09-18drm/msm/dsi_phy_28nm: Replace parent names with clk_hw pointersMarijn Suijten1-27/+23
2022-09-18drm/msm/dsi_phy_28nm_8960: Replace parent names with clk_hw pointersMarijn Suijten1-7/+8
2022-09-18drm/msm/dsi/phy: Replace hardcoded char-array length with sizeof()Marijn Suijten5-60/+60
2022-09-18drm/msm/dsi_phy_28nm_8960: Use stack memory for temporary clock namesMarijn Suijten1-13/+1
2022-09-18drm/msm/dsi/phy: Reindent and reflow multiline function callsMarijn Suijten5-164/+161
2022-09-18drm/msm/dsi: use drm_dsc_config instead of msm_display_dsc_configDmitry Baryshkov3-85/+76
2022-09-18drm/msm/dsi: Fix number of regulators for SDM660Douglas Anderson1-1/+1
2022-09-18drm/msm/dsi: Fix number of regulators for msm8996_dsi_cfgDouglas Anderson1-1/+1
2022-09-18drm/msm/dsi: fix the inconsistent indentingsunliming1-1/+1
2022-07-13Merge tag 'drm-msm-next-2022-07-10' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-27/+21
2022-07-04drm/msm/dsi: Use single function for resetVladimir Lypak1-27/+21
2022-06-22Merge tag 'drm-misc-next-2022-06-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-4/+5
2022-06-13drm/msm: Fix convert to drm_of_get_data_lanes_countMarek Vasut1-0/+2
2022-06-12drm/msm: Convert to drm_of_get_data_lanes_countMarek Vasut1-4/+3