summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/via
AgeCommit message (Expand)AuthorFilesLines
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+3
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-2/+2
2020-01-31drm/via: set FOLL_PIN via pin_user_pages_fast()John Hubbard1-1/+1
2019-12-05drm/via: Don't include <drm/drm_pci.h>Thomas Zimmermann3-3/+4
2019-09-24drivers/gpu/drm/via: convert put_page() to put_user_page*()John Hubbard1-8/+2
2019-07-25drm/via: drop use of drmP.hSam Ravnborg8-17/+42
2019-07-25drm/via: make via_drv.h self-containedSam Ravnborg1-0/+3
2019-07-25drm/via: copy DRM_WAIT_ON as VIA_WAIT_ON and use itSam Ravnborg4-6/+46
2019-07-25drm/via: drop use of DRM(READ|WRITE) macrosSam Ravnborg5-64/+84
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+2
2019-01-30drm/via: mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2019-01-29drm/irq: Ditch DRIVER_IRQ_SHAREDDaniel Vetter1-2/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-19/+12
2017-11-27drm/via: use monotonic time for VIA_WAIT_IRQArnd Bergmann1-3/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+3
2017-11-06drm: via: use ktime_get() instead of do_gettimeofdayArnd Bergmann2-16/+9
2017-10-16drm/via: use ARRAY_SIZEJérémy Lefaure1-6/+4
2017-09-22via_dmablit(): use get_user_pages_fast()Al Viro1-3/+3
2017-06-20drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter1-2/+2
2017-06-20drm: Remove drm_driver->set_busid hookDaniel Vetter1-1/+0
2017-05-18drm/via: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada1-1/+0
2017-02-28drm/via: use get_user_pages_unlocked()Lorenzo Stoakes1-7/+3
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-2/+2
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2-4/+2
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes1-2/+2
2016-08-08drm: Mark up legacy/dri1 drivers with DRM_LEGACYDaniel Vetter1-1/+1
2016-06-21drm: Move master pointer from drm_minor to drm_deviceDaniel Vetter1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-2/+1
2015-10-16via_drm.h: move struct via_file_private definition to drivers/gpu/drm/via/via...Mikko Rapeli1-0/+4
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding2-11/+12
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada1-1/+1
2014-09-24drm: move drm_mmap to <drm/drm_legacy.h>Daniel Vetter1-1/+1
2014-09-12drm: Move legacy buffer structures to <drm/drm_legacy.h>Daniel Vetter1-0/+1
2014-09-12drm: Move drm_memory.c map support declarations to <drm/drm_legacy.h>Daniel Vetter2-4/+4
2014-09-12drm: Create drm legacy driver headerDaniel Vetter1-0/+2
2014-09-10drm: move drm-lock API to drm_legacy.hDavid Herrmann1-3/+3
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+1
2014-09-10drm: mark drm_buf and drm_map as legacyDavid Herrmann1-1/+1
2014-06-10drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau1-1/+1
2014-04-22drm/via: Remove unecessary NULL checkDaniel Vetter1-1/+1
2014-01-14drivers: gpu: Mark function as static in via_drv.cRashika1-1/+1
2013-12-18drm: Kill DRM_SUSERDaniel Vetter1-2/+2
2013-12-18drm: Kill DRM_*MEMORYBARRIERDaniel Vetter2-3/+3
2013-12-18drm: Kill DRM_COPY_(TO|FROM)_USERDaniel Vetter1-2/+2
2013-12-18drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUEDaniel Vetter3-10/+10