summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-25drm/xlnx: Initialize DRM driver instance with CMA helper macroThomas Zimmermann1-13/+1
2020-09-25drm/xen: Introduce GEM object functionsThomas Zimmermann3-27/+34
2020-09-25drm/vkms: Introduce GEM object functionsThomas Zimmermann2-8/+13
2020-09-25drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcsThomas Zimmermann2-1/+1
2020-09-25drm/vgem: Introduce GEM object functionsThomas Zimmermann1-7/+14
2020-09-25drm/vc4: Introduce GEM object functionsThomas Zimmermann3-14/+20
2020-09-25drm/tegra: Introduce GEM object functionsThomas Zimmermann2-4/+8
2020-09-25drm/rockchip: Convert to drm_gem_object_funcsThomas Zimmermann2-6/+11
2020-09-25drm/radeon: Introduce GEM object functionsThomas Zimmermann2-26/+28
2020-09-25drm/pl111: Introduce GEM object functionsThomas Zimmermann1-4/+1
2020-09-25drm/omapdrm: Introduce GEM object functionsThomas Zimmermann3-13/+16
2020-09-25drm/nouveau: Introduce GEM object functionsThomas Zimmermann4-9/+17
2020-09-25drm/msm: Introduce GEM object funcsThomas Zimmermann3-15/+18
2020-09-25drm/mediatek: Introduce GEM object functionsThomas Zimmermann2-5/+11
2020-09-25drm/imx/dcss: Initialize DRM driver instance with CMA helper macroThomas Zimmermann1-13/+1
2020-09-25drm/i915: Introduce GEM object functionsThomas Zimmermann4-13/+18
2020-09-25drm/gma500: Introduce GEM object functionsThomas Zimmermann5-13/+21
2020-09-25drm/exynos: Introduce GEM object functionsThomas Zimmermann2-10/+15
2020-09-25drm/etnaviv: Introduce GEM object functionsThomas Zimmermann3-15/+18
2020-09-25drm/armada: Introduce GEM object functionsThomas Zimmermann3-6/+11
2020-09-25drm/amdgpu: Introduce GEM object functionsThomas Zimmermann3-16/+18
2020-09-25drm/hisilicon: Features to support reading resolutions from EDIDTian Tao1-4/+34
2020-09-25drm/hisilicon: Support i2c driver algorithms for bit-shift adaptersTian Tao3-2/+124
2020-09-24drm/panel: otm8009a: allow using non-continuous dsi clockAntonio Borneo1-1/+1
2020-09-24drm/panel: otm8009a: remove hack to force commands in HSAntonio Borneo1-16/+2
2020-09-24fbdev: mx3fb: remove unused variable 'irq'Xiaofei Tan1-2/+0
2020-09-24drm/panel: rm68200: allow using non-continuous dsi clockYannick Fertre1-1/+1
2020-09-24drm/radeon/ttm: handle ttm moves properlyDave Airlie1-5/+7
2020-09-24drm/amdgpu/ttm: handle tt moves properly.Dave Airlie1-5/+7
2020-09-24drm/ttm: handle the SYSTEM->TT path in same place as others.Dave Airlie1-12/+9
2020-09-24drm/panel: simplify the return expression of td028ttec1_prepareQinglang Miao1-6/+1
2020-09-24drm/ttm: remove TTM_PL_FLAG_NO_EVICTChristian König2-9/+3
2020-09-24drm/ttm: remove ttm_bo_createChristian König2-64/+0
2020-09-24drm/amdgpu: switch over to the new pin interfaceChristian König9-46/+24
2020-09-24drm/radeon: switch over to the new pin interfaceChristian König5-38/+13
2020-09-24drm/qxl: switch over to the new pin interfaceChristian König7-39/+20
2020-09-24drm/vram-helper: switch over to the new pin interfaceChristian König2-31/+9
2020-09-24drm/nouveau: switch over to the new pin interfaceChristian König3-40/+13
2020-09-24drm/vmwgfx: switch over to the new pin interface v2Christian König11-85/+39
2020-09-24drm/vmwgfx: stop using ttm_bo_create v2Christian König4-8/+53
2020-09-24drm/vmwgfx: remove unused placement combinationChristian König2-31/+0
2020-09-24drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König3-4/+33
2020-09-24drm/ast: Reload gamma LUT after changing primary plane's color formatThomas Zimmermann1-1/+16
2020-09-24drm/ttm: remove persistent_swap_storageChristian König4-42/+30
2020-09-24drm/nouveau: stop using persistent_swap_storageChristian König1-1/+0
2020-09-24drm/dp: add a number of DP 2.0 DPCD definitionsJani Nikula1-7/+45
2020-09-24drm/dp: add subheadings to DPCD address definitionsJani Nikula1-4/+18
2020-09-23drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie5-6/+11
2020-09-23drm/nouveau/ttm: plumb ctx through move functions.Dave Airlie1-25/+23
2020-09-23drm/radeon: cleanup ttm operation ctx usage.Dave Airlie1-19/+15