search for: 637c29a33127

Displaying 8 results from an estimated 8 matches for "637c29a33127".

2014 Jun 26
2
[PATCH v3 1/3] drm/nouveau: support for probing platform devices
...ons(-) >>> create mode 100644 drivers/gpu/drm/nouveau/nouveau_platform.c >>> create mode 100644 drivers/gpu/drm/nouveau/nouveau_platform.h >>> >>> diff --git a/drivers/gpu/drm/nouveau/Kconfig >>> b/drivers/gpu/drm/nouveau/Kconfig >>> index 637c29a33127..d4abaebfc35b 100644 >>> --- a/drivers/gpu/drm/nouveau/Kconfig >>> +++ b/drivers/gpu/drm/nouveau/Kconfig >>> @@ -25,6 +25,14 @@ config DRM_NOUVEAU >>> help >>> Choose this option for open-source nVidia support. >>> +config...
2014 Jun 26
2
[PATCH v3 1/3] drm/nouveau: support for probing platform devices
...++ > 6 files changed, 289 insertions(+), 14 deletions(-) > create mode 100644 drivers/gpu/drm/nouveau/nouveau_platform.c > create mode 100644 drivers/gpu/drm/nouveau/nouveau_platform.h > > diff --git a/drivers/gpu/drm/nouveau/Kconfig b/drivers/gpu/drm/nouveau/Kconfig > index 637c29a33127..d4abaebfc35b 100644 > --- a/drivers/gpu/drm/nouveau/Kconfig > +++ b/drivers/gpu/drm/nouveau/Kconfig > @@ -25,6 +25,14 @@ config DRM_NOUVEAU > help > Choose this option for open-source nVidia support. > > +config NOUVEAU_PLATFORM_DRIVER > + tristate "Nouveau...
2014 Jun 26
0
[PATCH v3 1/3] drm/nouveau: support for probing platform devices
...9 insertions(+), 14 deletions(-) >> create mode 100644 drivers/gpu/drm/nouveau/nouveau_platform.c >> create mode 100644 drivers/gpu/drm/nouveau/nouveau_platform.h >> >> diff --git a/drivers/gpu/drm/nouveau/Kconfig >> b/drivers/gpu/drm/nouveau/Kconfig >> index 637c29a33127..d4abaebfc35b 100644 >> --- a/drivers/gpu/drm/nouveau/Kconfig >> +++ b/drivers/gpu/drm/nouveau/Kconfig >> @@ -25,6 +25,14 @@ config DRM_NOUVEAU >> help >> Choose this option for open-source nVidia support. >> +config NOUVEAU_PLATFORM_DRIVER &g...
2014 Jun 26
0
[PATCH v3 1/3] drm/nouveau: support for probing platform devices
...create mode 100644 drivers/gpu/drm/nouveau/nouveau_platform.c >>>> create mode 100644 drivers/gpu/drm/nouveau/nouveau_platform.h >>>> >>>> diff --git a/drivers/gpu/drm/nouveau/Kconfig >>>> b/drivers/gpu/drm/nouveau/Kconfig >>>> index 637c29a33127..d4abaebfc35b 100644 >>>> --- a/drivers/gpu/drm/nouveau/Kconfig >>>> +++ b/drivers/gpu/drm/nouveau/Kconfig >>>> @@ -25,6 +25,14 @@ config DRM_NOUVEAU >>>> help >>>> Choose this option for open-source nVidia support. &gt...
2014 Jun 26
0
[PATCH v3 1/3] drm/nouveau: support for probing platform devices
.../nouveau_platform.h | 49 ++++++++ 6 files changed, 289 insertions(+), 14 deletions(-) create mode 100644 drivers/gpu/drm/nouveau/nouveau_platform.c create mode 100644 drivers/gpu/drm/nouveau/nouveau_platform.h diff --git a/drivers/gpu/drm/nouveau/Kconfig b/drivers/gpu/drm/nouveau/Kconfig index 637c29a33127..d4abaebfc35b 100644 --- a/drivers/gpu/drm/nouveau/Kconfig +++ b/drivers/gpu/drm/nouveau/Kconfig @@ -25,6 +25,14 @@ config DRM_NOUVEAU help Choose this option for open-source nVidia support. +config NOUVEAU_PLATFORM_DRIVER + tristate "Nouveau (nVidia) integrated GPUs" + depends on...
2014 Jun 26
6
[PATCH v3 0/3] drm/nouveau: support for probing platform devices
This series adds support for probing platform devices on Nouveau, as well as the DT bindings for GK20A. It doesn't enable the GPU yet on Tegra boards since a few extra things need to be supported before that. This version is mostly identical to v2 but fixes an important issue: the drvdata must be set to the drm_device for sysfs to work, so the platform device structure now includes the
2014 Jun 13
3
[PATCH v2 0/3] drm/nouveau: support for probing platform devices
This series adds support for probing platform devices on Nouveau, as well as the DT bindings for GK20A. It doesn't enable the GPU yet on Tegra boards since a few extra things need to be supported before that. Thanks to the input received for v1, this version is more self-contained and shares less stuff between nouveau_drm and nouveau_platform. The major change is that nouveau_platform is now
2014 May 19
10
[PATCH 0/5] drm/nouveau: platform devices and GK20A probing
This patch series is the final (?) step towards the initial support of GK20A, allowing it to be probed and used (currently at a very slow speed, and for offscreen rendering only) on the Jetson TK1 and Venice 2 boards. The main piece if the first patch which adds platform devices probing support to Nouveau. There are probably lots of things that need to be discussed about it, e.g.: * The way the