summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-08-29drm/syncobj: Add a reset ioctl (v3)Jason Ekstrand3-0/+37
2017-08-29drm/syncobj: Add a syncobj_array_find helperJason Ekstrand1-31/+58
2017-08-29drm/syncobj: Allow wait for submit and signal behavior (v5)Jason Ekstrand1-45/+207
2017-08-29drm/syncobj: Add a CREATE_SIGNALED flagJason Ekstrand1-3/+54
2017-08-29drm/syncobj: Add a callback mechanism for replace_fence (v3)Jason Ekstrand1-2/+58
2017-08-29drm/syncobj: add sync obj wait interface. (v8)Dave Airlie3-0/+146
2017-08-29i915: Use drm_syncobj_fence_getJason Ekstrand1-3/+1
2017-08-29drm/syncobj: Add a race-free drm_syncobj_fence_get helper (v2)Jason Ekstrand1-1/+1
2017-08-29drm/syncobj: Rename fence_get to find_fenceJason Ekstrand2-6/+6
2017-08-29drm: kirin: Add mode_valid logic to avoid mode clocks we can't generateJohn Stultz2-0/+81
2017-08-25Merge tag 'sunxi-drm-for-4.14-2' of https://git.kernel.org/pub/scm/linux/kern...Dave Airlie1-1/+1
2017-08-25Merge tag 'omapdrm-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie5-40/+106
2017-08-25Merge tag 'drm-msm-next-2017-08-22' of git://people.freedesktop.org/~robclark...Dave Airlie31-273/+574
2017-08-23drm/sun4i: use of_graph_get_remote_endpoint()Kuninori Morimoto1-1/+1
2017-08-23drm/omap: work-around for omap3 display enableTomi Valkeinen1-17/+30
2017-08-23drm/omap: fix i886 work-aroundTomi Valkeinen3-9/+25
2017-08-23drm/omap: fix analog tv-out modecheckTomi Valkeinen1-14/+51
2017-08-22drm/msm/mdp5: mark runtime_pm functions as __maybe_unusedArnd Bergmann1-2/+2
2017-08-22drm/msm: remove unused variableArnd Bergmann1-1/+0
2017-08-22drm/msm/mdp5: make helper function staticRob Clark1-1/+1
2017-08-22drm/msm: make msm_framebuffer_init() staticRob Clark2-3/+3
2017-08-22drm/msm: add helper to allocate stolen fbRob Clark3-28/+50
2017-08-22drm/msm: don't track fbdev's gem object separatelyRob Clark1-15/+19
2017-08-22drm/msm: add modeset module paramRob Clark1-0/+7
2017-08-22drm/msm/mdp5: add tracking for clk enable-countRob Clark2-0/+9
2017-08-22drm/msm: remove unused defineRob Clark1-2/+0
2017-08-22drm/msm: Add a helper function for in-kernel buffer allocationsJordan Crouse6-54/+72
2017-08-22drm/msm: Attach the GPU MMU when it is createdJordan Crouse3-55/+62
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