summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2019-09-04drm/msm/phy/dsi_phy: silence -EPROBE_DEFER warningsBrian Masney1-5/+7
2019-09-04drm/msm/a6xx: add missing MODULE_FIRMWARE()Rob Clark1-0/+1
2019-09-04drm/msm/mdp5: Add msm8998 supportJeffrey Hugo1-5/+127
2019-09-04drm/msm/dpu: remove dpu_mdss:hwversionRob Clark1-5/+0
2019-09-04drm/msm: Transition console to msm framebufferJeffrey Hugo1-0/+3
2019-09-04drm/msm/hdmi: Convert to use GPIO descriptorsLinus Walleij3-67/+45
2019-09-04drm/msm/dpu: Drop unused GPIO codeLinus Walleij3-9/+5
2019-09-04drm/msm/dsi: Drop unused GPIO includesLinus Walleij1-2/+0
2019-09-04drm/msm/mdp4: Drop unused GPIO includeLinus Walleij1-2/+0
2019-09-04drm/msm: drop use of drmP.hSam Ravnborg40-18/+99
2019-08-28drm/msm: Use drm_attach_bridge() to attach a bridge to an encoderBoris Brezillon2-2/+6
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon3-0/+4
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-11/+11
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König3-11/+11
2019-08-09Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm...Dave Airlie5-33/+19
2019-08-07drm/msm: drop DRM_AUTH usage from the driverEmil Velikov1-11/+11
2019-08-07Revert "drm/msm: drop DRM_AUTH usage from the driver"Sean Paul1-11/+11
2019-08-01drm: msm: Fix add_gpu_componentsJeffrey Hugo1-1/+2
2019-08-01drm/msm: Annotate intentional switch statement fall throughsJordan Crouse3-0/+4
2019-08-01drm/msm: add support for per-CRTC max_vblank_count on mdp5Brian Masney2-2/+16
2019-07-31drm/msm: Use the correct dma_sync calls in msm_gemRob Clark1-5/+42
2019-07-26drm: Switch to use DEVFREQ_GOV_SIMPLE_ONDEMAND constantYue Hu1-1/+2
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard99-1414/+777
2019-07-22drm/msm: stop abusing dma_map/unmap for cacheRob Clark1-2/+2
2019-07-22drm/msm/dpu: Correct dpu encoder spinlock initializationShubhashree Dhar1-2/+1
2019-07-22drm/msm: correct NULL pointer dereference in context_initBrian Masney1-1/+1
2019-07-16Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds50-596/+750
2019-06-28Merge tag 'drm-msm-next-2019-06-25' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie48-538/+704
2019-06-28drm/msm: Use drm_gem_fb_prepare_fbDaniel Vetter2-12/+4
2019-06-26drm/msm: drop DRM_AUTH usage from the driverEmil Velikov1-11/+11
2019-06-25drm/msm: Drop robj from msm_gem_new_implDaniel Vetter1-6/+2
2019-06-25drm/msm: add dirty framebuffer helperBrian Masney4-0/+11
2019-06-24drm/msm/a3xx: remove TPL1 regs from snapshotRob Clark1-13/+11
2019-06-21drm/msm: Drop drm_gem_prime_export/importDaniel Vetter1-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+0
2019-06-21drm/msm: Re-order uninit function to work during probe deferSean Paul1-4/+14
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: Depopulate platform on probe failureSean Paul1-3/+11
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-20drm/msm/dpu: Avoid calling _dpu_kms_mmu_destroy() on init failureSean Paul1-9/+4
2019-06-20drm/msm/dpu: Remove call to drm_mode_set_crtcinfoSean Paul1-3/+0
2019-06-20drm/msm/mdp5: Use the interconnect APIGeorgi Djakov1-0/+38