summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-05drm/tidss: Add prepare_fb to the plane helper funcsGowtham Tammana1-0/+2
2020-10-05dt-bindings: display: ti,j721e-dss: add missing properties to dt-schemaTomi Valkeinen1-0/+11
2020-10-05dt-bindings: display: ti,am65x-dss: add missing properties to dt-schemaTomi Valkeinen1-0/+11
2020-10-04Revert "gpu/drm: ingenic: Add option to mmap GEM buffers cached"Paul Cercueil3-126/+4
2020-10-02drm/atomic: Make the kerneldoc a bit clearerDaniel Vetter1-5/+5
2020-10-01drm/panfrost: simplify the return expression of panfrost_devfreq_target()Qinglang Miao1-6/+1
2020-10-01drm/panfrost: simplify the return expression of cz_ih_hw_init()Qinglang Miao1-7/+1
2020-09-30MAINTAINERS: mark FRAMEBUFFER LAYER as OrphanBartlomiej Zolnierkiewicz1-2/+1
2020-09-30virtio-gpu api: fix 64/32 compat issue with blob implementationAlistair Delva1-1/+1
2020-09-30drm/hisilicon: Delete the unused macroTian Tao1-2/+0
2020-09-30drm/hisilicon: Using the to_hibmc_drm_private to convertTian Tao3-16/+15
2020-09-29drm: update todo.rstDaniel Vetter1-3/+0
2020-09-29drm/qxl: fix usage of ttm_bo_initChristian König1-3/+5
2020-09-29dma-buf: Document struct dma_buf_mapThomas Zimmermann2-0/+81
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann16-34/+66
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann17-61/+143
2020-09-29dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptrThomas Zimmermann3-8/+91
2020-09-29drm/qxl: simplify the return expression of qxl_plane_prepare_fb()Qinglang Miao1-6/+1
2020-09-29drm/virtio: advertise features to userspaceGurchetan Singh1-1/+10
2020-09-29drm/virtio: implement blob resources: resource create blob ioctlGerd Hoffmann4-3/+144
2020-09-29drm/virtio: implement blob resources: report blob mem to userspaceGurchetan Singh1-0/+3
2020-09-29drm/virtio: implement blob resources: fix stride discrepancyGurchetan Singh3-6/+47
2020-09-29drm/virtio: implement blob resources: refactor UUID code somewhatGurchetan Singh2-13/+31
2020-09-29drm/virtio: implement blob resources: blob display integrationGurchetan Singh1-6/+17
2020-09-29drm/virtio: implement blob resources: hypercall interfaceGurchetan Singh2-0/+80
2020-09-29drm/virtio: implement blob resources: implement vram objectGerd Hoffmann7-3/+293
2020-09-29drm/virtio: implement blob resources: add new fields to internal structsGurchetan Singh1-3/+14
2020-09-29drm/virtio: implement blob resources: expose virtio_gpu_resource_id_getGurchetan Singh2-2/+3
2020-09-29drm/virtio: implement blob resources: probe for host visible regionGerd Hoffmann3-2/+25
2020-09-29drm/virtio: implement blob resources: probe for the feature.Gerd Hoffmann4-3/+10
2020-09-29drm/virtgpu api: cross-device featureGurchetan Singh1-0/+1
2020-09-29drm/virtgpu api: host visible featureGurchetan Singh1-0/+1
2020-09-29drm/virtgpu api: blob resourcesGurchetan Singh1-1/+36
2020-09-29virtio-gpu api: host visible featureGerd Hoffmann1-0/+35
2020-09-29virtio-gpu api: blob resourcesGerd Hoffmann1-0/+43
2020-09-29drm/virtio: blob prep: make CPU responses more genericGurchetan Singh3-11/+11
2020-09-29drm/virtio: blob prep: refactor getting pages and attaching backingGurchetan Singh1-8/+8
2020-09-29drm/rockchip: Include <drm/drm_gem_cma_helper> for drm_gem_cm_vm_opsThomas Zimmermann1-0/+1
2020-09-28drm/hisilicon: Deleted the drm_device declarationTian Tao1-2/+0
2020-09-28drm/ttm: remove fault callbackChristian König2-25/+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