summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-11-23drm/rcar-du: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-1/+1
2018-11-22Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie55-746/+2042
2018-11-21qxl: Make sure qxl_cursor memory is pinnedChristophe Fergeau1-1/+9
2018-11-21qxl: Remove unused qxl_bo_pin argumentsChristophe Fergeau4-12/+8
2018-11-21qxl: No need for NULL check before calling qxl_bo_unref()Christophe Fergeau3-9/+4
2018-11-21drm/cirrus: Remove set but not used variable 'bo'YueHaibing1-3/+0
2018-11-20drm: Introduce new DRM_FORMAT_XYUVStanislav Lisovskiy1-0/+1
2018-11-20drm/tinydrm: Use DRM_GEM_CMA_VMAP_DRIVER_OPSNoralf Trønnes10-88/+31
2018-11-20drm/cma-helper: Add DRM_GEM_CMA_VMAP_DRIVER_OPSNoralf Trønnes1-0/+86
2018-11-20drm/gem: Add drm_gem_object_funcsNoralf Trønnes3-34/+121
2018-11-20drm/prime: Add drm_gem_prime_mmap()Noralf Trønnes1-0/+37
2018-11-20drm/driver: Add defaults for .gem_prime_export/import callbacksNoralf Trønnes1-2/+8
2018-11-20drm/panel: s6d16d0: fix spelling mistake "enble" -> "enable"Colin Ian King1-1/+1
2018-11-20drm/bridge/sii902x: Add missing dependency on I2C_MUXFabrizio Castro1-0/+1
2018-11-19drm/rockchip: fix for mailbox read sizeDamian Kos1-1/+1
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie198-5384/+5539
2018-11-19Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie178-3505/+6770
2018-11-18Merge tag 'libnvdimm-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-14/+5
2018-11-18Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-14/+39
2018-11-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-14/+17
2018-11-16Merge tag 'drm-fixes-2018-11-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds23-193/+289
2018-11-16Merge tag 'for-linus-20181115' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+11
2018-11-16Merge tag 'drm-intel-fixes-2018-11-15' of git://anongit.freedesktop.org/drm/d...Dave Airlie9-80/+208
2018-11-15Merge tag 'pinctrl-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-5/+5
2018-11-15drm/bridge/sii902x: Fix EDID readbackFabrizio Castro1-69/+178
2018-11-15Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie5-31/+33
2018-11-15Merge tag 'drm-misc-fixes-2018-11-14' of git://anongit.freedesktop.org/drm/dr...Dave Airlie9-82/+48
2018-11-15drm/i915: Account for scale factor when calculating initial phaseVille Syrjälä3-10/+57
2018-11-15drm/i915: Clean up skl_program_scaler()Ville Syrjälä1-12/+5
2018-11-15drm/i915: Move programming plane scaler to its own function.Maarten Lankhorst1-38/+52
2018-11-15drm: panel-orientation-quirks: Do rotation quirk for new GPD Win2 FWGabriel Krisman Bertazi1-1/+1
2018-11-15efi: Permit calling efi_mem_reserve_persistent() from atomic contextArd Biesheuvel1-12/+19
2018-11-15efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel2-0/+7
2018-11-15efi/arm/libstub: Pack FDT after populating itArd Biesheuvel1-0/+4
2018-11-15efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel3-1/+8
2018-11-15efi: Fix debugobjects warning on 'efi_rts_work'Waiman Long1-1/+1
2018-11-15Merge tag 'acpi-4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+1
2018-11-15Merge tag 'pm-4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-34/+13
2018-11-14Merge tag 'pci-v4.20-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2018-11-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds12-23/+18
2018-11-14Merge tag 'rtc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Linus Torvalds3-5/+18
2018-11-14SCSI: fix queue cleanup race before queue initialization is doneMing Lei1-0/+8
2018-11-14drm/qxl: remove set but not used variables 'driver, qbo'YueHaibing1-4/+0
2018-11-14drm/qxl: remove set but not used variable 'map'YueHaibing1-7/+3
2018-11-14drm/virtio: fix memory leak of vfpriv on error return pathColin Ian King1-1/+3
2018-11-14drm/virtio: bump driver version after explicit synchronization additionGustavo Padovan1-2/+2
2018-11-14drm/virtio: add in/out fence support for explicit synchronizationRobert Foss1-17/+64
2018-11-14drm/virtio: add uapi for in and out explicit fencesRobert Foss1-0/+5
2018-11-14drm/virtio: add virtio_gpu_alloc_fence()Robert Foss5-15/+96
2018-11-14drm/virtio: Use IDAs more efficientlyMatthew Wilcox2-5/+6