History log of /drivers/gpu/drm/nouveau/nouveau_platform.c
Revision Date Author Comments
4898ac046d24894d7b2a5a96a1cff4e095844323 13-Aug-2014 Alexandre Courbot <acourbot@nvidia.com> drm/nouveau/platform: fix compilation error

nouveau_platform.c was still using the old nouveau_dev() macro,
triggering a compilation error. Fix this.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
95713d4a16ad46ce9dd8ccef45cc67af0f161ae2 26-Jul-2014 Alexandre Courbot <acourbot@nvidia.com> drm/nouveau: platform: update moved Tegra header

Header for tegra_powergate functions has moved to soc/tegra/pmc.h.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
8ba9ff11632cb05d6f55555711d8425e32ee44b0 26-Jun-2014 Alexandre Courbot <acourbot@nvidia.com> drm/nouveau: support for probing platform devices

Add a platform driver for Nouveau devices declared using the device tree
or platform data. This driver currently supports GK20A on Tegra
platforms and is only compiled for these platforms if Nouveau is
enabled.

Nouveau will probe the chip type itself using the BOOT0 register, so all
this driver really needs to do is to make sure the module is powered and
its clocks active before calling nouveau_drm_platform_probe().

Heavily based on work done by Thierry Reding.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>