summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/msm_drv.c
AgeCommit message (Expand)Author
2020-03-11drm/msm: Set dma maximum segment size for mdssSean Paul
2017-06-14drm/msm: Expose our reservation object when exporting a dmabuf.Eric Anholt
2016-11-04drm/msm: Fix error handling crashes seen when VRAM allocation failsArchit Taneja
2016-09-28Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen
2016-09-21drm/msm: bump kernel api version for explicit fencingRob Clark
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-07-16drm/msm: add missing of_node_put after calling of_parse_phandlePeter Chen
2016-07-16drm/msm: bump kernel api versionRob Clark
2016-07-16drm/msm: shrinker supportRob Clark
2016-07-16drm/msm: add madvise ioctlRob Clark
2016-07-16drm/msm/mdp5: Update compatible strings for MDSS/MDP5Archit Taneja
2016-07-16drm/msm: Drop the gpu bindingArchit Taneja
2016-07-16drm/msm: Add components for MDP5Archit Taneja
2016-07-16drm/msm: Add display components by parsing MDP portsArchit Taneja
2016-07-16drm/msm: Create separate funcs for adding display/gpu componentsArchit Taneja
2016-07-16drm/msm: Call pm_runtime_enable/disable for newly created devicesArchit Taneja
2016-07-16drm/msm/mdp5: Remove old kms init/destroy funcsArchit Taneja
2016-07-16drm/msm/mdp5: Use the new hierarchy and drop old irq managementArchit Taneja
2016-07-16drm/msm/mdp5: Create a separate MDP5 deviceArchit Taneja
2016-07-16drm/msm: Get irq number within kms driver itselfArchit Taneja
2016-07-16drm/msm: Drop the id_table in platform_driverArchit Taneja
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter
2016-06-21drm/msm: Remove redundant calls to drm_connector_register_all()Chris Wilson
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-05-08drm/msm: Drop load/unload drm_driver opsArchit Taneja
2016-05-08drm/msm: Centralize connector registration/unregistrationArchit Taneja
2016-05-08drm: msm: remove unused variableArnd Bergmann
2016-05-08drm/msm: remove fence_cbsRob Clark
2016-05-08drm/msm: introduce msm_fence_contextRob Clark
2016-05-08drm/msm: move fence code to it's own fileRob Clark
2016-05-08drm/msm: move debugfs code to it's own fileRob Clark
2016-03-23drm/msm: fix bug after preclose removalRob Clark
2016-03-03drm/msm: rename hdmi symbolsArnd Bergmann
2016-03-03drm/msm: fix small typoRob Clark
2016-03-02drm/msm: Free fb helper resources in msm_unloadArchit Taneja
2015-12-14drm/msm: Update compatible strings for mdpArchit Taneja
2015-12-14drm/msm: Remove non-DT code in msm_drvArchit Taneja
2015-10-22drm/msm: Remove local fbdev emulation Kconfig optionArchit Taneja
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding
2015-08-15drm/msm: Enable clocks during enable/disable_vblank() callbacksHai Li
2015-08-15drm/msm: Set different display size limitation on each targetHai Li
2015-08-14drm/msm: change to uninterruptible wait in atomic commitWentao Xu
2015-06-11drm/msm: fix timeout calculationRob Clark
2015-06-11drm/msm: add missing DRIVER_ATOMIC flagRob Clark
2015-05-15drm/msm: fix locking inconsistencies in gpu->destroy()Rob Clark
2015-05-14drm/msm: setup vram after component_bind_all()Rob Clark
2015-05-14drm: msm: Fix build when legacy fbdev support isn't setArchit Taneja