summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/dsi/dsi_host.c
Commit message (Expand)AuthorAgeFilesLines
* drm/msm/dsi: free TX buffer in unbindDmitry Baryshkov2023-10-161-6/+9
* drm/msm/dsi: use msm_gem_kernel_put to free TX bufferDmitry Baryshkov2023-10-161-2/+1
* drm/msm/dsi: Enable widebus for DSIJessica Zhang2023-10-091-4/+27
* drm/msm/dsi: fix irq_of_parse_and_map() error checkingDan Carpenter2023-09-201-4/+3
* drm/msm/dsi: skip the wait for video mode done if not applicableAbhinav Kumar2023-09-201-0/+12
* Merge tag 'drm-msm-next-2023-08-20' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2023-08-241-0/+7
|\
| * drm/msm/dsi: Enable BURST_MODE for command mode for DSI 6G v1.3+Jessica Zhang2023-07-271-0/+7
* | drm: Explicitly include correct DT includesRob Herring2023-07-211-1/+1
|/
* drm/msm/dsi: split dsi_ctrl_config() functionDmitry Baryshkov2023-06-161-9/+9
* drm/msm/dsi: dsi_host: drop unused clocksDmitry Baryshkov2023-06-161-33/+0
* drm/msm/dsi: Remove incorrect references to slice_countJessica Zhang2023-06-151-10/+16
* drm/msm/dsi: Reduce pclk rate for compressionJessica Zhang2023-06-151-3/+18
* msm/drm/dsi: Round up DSC hdisplay calculationJessica Zhang2023-06-151-1/+1
* drm/msm/dsi: update hdisplay calculation for dsi_timing_setupJessica Zhang2023-06-151-1/+1
* drm/msm/dsi: Use MSM and DRM DSC helper methodsJessica Zhang2023-06-151-2/+3
* drm/msm/dsi: use DRM DSC helpers for DSC setupDmitry Baryshkov2023-06-151-53/+8
* drm/msm/dsi: use mult_frac for pclk_bpp calculationDmitry Baryshkov2023-06-041-7/+4
* drm/msm/dsi: remove extra call to dsi_get_pclk_rate()Dmitry Baryshkov2023-06-041-1/+1
* drm/msm/dsi: Remove custom DSI config handlingKonrad Dybcio2023-04-061-4/+0
* drm/msm/dsi: Fix DSI index detection when version clash occursKonrad Dybcio2023-04-061-5/+5
* drm/msm/dsi: Get rid of msm_dsi_config::num_dsiKonrad Dybcio2023-04-061-1/+1
*-. Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-d...Dmitry Baryshkov2023-01-221-34/+35
|\ \
| | * drm/msm/dsi: correct byte intf clock rate for 14nm DSI PHYDmitry Baryshkov2023-01-221-8/+6
| | * drm/msm/dsi: add a helper method to compute the dsi byte clkAbhinav Kumar2023-01-221-7/+14
| | * 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: 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: 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-181-25/+0
* drm/msm/dsi: fetch DSC pps payload from struct mipi_dsi_deviceDmitry Baryshkov2022-09-181-5/+2
* drm/msm/dsi: drop the hpd workerDmitry Baryshkov2022-09-181-14/+0
* drm/msm/dsi: Take advantage of devm_regulator_bulk_get_const()Douglas Anderson2022-09-181-31/+11
* drm/msm/dsi: Use the new regulator bulk feature to specify the loadDouglas Anderson2022-09-181-10/+3
* drm/msm/dsi: Don't set a load before disabling a regulatorDouglas Anderson2022-09-181-56/+15
* drm/msm/dsi: use drm_dsc_config instead of msm_display_dsc_configDmitry Baryshkov2022-09-181-83/+74
* Merge tag 'drm-msm-next-2022-07-10' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2022-07-131-27/+21
|\
| * drm/msm/dsi: Use single function for resetVladimir Lypak2022-07-041-27/+21
* | Merge tag 'drm-misc-next-2022-06-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-06-221-4/+5
|\ \ | |/ |/|
| * drm/msm: Fix convert to drm_of_get_data_lanes_countMarek Vasut2022-06-131-0/+2
| * drm/msm: Convert to drm_of_get_data_lanes_countMarek Vasut2022-06-121-4/+3