summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xen/xen_drm_front_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xen: Add missing VM_DONTEXPAND flag in mmap callbackOleksandr Tyshchenko2022-06-211-1/+1
* dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-3/+4
* drm/xen: Implement mmap as GEM object functionThomas Zimmermann2021-11-111-66/+42
* drm/prime: split array import functions v4Christian König2020-11-301-2/+2
* drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-091-6/+12
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-021-1/+1
|\
| * Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-231-1/+2
| |\
| * \ Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2020-09-171-1/+1
| |\ \
| | * | drm: xen: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-1/+1
* | | | drm/xen: Introduce GEM object functionsThomas Zimmermann2020-09-251-0/+15
| |_|/ |/| |
* | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-09-141-4/+5
|\| |
| * | xen: add helpers to allocate unpopulated memoryRoger Pau Monne2020-09-041-4/+5
| |/
* / drm: allow limiting the scatter list size.Gerd Hoffmann2020-09-091-1/+2
|/
* drm/xen-front: Pass dumb buffer data offset to the backendOleksandr Andrushchenko2020-08-131-1/+2
* drm/xen-front: Fix misused IS_ERR_OR_NULL checksOleksandr Andrushchenko2020-08-131-4/+4
* drm/xen: drop use of drmP.hSam Ravnborg2019-07-151-6/+5
* drm/xen/xen_drm_front_gem.c: convert to use vm_map_pages()Souptick Joarder2019-05-141-13/+5
* drm/xen-front: Fix mmap attributes for display buffersOleksandr Andrushchenko2019-02-041-3/+10
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/xen-front: Use Xen common shared buffer implementationOleksandr Andrushchenko2018-12-181-1/+0
* drm: Replace NULL with error value in drm_prime_pages_to_sgOleksandr Andrushchenko2018-07-231-1/+1
* drm/xen-front: Remove CMA supportOleksandr Andrushchenko2018-04-181-9/+3
* drm/xen-front: Add support for Xen PV display frontendOleksandr Andrushchenko2018-04-031-0/+314