summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann2020-09-2914-57/+125
* dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptrThomas Zimmermann2020-09-291-7/+7
* drm/qxl: simplify the return expression of qxl_plane_prepare_fb()Qinglang Miao2020-09-291-6/+1
* drm/virtio: advertise features to userspaceGurchetan Singh2020-09-291-1/+10
* drm/virtio: implement blob resources: resource create blob ioctlGerd Hoffmann2020-09-294-3/+144
* drm/virtio: implement blob resources: report blob mem to userspaceGurchetan Singh2020-09-291-0/+3
* drm/virtio: implement blob resources: fix stride discrepancyGurchetan Singh2020-09-293-6/+47
* drm/virtio: implement blob resources: refactor UUID code somewhatGurchetan Singh2020-09-292-13/+31
* drm/virtio: implement blob resources: blob display integrationGurchetan Singh2020-09-291-6/+17
* drm/virtio: implement blob resources: hypercall interfaceGurchetan Singh2020-09-292-0/+80
* drm/virtio: implement blob resources: implement vram objectGerd Hoffmann2020-09-297-3/+293
* drm/virtio: implement blob resources: add new fields to internal structsGurchetan Singh2020-09-291-3/+14
* drm/virtio: implement blob resources: expose virtio_gpu_resource_id_getGurchetan Singh2020-09-292-2/+3
* drm/virtio: implement blob resources: probe for host visible regionGerd Hoffmann2020-09-293-2/+25
* drm/virtio: implement blob resources: probe for the feature.Gerd Hoffmann2020-09-294-3/+10
* drm/virtio: blob prep: make CPU responses more genericGurchetan Singh2020-09-293-11/+11
* drm/virtio: blob prep: refactor getting pages and attaching backingGurchetan Singh2020-09-291-8/+8
* drm/rockchip: Include <drm/drm_gem_cma_helper> for drm_gem_cm_vm_opsThomas Zimmermann2020-09-291-0/+1
* drm/hisilicon: Deleted the drm_device declarationTian Tao2020-09-281-2/+0
* drm/ttm: remove fault callbackChristian König2020-09-281-22/+0
* drm/nouveau: stop using TTMs fault callbackChristian König2020-09-283-28/+33
* drm/amdgpu: stop using TTMs fault callbackChristian König2020-09-283-16/+46
* drm/radeon: stop using TTMs fault callbackChristian König2020-09-283-19/+34
* drm/ttm: move SG flag check into ttm_bo_vm_reserveChristian König2020-09-281-7/+9
* drm/ingenic: Add support for paletted 8bppPaul Cercueil2020-09-281-4/+62
* drm/ingenic: Add support for 24-bit modesPaul Cercueil2020-09-262-0/+10
* drm/ingenic: Add support for 30-bit modesPaul Cercueil2020-09-262-0/+9
* drm/ingenic: Support handling different pixel formats in F0/F1 planesPaul Cercueil2020-09-261-10/+47
* drm/ingenic: Alloc F0 and F1 DMA descriptors at oncePaul Cercueil2020-09-261-23/+28
* drm/ingenic: Add support for reserved memoryPaul Cercueil2020-09-261-0/+19
* drm/ingenic: Reset pixclock rate when parent clock rate changesPaul Cercueil2020-09-261-1/+60
* fbdev: sbuslib: remove compat_alloc_user_space usageArnd Bergmann2020-09-251-25/+70
* fbdev: sbuslib: remove unused FBIOSCURSOR32 helperArnd Bergmann2020-09-251-28/+1
* fbdev: simplify fb_getput_cmap()Arnd Bergmann2020-09-251-25/+19
* 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