aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24drm/tiny: drm_gem_simple_display_pipe_prepare_fb is the defaultDaniel Vetter1-1/+0
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter2-3/+4
2021-03-26drivers: gpu: drm: xen_drm_front_drm_info is declared twiceWan Jiabing1-1/+0
2021-03-26gpu/xen: Fix a use after free in xen_drm_drv_initLv Yunlong1-2/+4
2021-03-01drm/xen: adjust KconfigJan Beulich1-7/+3
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-1/+2
2020-11-30drm/prime: split array import functions v4Christian König1-2/+2
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2-8/+16
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+1
2020-09-25drm/xen: Introduce GEM object functionsThomas Zimmermann3-27/+34
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+2
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-nextDave Airlie1-1/+1
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard2-7/+5
2020-09-10drm: xen: fix common struct sg_table related issuesMarek Szyprowski1-1/+1
2020-09-09drm: allow limiting the scatter list size.Gerd Hoffmann1-1/+2
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-4/+5
2020-09-04xen: add helpers to allocate unpopulated memoryRoger Pau Monne1-4/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+0
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds5-11/+15
2020-08-13drm/xen-front: Pass dumb buffer data offset to the backendOleksandr Andrushchenko3-4/+7
2020-08-13drm/xen-front: Add YUYV to supported formatsOleksandr Andrushchenko1-0/+1
2020-08-13drm/xen-front: Fix misused IS_ERR_OR_NULL checksOleksandr Andrushchenko3-7/+7
2020-05-19drm/xen: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-2/+2
2020-04-22Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+1
2020-04-17Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2020-03-31drm/xen: fix passing zero to 'PTR_ERR' warningDing Xiang1-1/+1
2020-03-26drm: Garbage collect drm_dev_finiDaniel Vetter1-2/+0
2020-03-26drm: Set final_kfree in drm_dev_allocDaniel Vetter1-1/+1
2020-01-30drm/xen: Explicitly disable automatic sending of vblank eventThomas Zimmermann1-0/+19
2019-11-19drm/xen: Simplify fb_createDaniel Vetter1-8/+1
2019-10-24drm/simple-kms: Standardize arguments for callbacksDaniel Vetter1-3/+4
2019-10-12Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-10/+2
2019-10-10xen: Stop abusing DT of_dma_configure APIRob Herring1-10/+2
2019-08-19drm/xen-front: Make structure fb_funcs constantNishka Dasgupta1-1/+1
2019-07-15drm/xen: drop use of drmP.hSam Ravnborg9-24/+39
2019-06-21drm/xen: Drop drm_gem_prime_export/importDaniel Vetter1-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14drm/xen/xen_drm_front_gem.c: convert to use vm_map_pages()Souptick Joarder1-13/+5
2019-02-21drm/drv: drm_dev_unplug(): Move out drm_dev_put() callNoralf Trønnes1-0/+1
2019-02-04drm/xen-front: Fix mmap attributes for display buffersOleksandr Andrushchenko1-3/+10
2019-02-04drm/xen-front: Drop pointless static qualifier in fb_destroy()YueHaibing1-1/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter4-4/+4
2019-01-10Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+0
2018-12-18drm/xen-front: Use Xen common shared buffer implementationOleksandr Andrushchenko6-520/+26
2018-12-12drm/xen: Don't set the dpms hookDaniel Vetter1-1/+0
2018-07-23drm: Replace NULL with error value in drm_prime_pages_to_sgOleksandr Andrushchenko1-1/+1
2018-06-22Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie3-4/+4
2018-06-06Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds16-0/+2967