aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-12mm/hmm: convert to use vm_fault_tSouptick Joarder1-1/+1
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+7
2019-03-09Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-43/+109
2019-03-08Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1038-37427/+36595
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds6-16/+37
2019-03-06Merge tag 'sound-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+0
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-12/+8
2019-03-05mm, compaction: use free lists to quickly locate a migration sourceMel Gorman1-6/+0
2019-03-05Merge tag 'drm-misc-fixes-2019-02-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie2-11/+33
2019-03-05drm/amd/display: Use vrr friendly pageflip throttling in DC.Mario Kleiner1-1/+27
2019-03-04Merge v5.0 into drm-nextDave Airlie14-21/+63
2019-02-28Merge tag 'asoc-v5.1-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai54-376/+539
2019-02-28Merge tag 'topic/mei-hdcp-2019-02-26' of git://anongit.freedesktop.org/drm/drm-intel into char-misc-nextGreg Kroah-Hartman2-16/+4
2019-02-28drm/bochs: Fix the ID mismatch errorAlistair Francis1-0/+4
2019-02-28drm: Block fb changes for async plane updatesNicholas Kazlauskas1-0/+9
2019-02-28Merge tag 'imx-drm-next-2019-02-22' of git://git.pengutronix.de/pza/linux into drm-nextDave Airlie8-33/+108
2019-02-28Merge branch 'drm-fixes-5.0' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie2-4/+24
2019-02-27drm/amd/display: Use vrr friendly pageflip throttling in DC.Mario Kleiner2-4/+24
2019-02-24Merge back earlier PM core material for v5.1.Rafael J. Wysocki2-12/+8
2019-02-22drm/imx: only send commit done event when all state has been appliedLucas Stach1-2/+28
2019-02-22drm/imx: allow building under COMPILE_TESTPhilipp Zabel1-1/+1
2019-02-22drm/imx: imx-tve: depend on COMMON_CLKPhilipp Zabel1-0/+1
2019-02-22drm/imx: ipuv3-plane: add zpos propertyPhilipp Zabel2-30/+33
2019-02-22drm/imx: ipuv3-plane: add function to query atomic update statusLucas Stach2-0/+22
2019-02-22gpu: ipu-v3: prg: add function to get channel configure statusLucas Stach1-0/+16
2019-02-22gpu: ipu-v3: pre: add double buffer status readbackLucas Stach2-0/+7
2019-02-22Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie59-611/+699
2019-02-22Merge branch 'drm-fixes-5.0' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie10-13/+40
2019-02-21drm/amdgpu: Bump amdgpu version for context priority override.Bas Nieuwenhuizen1-1/+2
2019-02-21drm/amdgpu/powerplay: fix typo in BACO header guardsAlex Deucher2-4/+4
2019-02-21drm/amdgpu/powerplay: fix return codes in BACO codeAlex Deucher2-5/+5
2019-02-21drm/amdgpu: add missing license on baco filesAlex Deucher2-0/+44
2019-02-21drm/bochs: Fix the ID mismatch errorAlistair Francis1-0/+4
2019-02-20drm/amdgpu: disable bulk moves for nowChristian König1-0/+2
2019-02-20drm/amd/display: set clocks to 0 on suspend on dce80Bhawanpreet Lakha1-3/+16
2019-02-20drm/amd/display: fix optimize_bandwidth func pointer for dce80Bhawanpreet Lakha2-1/+5
2019-02-20drm/amd/display: Fix negative cursor pos programmingNicholas Kazlauskas1-2/+2
2019-02-20Pull in char-misc-next from GregDaniel Vetter22-110/+198
2019-02-20drm/i915/fbdev: Actually configure untiled displaysChris Wilson1-5/+7
2019-02-20Merge https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie25-869/+286
2019-02-20drm/nouveau/dmem: use dma addresses during migration copiesBen Skeggs1-106/+53
2019-02-20drm/nouveau/dmem: use physical vram addresses during migration copiesBen Skeggs1-20/+4
2019-02-20drm/nouveau/dmem: extend copy function to allow direct use of physical addressesBen Skeggs1-6/+50
2019-02-20drm/nouveau/svm: new ioctl to migrate process memory to GPU memoryJérôme Glisse3-0/+104
2019-02-20drm/nouveau/dmem: device memory helpers for SVMJérôme Glisse7-0/+983
2019-02-20drm/nouveau/svm: initial support for shared virtual memoryBen Skeggs9-1/+810
2019-02-20drm/nouveau: prepare for enabling svm with existing userspace interfacesBen Skeggs9-37/+42
2019-02-20drm/nouveau/fault/gv100-: expose VoltaFaultBufferABen Skeggs3-0/+18
2019-02-20drm/nouveau/fault/gp100: expose MaxwellFaultBufferABen Skeggs9-8/+142
2019-02-20drm/nouveau/mmu/gp100-: support vmms with gcc/tex replayable faults enabledBen Skeggs10-12/+56