summaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-24drm/leases: Don't init to 0 in drm_master_createDaniel Vetter1-2/+0
2019-04-24drm/lease: Drop recursive leads checksDaniel Vetter1-2/+0
2019-04-24drm/leases: Drop object_id validation for negative idsDaniel Vetter1-5/+0
2019-04-24drm/fb: revert the i915 Actually configure untiled displays from masterDave Airlie1-7/+5
2019-04-24drm/i915/icl: Fix MG_DP_MODE() register programmingImre 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-24drm/legacy: remove some legacy lock struct membersDave Airlie6-5/+19
2019-04-24drm/legacy: place all drm legacy members under DRM_LEGACY.Dave Airlie2-1/+11
2019-04-24drm: allow removal of legacy codepaths (v4.1)Dave Airlie8-33/+105
2019-04-24drm/legacy: don't include any of ati_pcigart in legacy. (v2)Dave Airlie2-1/+5
2019-04-24drm/legacy: move legacy dev reinit into legacy miscDave Airlie3-24/+25
2019-04-24drm/legacy: move init/destroy of struct members into legacy fileDave Airlie4-8/+59
2019-04-24drm/legacy: move map_hash create/destroy into inlinesDave Airlie2-3/+13
2019-04-24drm/legacy: move lock cleanup for master into lock file (v2)Dave Airlie3-15/+21
2019-04-24drm/radeon: drop unused ati pcigart include.Dave Airlie1-1/+0
2019-04-24drm/legacy: move map cleanups into drm_bufs.cDave Airlie3-4/+10
2019-04-24drm/legacy: move drm_legacy_master_rmmaps to non-driver legacy header.Dave Airlie2-2/+3
2019-04-24drm/nouveau: add kconfig option to turn off nouveau legacy contexts. (v3)Dave Airlie2-3/+17
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-23drm/i915/icl: Fix clockgating issue when using scalersRadhakrishna Sripada1-5/+35
2019-04-23drm/i915: Fix skl+ max plane widthVille Syrjälä1-25/+47
2019-04-23drm/i915/icl: Fix MG_DP_MODE() register programmingImre Deak1-10/+8
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-20drm/i915: Start writeback from the shrinkerChris Wilson3-36/+79
2019-04-20drm/i915/selftests: Check that gpu reset is usable from atomic contextFernando Pacheco1-3/+3
2019-04-20Revert "drm/i915/guc: Disable global reset"Fernando Pacheco1-3/+0
2019-04-20drm/i915/uc: Place uC firmware in upper range of GGTTFernando Pacheco8-73/+208
2019-04-20drm/i915/uc: Reserve upper range of GGTTFernando Pacheco4-13/+42
2019-04-20drm/i915/uc: Rename uC firmware init/fini functionsFernando Pacheco6-10/+11
2019-04-19drm/i915/gtt: Skip clearing the GGTT under gen6+ full-ppgttChris Wilson1-1/+3
2019-04-19drm/i915: remove DRM_AUTH from IOCTLs which also have DRM_RENDER_ALLOWChristian König1-5/+5
2019-04-19drm/i915: Expose the busyspin durations for i915_wait_requestChris Wilson3-2/+44
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