summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dsi
AgeCommit message (Expand)Author
2025-02-26drm/msm/dsi/phy: Define PHY_CMN_CLK_CFG[01] bitfields and simplify savingKrzysztof Kozlowski
2025-02-26drm/msm/dsi/phy: Use dsi_pll_cmn_clk_cfg1_update() when registering PLLKrzysztof Kozlowski
2025-02-26drm/msm/dsi: Add check for devm_kstrdup()Haoxiang Li
2025-02-26drm/msm/dsi: Allow values of 10 and 12 for bits per componentEugene Lepshy
2025-02-26drm/msm/dsi: Set PHY usescase (and mode) before registering DSI hostMarijn Suijten
2025-02-26drm/msm/dsi: Use existing per-interface slice count in DSC timingMarijn Suijten
2025-02-26drm/msm/dsi: Drop unnecessary -ENOMEM messageKrzysztof Kozlowski
2025-02-26drm/msm/dsi: Minor whitespace and style cleanupKrzysztof Kozlowski
2025-02-26drm/msm/dsi: Simplify with dev_err_probe()Krzysztof Kozlowski
2025-02-26drm/msm/dsi: Drop redundant NULL-ifying of clocks on error pathsKrzysztof Kozlowski
2025-02-26drm/msm/dsi/phy: Program clock inverters in correct registerKrzysztof Kozlowski
2025-02-26drm/msm/dsi/phy: Use the header with clock IDsKrzysztof Kozlowski
2025-02-21Merge tag 'drm-msm-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie
2025-02-15drm/msm/dsi/phy: Do not overwite PHY_CMN_CLK_CFG1 when choosing bitclk sourceKrzysztof Kozlowski
2025-02-15drm/msm/dsi/phy: Protect PHY_CMN_CLK_CFG1 against clock driverKrzysztof Kozlowski
2025-02-15drm/msm/dsi/phy: Protect PHY_CMN_CLK_CFG0 updated from driver sideKrzysztof Kozlowski
2025-01-13Merge tag 'drm-msm-next-2025-01-07' of gitlab.freedesktop.org:drm/msm into dr...Dave Airlie
2025-01-03drm: Use of_property_present() for non-boolean propertiesRob Herring (Arm)
2024-12-15drm/msm/dsi: Add support for SM6150Li Liu
2024-12-15drm/msm/dsi: Add dsi phy support for SM6150Li Liu
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-10-14drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate calculationJonathan Marek
2024-10-14drm/msm/dsi: improve/fix dsc pclk calculationJonathan Marek
2024-09-02drm/msm/dsi: correct programming sequence for SM8350 / SM8450Dmitry Baryshkov
2024-06-25drm/msm/dsi: Add phy configuration for MSM8937Daniil Titov
2024-06-24drm/msm/dsi: parse vsync source from device treeDmitry Baryshkov
2024-06-24drm/msm/dsi: drop unused GPIOs handlingDmitry Baryshkov
2024-06-23drm/msm/dsi: add a comment to explain pkt_per_line encodingJonathan Marek
2024-06-23drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WCJonathan Marek
2024-06-23drm/msm/dsi: set video mode widebus enable bit when widebus is enabledJonathan Marek
2024-06-23drm/msm/dsi: Remove dsi_phy_write_[un]delay()Konrad Dybcio
2024-06-23drm/msm/dsi: Remove dsi_phy_read/write()Konrad Dybcio
2024-04-22drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclkMarijn Suijten
2024-04-22drm/msm/dsi: simplify connector creationDmitry Baryshkov
2024-04-22drm/msm/dsi: move next bridge acquisition to dsi_bindDmitry Baryshkov
2024-04-22drm/msm/dsi: remove the drm_bridge_attach fallbackDmitry Baryshkov
2024-04-22drm/msm: Drop msm_read/writelKonrad Dybcio
2024-04-22drm/msm: drop display-related headersDmitry Baryshkov
2024-04-22drm/msm/dsi: drop mmss_cc.xml.hDmitry Baryshkov
2024-02-11drm/msm/dsi: Document DSC related pclk_rate and hdisplay calculationsDmitry Baryshkov
2024-02-11drm/msm/dsi: Replace dsi_get_bpp() with mipi_dsi header functionMarijn Suijten
2024-02-11drm/msm/dsi: remove msm_dsi::encoderDmitry Baryshkov
2024-02-11drm/msm/dsi: stop calling set_split_displayDmitry Baryshkov
2024-02-11drm/msm/dsi: drop msm_dsi_device_connected() functionDmitry Baryshkov
2024-02-11drm/msm/dsi: do not store internal bridge pointerDmitry Baryshkov
2023-12-10Merge remote-tracking branch 'drm-misc/drm-misc-next' into msm-nextRob Clark
2023-12-05drm/msm: dsi: add support for DSI 2.8.0Neil Armstrong
2023-12-05drm/msm: dsi: add support for DSI-PHY on SM8650Neil Armstrong
2023-12-03drm/msm/dsi: Enable runtime PMKonrad Dybcio
2023-12-03drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt leaksKonrad Dybcio