summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/vram-helper: Don't put new BOs into VRAMThomas Zimmermann2020-09-251-2/+1
* drm/vram-helper: Set object function iff they are not provided by driverThomas Zimmermann2020-09-251-4/+12
* drm/vram-helper: Integrate drm_gem_vram_init() into drm_gem_vram_create()Thomas Zimmermann2020-09-251-48/+29
* drm: Remove obsolete GEM and PRIME callbacks from struct drm_driverThomas Zimmermann2020-09-253-47/+28
* drm/xlnx: Initialize DRM driver instance with CMA helper macroThomas Zimmermann2020-09-251-13/+1
* drm/xen: Introduce GEM object functionsThomas Zimmermann2020-09-253-27/+34
* drm/vkms: Introduce GEM object functionsThomas Zimmermann2020-09-252-8/+13
* drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcsThomas Zimmermann2020-09-252-1/+1
* drm/vgem: Introduce GEM object functionsThomas Zimmermann2020-09-251-7/+14
* drm/vc4: Introduce GEM object functionsThomas Zimmermann2020-09-253-14/+20
* drm/tegra: Introduce GEM object functionsThomas Zimmermann2020-09-252-4/+8
* drm/rockchip: Convert to drm_gem_object_funcsThomas Zimmermann2020-09-252-6/+11
* drm/radeon: Introduce GEM object functionsThomas Zimmermann2020-09-252-26/+28
* drm/pl111: Introduce GEM object functionsThomas Zimmermann2020-09-251-4/+1
* drm/omapdrm: Introduce GEM object functionsThomas Zimmermann2020-09-253-13/+16
* drm/nouveau: Introduce GEM object functionsThomas Zimmermann2020-09-254-9/+17
* drm/msm: Introduce GEM object funcsThomas Zimmermann2020-09-253-15/+18
* drm/mediatek: Introduce GEM object functionsThomas Zimmermann2020-09-252-5/+11
* drm/imx/dcss: Initialize DRM driver instance with CMA helper macroThomas Zimmermann2020-09-251-13/+1
* drm/i915: Introduce GEM object functionsThomas Zimmermann2020-09-254-13/+18
* drm/gma500: Introduce GEM object functionsThomas Zimmermann2020-09-255-13/+21
* drm/exynos: Introduce GEM object functionsThomas Zimmermann2020-09-252-10/+15
* drm/etnaviv: Introduce GEM object functionsThomas Zimmermann2020-09-253-15/+18
* drm/armada: Introduce GEM object functionsThomas Zimmermann2020-09-253-6/+11
* drm/amdgpu: Introduce GEM object functionsThomas Zimmermann2020-09-253-16/+18
* drm/hisilicon: Features to support reading resolutions from EDIDTian Tao2020-09-241-4/+34
* drm/hisilicon: Support i2c driver algorithms for bit-shift adaptersTian Tao2020-09-243-2/+124
* drm/panel: otm8009a: allow using non-continuous dsi clockAntonio Borneo2020-09-241-1/+1
* drm/panel: otm8009a: remove hack to force commands in HSAntonio Borneo2020-09-241-16/+2
* drm/panel: rm68200: allow using non-continuous dsi clockYannick Fertre2020-09-241-1/+1
* drm/radeon/ttm: handle ttm moves properlyDave Airlie2020-09-251-5/+7
* drm/amdgpu/ttm: handle tt moves properly.Dave Airlie2020-09-251-5/+7
* drm/ttm: handle the SYSTEM->TT path in same place as others.Dave Airlie2020-09-251-12/+9
* drm/panel: simplify the return expression of td028ttec1_prepareQinglang Miao2020-09-241-6/+1
* drm/ttm: remove TTM_PL_FLAG_NO_EVICTChristian König2020-09-241-8/+3
* drm/ttm: remove ttm_bo_createChristian König2020-09-241-40/+0
* drm/amdgpu: switch over to the new pin interfaceChristian König2020-09-249-46/+24
* drm/radeon: switch over to the new pin interfaceChristian König2020-09-245-38/+13
* drm/qxl: switch over to the new pin interfaceChristian König2020-09-247-39/+20
* drm/vram-helper: switch over to the new pin interfaceChristian König2020-09-241-28/+9
* drm/nouveau: switch over to the new pin interfaceChristian König2020-09-243-40/+13
* drm/vmwgfx: switch over to the new pin interface v2Christian König2020-09-2411-85/+39
* drm/vmwgfx: stop using ttm_bo_create v2Christian König2020-09-244-8/+53
* drm/vmwgfx: remove unused placement combinationChristian König2020-09-242-31/+0
* drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König2020-09-242-4/+7
* drm/ast: Reload gamma LUT after changing primary plane's color formatThomas Zimmermann2020-09-241-1/+16
* drm/ttm: remove persistent_swap_storageChristian König2020-09-242-36/+29
* drm/nouveau: stop using persistent_swap_storageChristian König2020-09-241-1/+0
* drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie2020-09-244-6/+6
* drm/nouveau/ttm: plumb ctx through move functions.Dave Airlie2020-09-241-25/+23