summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-28drm/vmwgfx: Move irq bottom half processing to threadsThomas Hellstrom4-91/+112
2017-08-28drm/vmwgfx: Don't use drm_irq_[un]installThomas Hellstrom3-21/+40
2017-08-22drm/nouveau/kms/nv50: perform null check on msto[i] rathern than mstoColin Ian King1-1/+1
2017-08-22drm/nouveau/pci/msi: disable MSI on big-endian platforms by defaultIlia Mirkin1-0/+4
2017-08-22drm/nouveau: silence suspend/resume debugging messagesBen Skeggs1-11/+11
2017-08-22drm/nouveau/kms/nv04-nv4x: fix exposed format listIlia Mirkin1-1/+35
2017-08-22drm/nouveau/kms/nv10-nv40: add NV21 support to overlayIlia Mirkin1-3/+6
2017-08-22drm/nouveau/kms/nv04-nv40: improve overlay error detection, fix pitch settingIlia Mirkin1-28/+34
2017-08-22drm/nouveau/kms/nv04-nv40: prevent undisplayable framebuffers from creationIlia Mirkin1-0/+21
2017-08-22drm/nouveau/mpeg: print more debug info when rejecting dma objectsIlia Mirkin2-2/+12
2017-08-22drm/nouveau/fb/gf100-: zero mmu debug buffersBen Skeggs1-2/+2
2017-08-22drm/nouveau/bar/gf100: add config option to limit BAR2 to 16MiBBen Skeggs2-0/+7
2017-08-22initial support (display-only) for GP108Ilia Mirkin1-0/+30
2017-08-22drm/nouveau/falcon: use a more reasonable msgqueue timeout valueBen Skeggs1-1/+1
2017-08-22drm/nouveau/disp: Silence DCB warnings.Rosen Penev4-0/+7
2017-08-22drm/nouveau/bios: Demote missing fp table message to NV_DEBUG.Rosen Penev1-5/+2
2017-08-22drm/nouveau/pmu/gt215-: abstract detection of whether reset is neededBen Skeggs13-1/+32
2017-08-22drm/nouveau/pmu/gt215: fix resetBen Skeggs10-13/+24
2017-08-22drm/nouveau/mc/gf100: add pmu to reset maskBen Skeggs1-0/+1
2017-08-22drm/nouveau/disp/gf119-: avoid creating non-existent headsIlia Mirkin2-3/+8
2017-08-22drm/nouveau/therm/gm200: AddedKarol Herbst6-1/+46
2017-08-22drm/nouveau/therm: fix spelling mistake on array thresoldsColin Ian King1-3/+3
2017-08-22Merge tag 'imx-drm-next-2017-07-18' of git://git.pengutronix.de/git/pza/linux...Dave Airlie1-11/+42
2017-08-22Merge tag 'drm-intel-next-2017-08-18' of git://anongit.freedesktop.org/git/dr...Dave Airlie116-32709/+4633
2017-08-21Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie18-97/+276
2017-08-21Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie6-32/+37
2017-08-21Merge tag 'drm-amdkfd-next-2017-08-18' of git://people.freedesktop.org/~gabba...Dave Airlie35-1251/+1244
2017-08-21Merge tag 'sunxi-drm-for-4.14' of https://git.kernel.org/pub/scm/linux/kernel...Dave Airlie9-120/+332
2017-08-21Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie34-379/+518
2017-08-18drm/i915: Update DRIVER_DATE to 20170818drm-intel-next-2017-08-18Daniel Vetter1-2/+2
2017-08-18drm/ttm: use reservation_object_trylock in ttm_bo_individualize_resv v2Christian König1-1/+1
2017-08-18drm/amdgpu: fix vega10 graphic hang issue in S3 testKen Wang2-2/+9
2017-08-18Merge airlied/drm-next into drm-misc-nextdrm-misc-next-2017-08-18Sean Paul662-7900/+11914
2017-08-18drm/i915/bxt: use NULL for GPIO connection IDAndy Shevchenko1-1/+1
2017-08-18drm/i915: Mark the GT as busy before idling the previous requestChris Wilson1-43/+45
2017-08-18drm/i915: Trivial grammar fix s/opt of/opt out of/ in commentChris Wilson1-1/+1
2017-08-18drm/i915: Replace execbuf vma ht with an idrChris Wilson10-208/+114
2017-08-18drm/i915: Simplify eb_lookup_vmas()Chris Wilson1-86/+36
2017-08-18drm/i915: Convert execbuf to use struct-of-array packing for critical fieldsChris Wilson3-151/+156
2017-08-18drm/i915: Check context status before looking up our obj/vmaChris Wilson1-7/+6
2017-08-18drm/i915: Don't use MI_STORE_DWORD_IMM on Sandybridge/vcsChris Wilson7-15/+40
2017-08-18drm/i915: Stop touching forcewake following a gen6+ engine resetChris Wilson1-6/+1
2017-08-18drm: udl: constify usb_device_idArvind Yadav1-1/+1
2017-08-18drm/gma500: fix potential NULL pointer dereference dereferenceGustavo A. R. Silva1-1/+3
2017-08-17drm/i915: Split pin mapping into per platform functionsAnusha Srivatsa1-22/+91
2017-08-17drm/amdgpu: bump version for support of UVD MJPEG decodeLeo Liu1-1/+2
2017-08-17drm/amdgpu: add MJPEG check for UVD physical mode msg bufferLeo Liu1-0/+4
2017-08-17drm/ttm: Fix accounting error when fail to get pages for poolXiangliang.Yu1-1/+1
2017-08-17drm/amd/amdgpu: expose fragment size as module parameter (v2)Roger He9-16/+44
2017-08-17drm/amd/amdgpu: store fragment_size in vm_managerRoger He9-26/+33