summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/udl: introduce a macro to convert dev to udl.Dave Airlie2019-04-244-12/+14
| * | drm/ipp: clean up debug messagesInki Dae2019-04-246-37/+40
| * | drm/vidi: replace platform_device pointer with device oneInki Dae2019-04-241-16/+17
| * | drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macroInki Dae2019-04-2413-148/+191
| * | drm/exynos: use DRM_DEV_ERROR to print out error messageInki Dae2019-04-2418-120/+179
| * | drm/exynos: remove unnecessary messagesInki Dae2019-04-243-6/+0
| * | drm/fimd: use DRM_ERROR instead of DRM_INFO in error caseInki Dae2019-04-241-3/+3
| * | drm/exynos: g2d: remove style errorSeung-Woo Kim2019-04-241-1/+1
| * | Merge tag 'drm-msm-next-2019-04-21' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2019-04-2429-511/+632
| |\ \
| | * | drm/msm/a6xx: Don't enable GPU state code if dependencies are missingJordan Crouse2019-04-214-3/+11
| | * | drm/msm/a6xx: Add zap shader loadJordan Crouse2019-04-212-1/+38
| | * | drm/msm/gpu: Move zap shader loading to adrenoJordan Crouse2019-04-213-110/+142
| | * | drm/msm: Split submit_lookup_objects() into two loopsKristian H. Kristensen2019-04-192-28/+21
| | * | drm/msm: Stop dropping struct_mutex in recover_worker()Kristian H. Kristensen2019-04-191-13/+0
| | * | drm/msm: Implement .gem_free_object_unlockedKristian H. Kristensen2019-04-194-2/+46
| | * | drm/msm/a6xx: Remove an unused struct memberJordan Crouse2019-04-191-1/+0
| | * | msm/drm/a6xx: Turn off the GMU if resume failsJordan Crouse2019-04-193-45/+58
| | * | drm/msm/a6xx: Make GMU reset usefulJordan Crouse2019-04-194-65/+56
| | * | drm/msm/gpu: Attach to the GPU GX power domainJordan Crouse2019-04-192-1/+42
| | * | drm/msm/a6xx: Remove unwanted regulator codeJordan Crouse2019-04-192-6/+0
| | * | drm/msm/gpu: Add submit queue queriesJordan Crouse2019-04-194-2/+53
| | * | drm/msm: add param to retrieve # of GPU faults (global)Rob Clark2019-04-193-0/+9
| | * | drm/msm/gpu: add per-process pagetables paramRob Clark2019-04-191-0/+3
| | * | drm/msm: a5xx: fix possible object reference leakWen Yang2019-04-181-4/+6
| | * | drm/msm: Cleanup A6XX opp-level readingDouglas Anderson2019-04-181-11/+6
| | * | drm/msm/dpu: check split role for single flushJeykumar Sankaran2019-04-181-13/+1
| | * | drm/msm/dpu: assign intf to encoder in mode_setJeykumar Sankaran2019-04-182-25/+21
| | * | drm/msm/dpu: map mixer/ctl hw blocks in encoder modesetJeykumar Sankaran2019-04-182-70/+31
| | * | drm/msm/dpu: dont use encoder->crtc in atomic pathJeykumar Sankaran2019-04-181-1/+6
| | * | drm/msm/dpu: release resources on modeset failureJeykumar Sankaran2019-04-181-2/+5
| | * | drm/msm/dpu: remove phys_vid subclassJeykumar Sankaran2019-04-182-25/+4
| | * | drm/msm/dpu: move hw_inf encoder baseclassJeykumar Sankaran2019-04-182-77/+52
| | * | drm/msm: dpu: Don't set frame_busy_mask for async updatesSean Paul2019-04-181-1/+7
| | * | drm/msm: dpu: Don't queue the frame_done watchdog for cursorSean Paul2019-04-181-6/+13
| | * | drm/msm: dpu: Untangle frame_done timeout unitsSean Paul2019-04-183-12/+15
| | * | drm/msm: dpu: Simplify frame_done watchdog timeout calculationSean Paul2019-04-181-5/+7
| | * | drm/msm: Use drm_mode_vrefresh instead of mode->vrefreshSean Paul2019-04-184-8/+9
| | * | drm/msm: Fix NULL pointer dereferenceLuca Weiss2019-04-181-1/+1
| | * | drm/msm: Remove pm_runtime calls from msm_iommu.cJordan Crouse2019-04-181-12/+1
| | * | drm/msm: don't allocate pages from the MOVABLE zoneLucas Stach2019-04-181-0/+7
| * | | Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-04-2426-361/+936
| |\ \ \
| | * | | drm/amd/display: Add profiling tools for bandwidth validationJoshua Aberback2019-04-152-0/+70
| | * | | drm/amd/display: Add fast_validate parameterJoshua Aberback2019-04-1511-13/+29
| | * | | drm/amd/display: Relax requirements for CRTCs to be enabledNicholas Kazlauskas2019-04-151-12/+44
| | * | | drm/amd/display: Check scaling info when determing update typeNicholas Kazlauskas2019-04-151-3/+8
| | * | | drm/amd/display: Don't warn when DC update type > DM guessNicholas Kazlauskas2019-04-151-3/+0
| | * | | drm/amd/display: Use surface directly when checking update typeNicholas Kazlauskas2019-04-151-16/+12
| | * | | drm/amd/display: Add basic downscale and upscale valdiationNicholas Kazlauskas2019-04-151-0/+15
| | * | | drm/amd/display: change name from dc_link_get_verified_link_cap to dc_link_ge...Samson Tam2019-04-153-4/+3
| | * | | drm/amd/display: Rework DC plane filling and surface updatesNicholas Kazlauskas2019-04-151-202/+204