summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)Author
2019-08-01drm: msm: Fix add_gpu_componentsJeffrey Hugo
2019-08-01drm/msm: Annotate intentional switch statement fall throughsJordan Crouse
2019-08-01drm/msm: add support for per-CRTC max_vblank_count on mdp5Brian Masney
2019-07-31drm/msm: Use the correct dma_sync calls in msm_gemRob Clark
2019-07-22drm/msm: stop abusing dma_map/unmap for cacheRob Clark
2019-07-22drm/msm/dpu: Correct dpu encoder spinlock initializationShubhashree Dhar
2019-07-22drm/msm: correct NULL pointer dereference in context_initBrian Masney
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-06-28Merge tag 'drm-msm-next-2019-06-25' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie
2019-06-25drm/msm: add dirty framebuffer helperBrian Masney
2019-06-24drm/msm/a3xx: remove TPL1 regs from snapshotRob Clark
2019-06-20drm/msm: Re-order uninit function to work during probe deferSean Paul
2019-06-20drm/msm/dsi: Move setup_encoder to modeset_initSean Paul
2019-06-20drm/msm/dsi: Move dsi panel init into modeset init pathSean Paul
2019-06-20drm/msm/dsi: Use the new setup_encoder function in attach_dsi_deviceSean Paul
2019-06-20drm/msm/dsi: Simplify the logic in msm_dsi_manager_panel_init()Sean Paul
2019-06-20drm/msm/dsi: Pull out panel init code into functionSean Paul
2019-06-20drm/msm/dsi: Don't store dsi host mode_flags in msm_dsiSean Paul
2019-06-20drm/msm/dsi: Split mode_flags out of msm_dsi_host_get_panel()Sean Paul
2019-06-20drm/msm: Depopulate platform on probe failureSean Paul
2019-06-20drm/msm/dsi_pll_10nm: Remove impossible checkSean Paul
2019-06-20drm/msm/dsi_pll_10nm: Release clk hw on destroy and failureSean Paul
2019-06-20drm/msm/phy/dsi_phy: Set pll to NULL in case initialization failsSean Paul
2019-06-20drm/msm/dpu: Avoid calling _dpu_kms_mmu_destroy() on init failureSean Paul
2019-06-20drm/msm/dpu: Remove call to drm_mode_set_crtcinfoSean Paul
2019-06-20drm/msm/mdp5: Use the interconnect APIGeorgi Djakov
2019-06-20drm/msm/dpu: add icc voting in dpu_mdss_initAbhinav Kumar
2019-06-20drm/msm/dpu: Integrate interconnect API in MDSSJayant Shekhar
2019-06-20drm/msm/dpu: clean up references of DPU custom bus scalingJayant Shekhar
2019-06-19drm/msm/dsi: Add parentheses to quirks check in dsi_phy_hw_v3_0_lane_settingsNathan Chancellor
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter
2019-06-18drm/msm/adreno: Add A540 supportJeffrey Hugo
2019-06-18drm/msm: correct attempted NULL pointer dereference in put_iovaBrian Masney
2019-06-18drm/msm/dsi: add protection against NULL dsi deviceAbhinav Kumar
2019-06-18drm/msm/adreno: Ensure that the zap shader region is big enoughJordan Crouse
2019-06-18drm/msm/dsi: Add support for MSM8998 DSI controllerJeffrey Hugo
2019-06-18drm/msm/dsi: Add old timings quirk for 10nm phyJeffrey Hugo
2019-06-18drm/msm/dsi: Add support for MSM8998 10nm dsi phyJeffrey Hugo
2019-06-18drm/msm/mdp5: Fix mdp5_cfg_init error returnJeffrey Hugo
2019-06-18drm/msm/adreno: Call pm_runtime_force_suspend() during unbindJordan Crouse
2019-06-18drm/msm/dpu: Avoid a null de-ref while recovering from kms init failJordan Crouse
2019-06-18drm/msm/dpu: Fix error recovery after failing to enable clocksJordan Crouse
2019-06-18drm/msm: Pass the MMU domain index in struct msm_file_privateJordan Crouse
2019-06-18drm/msm: Print all 64 bits of the faulting IOMMU addressJordan Crouse
2019-06-18drm/msm/adreno: Enable 64 bit mode by default on a5xx and a6xx targetsJordan Crouse
2019-06-18msm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-18msm: dpu1: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-18msm: adreno: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-18drm/msm/dpu: Fix Wunused-const-variableNathan Huckleberry