summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-876/+73
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-742/+81
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner-742/+81
2019-06-04drm/msm: fix fb references in async updateHelen Koike-0/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-16Merge tag 'drm-next-2019-05-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-15/+7
2019-05-15drm/msm: Upgrade gxpd checks to IS_ERR_OR_NULLSean Paul-3/+3
2019-05-15drm/msm/dpu: Remove duplicate headerSabyasachi Gupta-1/+0
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada-1/+1
2019-05-14drm/msm: correct attempted NULL pointer dereference in debugfsBrian Masney-1/+2
2019-05-14drm/msm: remove resv fields from msm_gem_object structBrian Masney-10/+2
2019-05-08drm/msm/a6xx: No zap shader is not an errorRob Clark-0/+1
2019-04-26drm: prefix header search paths with $(srctree)/Masahiro Yamada-3/+3
2019-04-24Merge tag 'drm-msm-next-2019-04-21' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie-511/+632
2019-04-21drm/msm/a6xx: Don't enable GPU state code if dependencies are missingJordan Crouse-3/+11
2019-04-21drm/msm/a6xx: Add zap shader loadJordan Crouse-1/+38
2019-04-21drm/msm/gpu: Move zap shader loading to adrenoJordan Crouse-110/+142
2019-04-19drm/msm: Split submit_lookup_objects() into two loopsKristian H. Kristensen-28/+21
2019-04-19drm/msm: Stop dropping struct_mutex in recover_worker()Kristian H. Kristensen-13/+0
2019-04-19drm/msm: Implement .gem_free_object_unlockedKristian H. Kristensen-2/+46
2019-04-19drm/msm/a6xx: Remove an unused struct memberJordan Crouse-1/+0
2019-04-19msm/drm/a6xx: Turn off the GMU if resume failsJordan Crouse-45/+58
2019-04-19drm/msm/a6xx: Make GMU reset usefulJordan Crouse-65/+56
2019-04-19drm/msm/gpu: Attach to the GPU GX power domainJordan Crouse-1/+42
2019-04-19drm/msm/a6xx: Remove unwanted regulator codeJordan Crouse-6/+0
2019-04-19drm/msm/gpu: Add submit queue queriesJordan Crouse-2/+53
2019-04-19drm/msm: add param to retrieve # of GPU faults (global)Rob Clark-0/+9
2019-04-19drm/msm/gpu: add per-process pagetables paramRob Clark-0/+3
2019-04-18drm/msm: a5xx: fix possible object reference leakWen Yang-4/+6
2019-04-18drm/msm: Cleanup A6XX opp-level readingDouglas Anderson-11/+6
2019-04-18drm/msm/dpu: check split role for single flushJeykumar Sankaran-13/+1
2019-04-18drm/msm/dpu: assign intf to encoder in mode_setJeykumar Sankaran-25/+21
2019-04-18drm/msm/dpu: map mixer/ctl hw blocks in encoder modesetJeykumar Sankaran-70/+31
2019-04-18drm/msm/dpu: dont use encoder->crtc in atomic pathJeykumar Sankaran-1/+6
2019-04-18drm/msm/dpu: release resources on modeset failureJeykumar Sankaran-2/+5
2019-04-18drm/msm/dpu: remove phys_vid subclassJeykumar Sankaran-25/+4
2019-04-18drm/msm/dpu: move hw_inf encoder baseclassJeykumar Sankaran-77/+52
2019-04-18drm/msm: dpu: Don't set frame_busy_mask for async updatesSean Paul-1/+7
2019-04-18drm/msm: dpu: Don't queue the frame_done watchdog for cursorSean Paul-6/+13
2019-04-18drm/msm: dpu: Untangle frame_done timeout unitsSean Paul-12/+15
2019-04-18drm/msm: dpu: Simplify frame_done watchdog timeout calculationSean Paul-5/+7
2019-04-18drm/msm: Use drm_mode_vrefresh instead of mode->vrefreshSean Paul-8/+9
2019-04-18drm/msm: Fix NULL pointer dereferenceLuca Weiss-1/+1
2019-04-18drm/msm: Remove pm_runtime calls from msm_iommu.cJordan Crouse-12/+1
2019-04-18drm/msm: don't allocate pages from the MOVABLE zoneLucas Stach-0/+7
2019-03-29Merge tag 'drm-misc-next-2019-03-28-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie-5/+1
2019-03-27drm/msm: Use drm_fb_helper_fill_infoDaniel Vetter-5/+1
2019-03-25Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-31/+13
2019-03-08Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-966/+322
2019-03-06Merge drm/drm-next into drm-misc-nextSean Paul-869/+286