summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/dsi
AgeCommit message (Expand)AuthorLines
2019-10-11drm/msm/dsi: Implement reset correctlyJeffrey Hugo-2/+4
2019-09-03drm/msm/dsi: Fix return value check for clk_get_parentSean Paul-4/+4
2019-09-03drm/msm/phy/dsi_phy: silence -EPROBE_DEFER warningsBrian Masney-5/+7
2019-09-03drm/msm/dsi: Drop unused GPIO includesLinus Walleij-2/+0
2019-09-03drm/msm: drop use of drmP.hSam Ravnborg-4/+10
2019-06-28Merge tag 'drm-msm-next-2019-06-25' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie-129/+217
2019-06-20drm/msm/dsi: Move setup_encoder to modeset_initSean Paul-38/+5
2019-06-20drm/msm/dsi: Move dsi panel init into modeset init pathSean Paul-7/+10
2019-06-20drm/msm/dsi: Use the new setup_encoder function in attach_dsi_deviceSean Paul-15/+4
2019-06-20drm/msm/dsi: Simplify the logic in msm_dsi_manager_panel_init()Sean Paul-41/+59
2019-06-20drm/msm/dsi: Pull out panel init code into functionSean Paul-4/+12
2019-06-20drm/msm/dsi: Don't store dsi host mode_flags in msm_dsiSean Paul-9/+9
2019-06-20drm/msm/dsi: Split mode_flags out of msm_dsi_host_get_panel()Sean Paul-14/+12
2019-06-20drm/msm/dsi_pll_10nm: Remove impossible checkSean Paul-3/+0
2019-06-20drm/msm/dsi_pll_10nm: Release clk hw on destroy and failureSean Paul-30/+73
2019-06-20drm/msm/phy/dsi_phy: Set pll to NULL in case initialization failsSean Paul-1/+3
2019-06-19drm/msm/dsi: Add parentheses to quirks check in dsi_phy_hw_v3_0_lane_settingsNathan Chancellor-1/+1
2019-06-18drm/msm/dsi: add protection against NULL dsi deviceAbhinav Kumar-1/+11
2019-06-18drm/msm/dsi: Add support for MSM8998 DSI controllerJeffrey Hugo-0/+22
2019-06-18drm/msm/dsi: Add old timings quirk for 10nm phyJeffrey Hugo-3/+13
2019-06-18drm/msm/dsi: Add support for MSM8998 10nm dsi phyJeffrey Hugo-0/+21
2019-06-18drm/msm: check for equals 0 onlyNicholas Mc Guire-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner-153/+17
2019-01-18Merge tag 'drm-misc-next-2019-01-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-8/+1
2019-01-14drm: bridge: Constify mode arguments to bridge .mode_set() operationLaurent Pinchart-4/+4
2019-01-11Merge drm/drm-next into drm-misc-nextMaxime Ripard-70/+74
2019-01-10drm: msm: Cleanup drm_display_mode print strShayenne Moura-8/+1
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-69/+71
2018-12-11drm/msm/dsi: fix dsi clock names in DSI 10nm PLL driverAbhinav Kumar-4/+4
2018-12-11drm/msm: Add a name field for gem objectsJordan Crouse-0/+2
2018-12-11drm/msm: Count how many times iova memory is pinnedJordan Crouse-1/+1
2018-12-11drm/msm: Add msm_gem_get_and_pin_iova()Jordan Crouse-1/+1
2018-12-11drm: msm: Use DRM_DEV_* instead of dev_*Mamta Shukla-63/+63
2018-11-30drm/msm/dsi: configure VCO rate for 10nm PLL driverAbhinav Kumar-1/+3
2018-10-03drm/msm: Don't fail bind if nothing connected to dsiSean Paul-2/+7
2018-10-03drm/msm: dsi: Return errors whan dt parsing failsSean Paul-0/+2
2018-10-03drm/msm: dsi: Initialize msm_dsi->id to -1Sean Paul-1/+4
2018-08-10drm/msm: update generated headersRob Clark-28/+37
2018-07-30drm/msm: dsi: Handle dual-channel for 6G as wellSean Paul-37/+35
2018-07-26drm/msm: higher values of pclk can exceed 32 bits when multiplied by a factorAbhinav Kumar-2/+5
2018-07-26drm/msm/dsi: set encoder mode for DRM bridge explicitlyAbhinav Kumar-2/+4
2018-07-26drm/msm/dsi: initialize postdiv_lock before use for 10nm pllRajesh Yadav-0/+2
2018-07-26drm/msm/dsi: Use one connector for dual DSI modeChandan Uddaraju-86/+30
2018-07-26drm/msm/dsi: adjust dsi timing for dual dsi modeChandan Uddaraju-20/+64
2018-07-25drm/msm/dsi: replace version checks with helper functionsSibi Sankar-212/+29
2018-07-25drm/msm/dsi: add implementation for helper functionsSibi Sankar-11/+278
2018-07-25drm/msm/dsi: add dsi host helper functions supportSibi Sankar-0/+13
2018-07-13drm: drop _mode_ from remaining connector functionsDaniel Vetter-1/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter-1/+1
2018-07-10drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon-1/+1