summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/via
Commit message (Expand)AuthorAgeFilesLines
* drm: IRQ midlayer is now legacyThomas Zimmermann2021-08-101-2/+1
* drm: Mark AGP implementation and ioctls as legacyThomas Zimmermann2021-05-101-1/+0
* drm/via: Remove references to drm_device.pdevThomas Zimmermann2021-05-032-7/+11
* via/via_irq: use __func__ to replace string function nameBernard Zhao2020-11-271-1/+1
* drm/via: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-221-0/+1
* drm/via: fix assignment in if conditionBernard Zhao2020-11-181-3/+4
* drm/via/via_dma: Remove set but unused variable 'agp_base'Lee Jones2020-11-121-2/+0
* drm/via: reduce no need mutex_lock areaBernard Zhao2020-10-171-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-4/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-311-3/+3
|\
| * mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-2/+2
| * drm/via: set FOLL_PIN via pin_user_pages_fast()John Hubbard2020-01-311-1/+1
* | drm/via: Don't include <drm/drm_pci.h>Thomas Zimmermann2019-12-053-3/+4
|/
* drivers/gpu/drm/via: convert put_page() to put_user_page*()John Hubbard2019-09-241-8/+2
* drm/via: drop use of drmP.hSam Ravnborg2019-07-258-17/+42
* drm/via: make via_drv.h self-containedSam Ravnborg2019-07-251-0/+3
* drm/via: copy DRM_WAIT_ON as VIA_WAIT_ON and use itSam Ravnborg2019-07-254-6/+46
* drm/via: drop use of DRM(READ|WRITE) macrosSam Ravnborg2019-07-255-64/+84
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+2
* drm/via: mark expected switch fall-throughsGustavo A. R. Silva2019-01-301-0/+4
* drm/irq: Ditch DRIVER_IRQ_SHAREDDaniel Vetter2019-01-291-2/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+1
* Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-042-19/+12
|\
| * drm/via: use monotonic time for VIA_WAIT_IRQArnd Bergmann2017-11-271-3/+3
| * drm: via: use ktime_get() instead of do_gettimeofdayArnd Bergmann2017-11-062-16/+9
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* | Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-11-171-3/+3
|\ \ | |/ |/|
| * via_dmablit(): use get_user_pages_fast()Al Viro2017-09-221-3/+3
* | drm/via: use ARRAY_SIZEJérémy Lefaure2017-10-161-6/+4
|/
* drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter2017-06-201-2/+2
* drm: Remove drm_driver->set_busid hookDaniel Vetter2017-06-201-1/+0
* drm/via: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada2017-05-181-1/+0
* drm/via: use get_user_pages_unlocked()Lorenzo Stoakes2017-02-281-7/+3
* drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-2/+2
* drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-092-4/+2
* drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-021-2/+0
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-2/+2
* drm: Mark up legacy/dri1 drivers with DRM_LEGACYDaniel Vetter2016-08-081-1/+1
* drm: Move master pointer from drm_minor to drm_deviceDaniel Vetter2016-06-211-1/+1
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-2/+1
* via_drm.h: move struct via_file_private definition to drivers/gpu/drm/via/via...Mikko Rapeli2015-10-161-0/+4
* drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-062-11/+12
* treewide: fix typos in comment blocksMasahiro Yamada2015-08-071-1/+1
* drm: move drm_mmap to <drm/drm_legacy.h>Daniel Vetter2014-09-241-1/+1
* drm: Move legacy buffer structures to <drm/drm_legacy.h>Daniel Vetter2014-09-121-0/+1
* drm: Move drm_memory.c map support declarations to <drm/drm_legacy.h>Daniel Vetter2014-09-122-4/+4
* drm: Create drm legacy driver headerDaniel Vetter2014-09-121-0/+2
* drm: move drm-lock API to drm_legacy.hDavid Herrmann2014-09-101-3/+3