summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dsi/dsi_host.c
AgeCommit message (Expand)Author
2023-01-22Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-d...Dmitry Baryshkov
2023-01-22drm/msm/dsi: correct byte intf clock rate for 14nm DSI PHYDmitry Baryshkov
2023-01-22drm/msm/dsi: add a helper method to compute the dsi byte clkAbhinav Kumar
2023-01-22drm/msm/dsi: Drop the redundant fail labelJiasheng Jiang
2023-01-22drm/msm/dsi: Add missing check for alloc_ordered_workqueueJiasheng Jiang
2023-01-12drm/msm/dsi: Flip greater-than check for slice_count and slice_per_intfMarijn Suijten
2023-01-12drm/msm/dsi: Use DSC slice(s) packet size to compute word countMarijn Suijten
2022-11-04drm/msm/dsi: Prevent signed BPG offsets from bleeding into adjacent bitsMarijn Suijten
2022-11-04drm/msm/dsi: Disallow 8 BPC DSC configuration for alternative BPC valuesMarijn Suijten
2022-11-04drm/msm/dsi: Account for DSC's bits_per_pixel having 4 fractional bitsMarijn Suijten
2022-11-04drm/msm/dsi: Migrate to drm_dsc_compute_rc_parameters()Marijn Suijten
2022-11-04drm/msm/dsi: Appropriately set dsc->mux_word_size based on bpcMarijn Suijten
2022-11-04drm/msm/dsi: Reuse earlier computed dsc->slice_chunk_sizeMarijn Suijten
2022-11-04drm/msm/dsi: Use DIV_ROUND_UP instead of conditional increment on moduloMarijn Suijten
2022-11-04drm/msm/dsi: Remove repeated calculation of slice_per_intfMarijn Suijten
2022-11-04drm/msm/dsi: Remove useless math in DSC calculationsMarijn Suijten
2022-09-18drm/msm/dsi: Remove use of device_node in dsi_host_parse_dt()Nathan Chancellor
2022-09-18drm/msm/dsi: switch to DRM_PANEL_BRIDGEDmitry Baryshkov
2022-09-18drm/msm/dsi: fetch DSC pps payload from struct mipi_dsi_deviceDmitry Baryshkov
2022-09-18drm/msm/dsi: drop the hpd workerDmitry Baryshkov
2022-09-18drm/msm/dsi: Take advantage of devm_regulator_bulk_get_const()Douglas Anderson
2022-09-18drm/msm/dsi: Use the new regulator bulk feature to specify the loadDouglas Anderson
2022-09-18drm/msm/dsi: Don't set a load before disabling a regulatorDouglas Anderson
2022-09-18drm/msm/dsi: use drm_dsc_config instead of msm_display_dsc_configDmitry Baryshkov
2022-07-13Merge tag 'drm-msm-next-2022-07-10' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie
2022-07-04drm/msm/dsi: Use single function for resetVladimir Lypak
2022-06-22Merge tag 'drm-misc-next-2022-06-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2022-06-13drm/msm: Fix convert to drm_of_get_data_lanes_countMarek Vasut
2022-06-12drm/msm: Convert to drm_of_get_data_lanes_countMarek Vasut
2022-05-02drm/msm/dsi: use RMW cycles in dsi_update_dsc_timingDmitry Baryshkov
2022-05-02drm/msm/dsi: fix error checks and return values for DSI xmit functionsDmitry Baryshkov
2022-04-26drm/msm/dsi: Add support for DSC configurationVinod Koul
2022-04-26drm/msm/dsi: add mode valid callback for dsi_mgrVinod Koul
2022-04-26drm/msm/dsi: Pass DSC params to drm_panelVinod Koul
2022-04-26drm/msm/dsi: add support for dsc dataVinod Koul
2022-02-23drm/msm/dsi: Allow to specify dsi config as pdataLoic Poulain
2022-02-19Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-d...Dmitry Baryshkov
2022-02-18drm/msm/dsi: Remove spurious IRQF_ONESHOT flagDaniel Thompson
2022-02-18drm/msm: drop dbgname argument from msm_ioremap*()Dmitry Baryshkov
2021-12-16drm/msm: Don't use autosuspend for displayRob Clark
2021-12-06Merge remote-tracking branch 'drm/drm-next' into msm-next-stagingRob Clark
2021-11-28drm/msm/dsi: stop setting clock parents manuallyDmitry Baryshkov
2021-11-28drm/msm/dsi: untangle cphy setting from the src pll settingDmitry Baryshkov
2021-11-22drm/msm/dsi: set default num_data_lanesPhilip Chen
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2021-10-27drm/msm/dsi: Adjust probe orderRob Clark
2021-10-21drm/msm/dsi: fix wrong type in msm_dsi_hostJessica Zhang
2021-10-15drm: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-10-15drm/msm/dsi: use bulk clk APIDmitry Baryshkov
2021-10-15drm/msm/dsi: do not enable irq handler before powering up the hostDmitry Baryshkov