aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul6-15/+8
2019-05-20drm: Remove users of drm_format_info_plane_cppMaxime Ripard3-3/+3
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard3-3/+4
2019-05-20drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard4-28/+15
2019-05-20drm: Remove users of drm_format_num_planesMaxime Ripard3-6/+14
2019-05-16Merge tag 'drm-next-2019-05-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-15/+7
2019-05-15drm/msm: Upgrade gxpd checks to IS_ERR_OR_NULLSean Paul1-3/+3
2019-05-15drm/msm/dpu: Remove duplicate headerSabyasachi Gupta1-1/+0
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2019-05-14drm/msm: correct attempted NULL pointer dereference in debugfsBrian Masney1-1/+2
2019-05-14drm/msm: remove resv fields from msm_gem_object structBrian Masney3-10/+2
2019-05-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst29-514/+636
2019-05-08drm/msm/a6xx: No zap shader is not an errorRob Clark1-0/+1
2019-05-07gpu/drm: Remove duplicate headersJagadeesh Pagadala1-1/+0
2019-04-26drm: prefix header search paths with $(srctree)/Masahiro Yamada1-3/+3
2019-04-25drm/msm: Convert to using __drm_atomic_helper_crtc_reset() for reset.Maarten Lankhorst2-21/+13
2019-04-24Merge tag 'drm-msm-next-2019-04-21' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie29-511/+632
2019-04-21drm/msm/a6xx: Don't enable GPU state code if dependencies are missingJordan Crouse4-3/+11
2019-04-21drm/msm/a6xx: Add zap shader loadJordan Crouse2-1/+38
2019-04-21drm/msm/gpu: Move zap shader loading to adrenoJordan Crouse3-110/+142
2019-04-19drm/msm: Split submit_lookup_objects() into two loopsKristian H. Kristensen2-28/+21
2019-04-19drm/msm: Stop dropping struct_mutex in recover_worker()Kristian H. Kristensen1-13/+0
2019-04-19drm/msm: Implement .gem_free_object_unlockedKristian H. Kristensen4-2/+46
2019-04-19drm/msm/a6xx: Remove an unused struct memberJordan Crouse1-1/+0
2019-04-19msm/drm/a6xx: Turn off the GMU if resume failsJordan Crouse3-45/+58
2019-04-19drm/msm/a6xx: Make GMU reset usefulJordan Crouse4-65/+56
2019-04-19drm/msm/gpu: Attach to the GPU GX power domainJordan Crouse2-1/+42
2019-04-19drm/msm/a6xx: Remove unwanted regulator codeJordan Crouse2-6/+0
2019-04-19drm/msm/gpu: Add submit queue queriesJordan Crouse4-2/+53
2019-04-19drm/msm: add param to retrieve # of GPU faults (global)Rob Clark3-0/+9
2019-04-19drm/msm/gpu: add per-process pagetables paramRob Clark1-0/+3
2019-04-18drm/msm: a5xx: fix possible object reference leakWen Yang1-4/+6
2019-04-18drm/msm: Cleanup A6XX opp-level readingDouglas Anderson1-11/+6
2019-04-18drm/msm/dpu: check split role for single flushJeykumar Sankaran1-13/+1
2019-04-18drm/msm/dpu: assign intf to encoder in mode_setJeykumar Sankaran2-25/+21
2019-04-18drm/msm/dpu: map mixer/ctl hw blocks in encoder modesetJeykumar Sankaran2-70/+31
2019-04-18drm/msm/dpu: dont use encoder->crtc in atomic pathJeykumar Sankaran1-1/+6
2019-04-18drm/msm/dpu: release resources on modeset failureJeykumar Sankaran1-2/+5
2019-04-18drm/msm/dpu: remove phys_vid subclassJeykumar Sankaran2-25/+4
2019-04-18drm/msm/dpu: move hw_inf encoder baseclassJeykumar Sankaran2-77/+52
2019-04-18drm/msm: dpu: Don't set frame_busy_mask for async updatesSean Paul1-1/+7
2019-04-18drm/msm: dpu: Don't queue the frame_done watchdog for cursorSean Paul1-6/+13
2019-04-18drm/msm: dpu: Untangle frame_done timeout unitsSean Paul3-12/+15
2019-04-18drm/msm: dpu: Simplify frame_done watchdog timeout calculationSean Paul1-5/+7
2019-04-18drm/msm: Use drm_mode_vrefresh instead of mode->vrefreshSean Paul4-8/+9
2019-04-18drm/msm: Fix NULL pointer dereferenceLuca Weiss1-1/+1
2019-04-18drm/msm: Remove pm_runtime calls from msm_iommu.cJordan Crouse1-12/+1
2019-04-18drm/msm: don't allocate pages from the MOVABLE zoneLucas Stach1-0/+7
2019-03-29Merge tag 'drm-misc-next-2019-03-28-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-5/+1
2019-03-27drm/msm: Use drm_fb_helper_fill_infoDaniel Vetter1-5/+1