summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/via
AgeCommit message (Expand)Author
2021-08-10drm: IRQ midlayer is now legacyThomas Zimmermann
2021-05-10drm: Mark AGP implementation and ioctls as legacyThomas Zimmermann
2021-05-03drm/via: Remove references to drm_device.pdevThomas Zimmermann
2020-11-27via/via_irq: use __func__ to replace string function nameBernard Zhao
2020-11-22drm/via: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-18drm/via: fix assignment in if conditionBernard Zhao
2020-11-12drm/via/via_dma: Remove set but unused variable 'agp_base'Lee Jones
2020-10-17drm/via: reduce no need mutex_lock areaBernard Zhao
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard
2020-01-31drm/via: set FOLL_PIN via pin_user_pages_fast()John Hubbard
2019-12-05drm/via: Don't include <drm/drm_pci.h>Thomas Zimmermann
2019-09-24drivers/gpu/drm/via: convert put_page() to put_user_page*()John Hubbard
2019-07-25drm/via: drop use of drmP.hSam Ravnborg
2019-07-25drm/via: make via_drv.h self-containedSam Ravnborg
2019-07-25drm/via: copy DRM_WAIT_ON as VIA_WAIT_ON and use itSam Ravnborg
2019-07-25drm/via: drop use of DRM(READ|WRITE) macrosSam Ravnborg
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-01-30drm/via: mark expected switch fall-throughsGustavo A. R. Silva
2019-01-29drm/irq: Ditch DRIVER_IRQ_SHAREDDaniel Vetter
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2017-11-27drm/via: use monotonic time for VIA_WAIT_IRQArnd Bergmann
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-11-06drm: via: use ktime_get() instead of do_gettimeofdayArnd Bergmann
2017-10-16drm/via: use ARRAY_SIZEJérémy Lefaure
2017-09-22via_dmablit(): use get_user_pages_fast()Al Viro
2017-06-20drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter
2017-06-20drm: Remove drm_driver->set_busid hookDaniel Vetter
2017-05-18drm/via: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada
2017-02-28drm/via: use get_user_pages_unlocked()Lorenzo Stoakes
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2016-08-08drm: Mark up legacy/dri1 drivers with DRM_LEGACYDaniel Vetter
2016-06-21drm: Move master pointer from drm_minor to drm_deviceDaniel Vetter
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen
2015-10-16via_drm.h: move struct via_file_private definition to drivers/gpu/drm/via/via...Mikko Rapeli
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding
2015-08-07treewide: fix typos in comment blocksMasahiro Yamada
2014-09-24drm: move drm_mmap to <drm/drm_legacy.h>Daniel Vetter
2014-09-12drm: Move legacy buffer structures to <drm/drm_legacy.h>Daniel Vetter
2014-09-12drm: Move drm_memory.c map support declarations to <drm/drm_legacy.h>Daniel Vetter
2014-09-12drm: Create drm legacy driver headerDaniel Vetter
2014-09-10drm: move drm-lock API to drm_legacy.hDavid Herrmann