summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dsi
AgeCommit message (Expand)AuthorFilesLines
2024-11-08drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate calculationJonathan Marek1-1/+1
2024-02-23drm/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-10-25drm/msm/dsi: skip the wait for video mode done if not applicableAbhinav Kumar1-0/+12
2023-03-11drm/msm/dsi: Add missing check for alloc_ordered_workqueueJiasheng Jiang1-0/+3
2022-11-03drm/msm/dsi: fix memory corruption with too many bridgesJohan Hovold1-0/+6
2022-09-15drm/msm/dsi: Fix number of regulators for msm8996_dsi_cfgDouglas Anderson1-1/+1
2022-09-15drm/msm/dsi: fix the inconsistent indentingsunliming1-1/+1
2022-06-14drm/msm/dsi: fix error checks and return values for DSI xmit functionsDmitry Baryshkov1-7/+14
2022-04-20drm/msm/dsi: Use connector directly in msm_dsi_manager_connector_init()Stephen Boyd1-1/+1
2022-02-01drm/msm/dsi: invalid parameter check in msm_dsi_phy_enableJosé Expósito1-1/+3
2022-02-01drm/msm/dsi: Fix missing put_device() call in dsi_get_phyMiaoqian Lin1-1/+6
2021-12-17drm/msm/dsi: set default num_data_lanesPhilip Chen1-0/+2
2021-10-20drm/msm/dsi: fix off by one in dsi_bus_clk_enable error handlingDan Carpenter1-1/+1
2021-10-20drm/msm/dsi: Fix an error code in msm_dsi_modeset_init()Dan Carpenter1-1/+3
2021-09-15drm/msm/dsi: Fix some reference counted resource leaksChristophe JAILLET1-3/+3
2021-03-04drm/msm/dsi: Correct io_start for MSM8994 (20nm PHY)Konrad Dybcio1-1/+1
2020-12-30drm/msm/dsi_pll_10nm: restore VCO rate during restore_stateDmitry Baryshkov1-0/+8
2020-03-12drm/msm/dsi/pll: call vco set rate explicitlyHarigovindan P1-0/+6
2020-03-12drm/msm/dsi: save pll state before dsi host is powered offHarigovindan P2-4/+5
2020-03-12drm: msm: Fix return type of dsi_mgr_connector_mode_valid for kCFIJohn Stultz1-1/+1
2019-10-11drm/msm/dsi: Implement reset correctlyJeffrey Hugo1-2/+4
2019-09-04drm/msm/dsi: Fix return value check for clk_get_parentSean Paul1-4/+4
2019-09-04drm/msm/phy/dsi_phy: silence -EPROBE_DEFER warningsBrian Masney1-5/+7
2019-09-04drm/msm/dsi: Drop unused GPIO includesLinus Walleij1-2/+0
2019-09-04drm/msm: drop use of drmP.hSam Ravnborg4-4/+10
2019-06-28Merge tag 'drm-msm-next-2019-06-25' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie10-129/+217
2019-06-20drm/msm/dsi: Move setup_encoder to modeset_initSean Paul4-38/+5
2019-06-20drm/msm/dsi: Move dsi panel init into modeset init pathSean Paul1-7/+10
2019-06-20drm/msm/dsi: Use the new setup_encoder function in attach_dsi_deviceSean Paul3-15/+4
2019-06-20drm/msm/dsi: Simplify the logic in msm_dsi_manager_panel_init()Sean Paul1-41/+59
2019-06-20drm/msm/dsi: Pull out panel init code into functionSean Paul1-4/+12
2019-06-20drm/msm/dsi: Don't store dsi host mode_flags in msm_dsiSean Paul2-9/+9
2019-06-20drm/msm/dsi: Split mode_flags out of msm_dsi_host_get_panel()Sean Paul3-14/+12
2019-06-20drm/msm/dsi_pll_10nm: Remove impossible checkSean Paul1-3/+0
2019-06-20drm/msm/dsi_pll_10nm: Release clk hw on destroy and failureSean Paul1-30/+73
2019-06-20drm/msm/phy/dsi_phy: Set pll to NULL in case initialization failsSean Paul1-1/+3
2019-06-19drm/msm/dsi: Add parentheses to quirks check in dsi_phy_hw_v3_0_lane_settingsNathan Chancellor1-1/+1
2019-06-19drm/msm/dsi: add protection against NULL dsi deviceAbhinav Kumar1-1/+11
2019-06-18drm/msm/dsi: Add support for MSM8998 DSI controllerJeffrey Hugo2-0/+22
2019-06-18drm/msm/dsi: Add old timings quirk for 10nm phyJeffrey Hugo2-3/+13
2019-06-18drm/msm/dsi: Add support for MSM8998 10nm dsi phyJeffrey Hugo3-0/+21
2019-06-18drm/msm: check for equals 0 onlyNicholas Mc Guire1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner17-153/+17
2019-01-18Merge tag 'drm-misc-next-2019-01-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-8/+1
2019-01-14drm: bridge: Constify mode arguments to bridge .mode_set() operationLaurent Pinchart3-4/+4
2019-01-11Merge drm/drm-next into drm-misc-nextMaxime Ripard13-70/+74
2019-01-10drm: msm: Cleanup drm_display_mode print strShayenne Moura1-8/+1
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds13-69/+71
2018-12-11drm/msm/dsi: fix dsi clock names in DSI 10nm PLL driverAbhinav Kumar1-4/+4