aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-10-19drm: Check crtc viewport correctly with rotated primary plane on atomic driversVille Syrjälä2-5/+3
2015-10-19drm: Refactor plane src coordinate checksVille Syrjälä1-29/+30
2015-10-19drm: Swap w/h when converting the mode to src coordidates for a rotated prima...Ville Syrjälä1-2/+7
2015-10-19drm: Don't leak fb when plane crtc coodinates are badVille Syrjälä1-1/+2
2015-10-19drm/gem: Use kref_get_unless_zero for the weak mmap referencesDaniel Vetter2-40/+40
2015-10-19drm/vgem: Drop vgem_drm_gem_mmapDaniel Vetter1-54/+1
2015-10-19drm: Fix return value of drm_framebuffer_init()Lukas Wunner1-3/+2
2015-10-19drm/gem: Use container_of in drm_gem_object_freeDaniel Vetter1-1/+2
2015-10-16drm/gem: Drop struct_mutex requirement from drm_gem_mmap_objDaniel Vetter6-19/+0
2015-10-16drm: misc cleanupRob Clark1-3/+1
2015-10-16vga_switcheroo: Use enum vga_switcheroo_client_id instead of intLukas Wunner1-7/+10
2015-10-16vga_switcheroo: Use VGA_SWITCHEROO_UNKNOWN_ID instead of -1Lukas Wunner1-8/+9
2015-10-16vga_switcheroo: Use enum vga_switcheroo_state instead of intLukas Wunner1-3/+3
2015-10-16drm: Add DRM_DEBUG_VBL()Ville Syrjälä1-11/+11
2015-10-16drm: Don't use '\' for string literal concatenationVille Syrjälä1-2/+2
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter11-152/+149
2015-10-16drm: Enforce unlocked ioctl operation for kms driver ioctlsDaniel Vetter1-2/+8
2015-10-16drm/i915: Mark getparam ioctl as DRM_UNLOCKEDDaniel Vetter1-1/+1
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä14-13/+30
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding41-219/+227
2015-10-05drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASKJoonas Lahtinen5-7/+8
2015-10-02vga_switcheroo: Add missing lockingLukas Wunner1-18/+32
2015-10-01vgaarb: use kzalloc in vga_arbiter_add_pci_device()Rasmus Villemoes1-3/+1
2015-10-01drm: Don't zero vblank timestamps from the irq handlerVille Syrjälä1-3/+4
2015-10-01drm: Hack around CONFIG_AGP=m build failuresDaniel Vetter1-0/+2
2015-09-30drm/i915: Remove setparam ioctlDaniel Vetter4-34/+3
2015-09-30drm/vmwgfx: Stop checking for DRM_UNLOCKEDDaniel Vetter1-8/+0
2015-09-30drm/drm_ioctl.c: kerneldocDaniel Vetter1-22/+54
2015-09-30drm: Define a drm_invalid_op ioctl implementationDaniel Vetter2-67/+34
2015-09-30drm: Remove __OS_HAS_AGPDaniel Vetter14-55/+52
2015-09-30drm/doc: Update docs about device instance setupDaniel Vetter3-4/+65
2015-09-30Merge tag 'topic/drm-misc-2015-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie52-442/+1121
2015-09-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+16
2015-09-27Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds3-1/+73
2015-09-26Merge tag 'omap-for-v4.3/fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-6/+50
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-12/+40
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds8-166/+298
2015-09-26Merge tag 'usb-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds27-175/+286
2015-09-26Merge tag 'tty-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+2
2015-09-26Merge tag 'staging-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-43/+63
2015-09-26Merge tag 'driver-core-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+8
2015-09-26Merge tag 'char-misc-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-3/+21
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds54-259/+877
2015-09-25net: update docbook comment for __mdiobus_register()Russell King1-2/+5
2015-09-25ppp: fix lockdep splat in ppp_dev_uninit()Guillaume Nault1-1/+3
2015-09-25net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selectedSudip Mukherjee1-1/+1
2015-09-25phy: marvell: add link partner advertised modesRussell King1-0/+9
2015-09-25Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-37/+40
2015-09-25Merge tag 'powerpc-4.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+2
2015-09-24iscsi-target: Avoid OFMarker + IFMarker negotiationNicholas Bellinger1-2/+3