summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-01-27drm/vmwgfx: Clear uninitialized fields of a parameterThomas Hellstrom1-1/+1
2017-01-23drm/mgag200: Added support for the new device G200eH3Mathieu Larouche4-19/+61
2017-01-23Merge tag 'drm-amdkfd-next-2017-01-16' of git://people.freedesktop.org/~gabba...Dave Airlie2-4/+6
2017-01-23Merge tag 'omapdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie16-479/+440
2017-01-23Merge tag 'sti-drm-next-2017-01-06' of https://github.com/vinceab/linux into ...Dave Airlie9-350/+154
2017-01-16drm/amdkfd: fix improper return value on errorPan Bian1-1/+3
2017-01-12amdkfd: fix spelling mistake in kfd_ioctl_dbg_unrgesiterColin Ian King1-3/+3
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie96-417/+448
2017-01-10Merge tag 'drm-intel-next-2017-01-09' of git://anongit.freedesktop.org/git/dr...Dave Airlie95-4129/+9547
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard11-12/+12
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi32-69/+38
2017-01-09drm: add more document for drm_crtc_from_index()Shawn Guo2-2/+5
2017-01-09drm: remove useless parameters from drm_pick_cmdline_mode functionVincent Abriou2-5/+4
2017-01-09drm/i915: Update DRIVER_DATE to 20170109Daniel Vetter1-2/+2
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie194-1351/+3953
2017-01-06Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds1-12/+12
2017-01-06Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+1
2017-01-06swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk1-10/+1
2017-01-06drm/i915: Drain freed objects for mmap space exhaustionChris Wilson1-13/+11
2017-01-06drm/i915: Purge loose pages if we run out of DMA remap spaceChris Wilson1-4/+18
2017-01-06drm/i915: Fix phys pwrite for struct_mutex-less operationChris Wilson1-30/+4
2017-01-06drm/i915: Simplify testing for am-I-the-kernel-context?Chris Wilson5-5/+21
2017-01-06drm/i915: Use range_overflows()Chris Wilson3-4/+8
2017-01-06drm/i915: Use fixed-sized types for stolenChris Wilson3-19/+22
2017-01-06drm/i915: Use phys_addr_t for the address of stolen memoryChris Wilson2-24/+27
2017-01-06drm/i915: Consolidate checks for memcpy-from-wc supportChris Wilson4-3/+19
2017-01-06drm: crc: Call wake_up_interruptible() each time there is a new CRC entryBenjamin Gaignard1-0/+2
2017-01-06drm/sti: sti_vtg: Handle return NULL error from devm_ioremap_nocacheArvind Yadav1-0/+4
2017-01-06drm/sti: remove deprecated sti_vtac.c fileVincent Abriou4-226/+0
2017-01-06drm/sti: create fbdev at bindingVincent Abriou1-13/+14
2017-01-06drm/sti: update fps debugfs entriesVincent Abriou2-5/+14
2017-01-06drm/sti: do not post HQVDP command if no updateFabien DESSENNE1-0/+15
2017-01-06drm/sti: load XP70 firmware only onceFabien DESSENNE1-2/+6
2017-01-06drm/sti: allow audio playback on HDMI even if disabled.Arnaud Pouliquen1-104/+101
2017-01-06drm: allow to use mmuless SoCBenjamin Gaignard2-2/+73
2017-01-06drm: compile drm_vm.c only when neededBenjamin Gaignard4-1/+15
2017-01-06drm/i915: Only skip requests once a context is bannedChris Wilson1-7/+12
2017-01-06drm/i915: Move a few more utility macros to i915_utils.hChris Wilson2-20/+20
2017-01-05drm/i915: Clear ret before unbinding in i915_gem_evict_something()Chris Wilson1-0/+1
2017-01-05drm/i915/guc: Exclude the upper end of the Global GTT for the GuCChris Wilson3-0/+14
2017-01-05drm/i915: Move a few utility macros into a separate headerChris Wilson3-16/+45
2017-01-05drm/i915/execlists: Reorder execlists register enablingChris Wilson1-14/+4
2017-01-05drm/i915: Assert that we do create the deferred contextChris Wilson1-0/+1
2017-01-05drm/i915: Assert all timeline requests are gone before finiChris Wilson1-4/+12
2017-01-05drm: crc: Wait for a frame before returning from open()Tomeu Vizoso1-6/+17
2017-01-05drm: Move locking into drm_debugfs_crtc_crc_addTomeu Vizoso1-2/+7
2017-01-05drm/imx: imx-tve: Remove unused variableFabio Estevam1-8/+3
2017-01-05Revert "drm: nouveau: fix build when LEDS_CLASS=m"Daniel Vetter1-1/+0
2017-01-05drm: Add kernel-doc for drm_crtc_commit_get/putDaniel Vetter1-7/+2
2017-01-04drm/i915: Revoke fenced GTT mmapings across GPU resetChris Wilson4-3/+35