summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/dsi
AgeCommit message (Expand)AuthorFilesLines
2020-07-30drm/msm/dpu: ensure device suspend happens during PM sleepKalyan Thota1-0/+2
2020-05-19drm/msm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-1/+1
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie3-5/+12
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart1-2/+2
2020-02-13drm/msm/dsi/pll: call vco set rate explicitlyHarigovindan P1-0/+6
2020-02-13drm/msm/dsi: save pll state before dsi host is powered offHarigovindan P2-4/+5
2020-02-11drm: msm: Fix return type of dsi_mgr_connector_mode_valid for kCFIJohn Stultz1-1/+1
2020-02-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-4/+4
2020-01-20Merge tag 'drm-msm-next-2020-01-14' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie5-34/+102
2020-01-07drm/msm: update LANE_CTRL register value from default valueHarigovindan P1-3/+5
2020-01-07drm/msm: add DSI support for sc7180Harigovindan P2-0/+22
2020-01-06clk: mux: Add support for specifying parents via DT/pointersStephen Boyd2-4/+4
2020-01-04drm/msm/dsi: split clk rate setting and enableRob Clark4-10/+34
2020-01-02drm/msm/dsi: Delay drm_panel_enable() until dsi_mgr_bridge_enable()Stephan Gerhold1-21/+41
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+1
2019-12-09drm/panel: decouple connector from drm_panelSam Ravnborg1-1/+1
2019-12-02Merge tag 'drm-msm-next-2019-11-05' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie6-17/+84
2019-11-04drm/msm/dsi: Add configuration for 8x76AngeloGioacchino Del Regno2-0/+23
2019-11-04drm/msm/dsi: Add configuration for 28nm PLL on family BAngeloGioacchino Del Regno3-0/+21
2019-10-24drm/msm/dsi: Implement qcom, dsi-phy-regulator-ldo-mode for 28nm PHYStephan Gerhold1-8/+34
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter1-2/+4
2019-10-11drm/msm/dsi: Implement reset correctlyJeffrey Hugo1-2/+4
2019-10-10drm/msm/dsi: Remove set but not used variable 'lp'zhengbin1-2/+1
2019-10-10drm/msm/dsi: Remove set but not used variable 'lpx'zhengbin1-4/+2
2019-10-07drm/msm/dsi: Move static keyword to the front of declarationsKrzysztof Wilczynski1-3/+3
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard5-15/+21
2019-09-03drm/msm/dsi: Fix return value check for clk_get_parentSean Paul1-4/+4
2019-09-03drm/msm/phy/dsi_phy: silence -EPROBE_DEFER warningsBrian Masney1-5/+7
2019-09-03drm/msm/dsi: Drop unused GPIO includesLinus Walleij1-2/+0
2019-09-03drm/msm: drop use of drmP.hSam Ravnborg4-4/+10
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon1-0/+1
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-18drm/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