summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | drm/nouveau: remove unused functionSudip Mukherjee2015-11-032-15/+0
| | * | | | | | | drm/nouveau/pmu/gk107: enable PGOB codepathsBen Skeggs2015-11-031-1/+1
| | * | | | | | | drm/nouveau/pmu/gk104: check fuse to determine presence of PGOBBen Skeggs2015-11-031-0/+4
| | * | | | | | | drm/nouveau/pci: prepare for chipset-specific initialisation tasksBen Skeggs2015-11-032-0/+4
| | * | | | | | | drm/nouveau/pci/nv46: attempt to fix msi, and re-enable by defaultBen Skeggs2015-11-036-12/+12
| | * | | | | | | drm/nouveau/pci/g94: split implementation from nv40Ben Skeggs2015-11-036-26/+67
| | * | | | | | | drm/nouveau/pci/g84: split implementation from nv50Ben Skeggs2015-11-036-5/+49
| | * | | | | | | drm/nouveau/ibus/gf100: increase wait timeout to avoid read faultsSamuel Pitoiset2015-11-036-4/+77
| | * | | | | | | drm/nouveau/gm204/6: add voltage control using the new gk104 volt classMartin Peres2015-11-031-0/+2
| | * | | | | | | drm/nouveau/gm107: add voltage control using the new gk104 volt classMartin Peres2015-11-031-0/+1
| | * | | | | | | drm/nouveau/volt/gk104: add support for pwm and gpio modesMartin Peres2015-11-036-7/+133
| | * | | | | | | drm/nouveau/volt: add support for non-vid-based voltage controllersMartin Peres2015-11-032-1/+12
| | * | | | | | | drm/nouveau/bios/volt: add support for pwm-based volt managementMartin Peres2015-11-032-3/+29
| | * | | | | | | drm/nouveau/ttm: set the DMA mask for platform devicesAlexandre Courbot2015-11-031-6/+19
| | * | | | | | | drm/nouveau/ttm: convert to DMA APIAlexandre Courbot2015-11-031-7/+5
| | * | | | | | | drm/nouveau/instmem/gk20a: make use of the IOMMU bitAlexandre Courbot2015-11-031-4/+6
| | * | | | | | | drm/nouveau/platform: allow to specify the IOMMU bitAlexandre Courbot2015-11-036-10/+46
| | * | | | | | | drm/nouveau/instmem/gk20a: use direct CPU accessAlexandre Courbot2015-11-031-97/+264
| | * | | | | | | drm/nouveau: remove unnecessary usage of object handlesBen Skeggs2015-11-0310-61/+31
| | * | | | | | | drm/nouveau/ltc/gf100: add flush/invalidate functionsAlexandre Courbot2015-11-035-0/+39
| | * | | | | | | drm/nouveau/ltc: add hooks for invalidate and flushAlexandre Courbot2015-11-033-0/+20
| | * | | | | | | drm/nouveau/timer: re-introduce nvkm_wait_xsec macrosAlexandre Courbot2015-11-031-0/+10
| | * | | | | | | drm/nouveau/pmu: do not assume a PMU is presentAlexandre Courbot2015-11-031-1/+1
| | * | | | | | | drm/nouveau/gem: return only valid domain when there's only oneIlia Mirkin2015-11-031-2/+3
| * | | | | | | | Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2015-11-0325-793/+694
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/exynos/gem: remove DMA-mapping hacks used for constructing page arrayMarek Szyprowski2015-11-031-25/+33
| | * | | | | | | | ARM: exynos_defconfig: enable Exynos DRM Mixer driverAndrzej Hajda2015-11-031-0/+1
| | * | | | | | | | drm/exynos: simplify Kconfig component namesAndrzej Hajda2015-11-031-15/+15
| | * | | | | | | | drm/exynos: re-arrange Kconfig entriesAndrzej Hajda2015-11-031-16/+22
| | * | | | | | | | drm/exynos: abstract out common dependencyAndrzej Hajda2015-11-031-13/+14
| | * | | | | | | | drm/exynos: separate Mixer and HDMI driversAndrzej Hajda2015-11-033-3/+12
| | * | | | | | | | drm/exynos/mixer: replace direct cross-driver call with drm mode validationAndrzej Hajda2015-11-033-27/+4
| | * | | | | | | | drm/exynos: add atomic_check callback to exynos_crtcAndrzej Hajda2015-11-032-0/+15
| | * | | | | | | | drm/exynos/decon5433: add support for DECON-TVAndrzej Hajda2015-11-032-61/+122
| | * | | | | | | | drm/exynos/decon5433: remove duplicated initializationAndrzej Hajda2015-11-031-1/+0
| | * | | | | | | | drm/exynos/decon5433: merge different flag fieldsAndrzej Hajda2015-11-031-31/+30
| | * | | | | | | | drm/exynos/decon5433: add function to set particular register bitsAndrzej Hajda2015-11-031-50/+19
| | * | | | | | | | drm/exynos/decon5433: fix timing registers writesAndrzej Hajda2015-11-031-9/+9
| | * | | | | | | | drm/exynos/decon5433: add PCLK clockAndrzej Hajda2015-11-031-10/+11
| | * | | | | | | | drm/exynos: cleanup name of gem object for exynos_drmJoonyoung Shim2015-10-266-182/+184
| | * | | | | | | | drm/exynos: fix to detach device of iommuJoonyoung Shim2015-10-261-2/+1
| | * | | | | | | | drm/exynos: add cursor plane supportGustavo Padovan2015-10-267-10/+23
| | * | | | | | | | drm/exynos: add global macro for the default primary planeGustavo Padovan2015-10-266-18/+13
| | * | | | | | | | drm/exynos: fix spelling errorsIngi Kim2015-10-262-14/+14
| | * | | | | | | | drm: exynos: mixer: fix using usleep() in atomic contextTomasz Stanislawski2015-10-261-1/+1
| | * | | | | | | | drm/exynos/hdmi: remove unused fieldAndrzej Hajda2015-10-261-1/+0
| | * | | | | | | | drm/exynos/hdmi: improve HDMI/ACR related codeAndrzej Hajda2015-10-262-68/+32
| | * | | | | | | | drm/exynos/hdmi: convert container_of macro to inline functionAndrzej Hajda2015-10-261-6/+9
| | * | | | | | | | drm/exynos/hdmi: remove deprecated hdmi_resources structureAndrzej Hajda2015-10-261-59/+46
| | * | | | | | | | drm/exynos/hdmi: convert to gpiod APIAndrzej Hajda2015-10-261-23/+14