summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2020-09-28drm/hisilicon: Deleted the drm_device declarationTian Tao1-2/+0
2020-09-28drm/ttm: remove fault callbackChristian König1-22/+0
2020-09-28drm/nouveau: stop using TTMs fault callbackChristian König3-28/+33
2020-09-28drm/amdgpu: stop using TTMs fault callbackChristian König3-16/+46
2020-09-28drm/radeon: stop using TTMs fault callbackChristian König3-19/+34
2020-09-28drm/ttm: move SG flag check into ttm_bo_vm_reserveChristian König1-7/+9
2020-09-28drm/ingenic: Add support for paletted 8bppPaul Cercueil1-4/+62
2020-09-26drm/ingenic: Add support for 24-bit modesPaul Cercueil2-0/+10
2020-09-26drm/ingenic: Add support for 30-bit modesPaul Cercueil2-0/+9
2020-09-26drm/ingenic: Support handling different pixel formats in F0/F1 planesPaul Cercueil1-10/+47
2020-09-26drm/ingenic: Alloc F0 and F1 DMA descriptors at oncePaul Cercueil1-23/+28
2020-09-26drm/ingenic: Add support for reserved memoryPaul Cercueil1-0/+19
2020-09-26drm/ingenic: Reset pixclock rate when parent clock rate changesPaul Cercueil1-1/+60
2020-09-25drm/vram-helper: Don't put new BOs into VRAMThomas Zimmermann1-2/+1
2020-09-25drm/vram-helper: Set object function iff they are not provided by driverThomas Zimmermann1-4/+12
2020-09-25drm/vram-helper: Integrate drm_gem_vram_init() into drm_gem_vram_create()Thomas Zimmermann1-48/+29
2020-09-25drm: Remove obsolete GEM and PRIME callbacks from struct drm_driverThomas Zimmermann3-47/+28
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-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önig1-8/+3
2020-09-24drm/ttm: remove ttm_bo_createChristian König1-40/+0
2020-09-24drm/amdgpu: switch over to the new pin interfaceChristian König9-46/+24