summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-24drm/i915/icl: Fix MG_DP_MODE() register programmingdrm-intel-next-fixes-2019-04-25Imre Deak1-10/+8
2019-04-24drm/i915: Avoid use-after-free in reporting create.sizeChris Wilson1-1/+1
2019-04-24drm/udl: move to embedding drm device inside udl device.Dave Airlie4-37/+53
2019-04-24drm/udl: introduce a macro to convert dev to udl.Dave Airlie4-12/+14
2019-04-24Merge tag 'exynos-drm-next-for-v5.2' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie22-300/+400
2019-04-24drm/ipp: clean up debug messagesInki Dae6-37/+40
2019-04-24drm/vidi: replace platform_device pointer with device oneInki Dae1-16/+17
2019-04-24drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macroInki Dae13-148/+191
2019-04-24drm/exynos: use DRM_DEV_ERROR to print out error messageInki Dae18-120/+179
2019-04-24drm/exynos: remove unnecessary messagesInki Dae3-6/+0
2019-04-24drm/fimd: use DRM_ERROR instead of DRM_INFO in error caseInki Dae1-3/+3
2019-04-24drm/exynos: g2d: remove style errorSeung-Woo Kim1-1/+1
2019-04-24Merge tag 'drm-msm-next-2019-04-21' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie32-513/+665
2019-04-24Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie27-361/+944
2019-04-24Merge tag 'drm/tegra/for-5.2-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie5-44/+277
2019-04-24Merge tag 'drm-misc-next-2019-04-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie66-681/+4506
2019-04-24Merge tag 'drm-intel-next-2019-04-17' of git://anongit.freedesktop.org/drm/dr...Dave Airlie142-2237/+4429
2019-04-24Merge branch 'vmwgfx-next' of https://gitlab.freedesktop.org/drawat/linux int...Dave Airlie25-1231/+972
2019-04-21drm/msm/a6xx: Don't enable GPU state code if dependencies are missingJordan Crouse4-3/+11
2019-04-21dt-bindings: drm/msm/gpu: Document a5xx / a6xx zap shader regionJordan Crouse1-0/+7
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-21dt-bindings: drm/msm/a6xx: Document interconnect properties for GPUJordan Crouse1-0/+4
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-19dt-bindings: drm/msm/a6xx: Add GX power-domain for GMU bindingsJordan Crouse1-2/+8
2019-04-19drm/msm/a6xx: Remove unwanted regulator codeJordan Crouse2-6/+0
2019-04-19drm/msm/gpu: Add submit queue queriesJordan Crouse5-2/+65
2019-04-19drm/msm: add param to retrieve # of GPU faults (global)Rob Clark4-0/+10
2019-04-19drm/msm/gpu: add per-process pagetables paramRob Clark2-0/+4
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