Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1279906 > unrolled thread
| Started by | Gabriel Laskar <gabriel@lse.epita.fr> |
|---|---|
| First post | 2015-11-30 15:20 +0100 |
| Last post | 2015-12-01 01:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 02/20] drm: Kbuild: add admgpu_drm.h to the installed headers Gabriel Laskar <gabriel@lse.epita.fr> - 2015-11-30 15:20 +0100
Re: [PATCH 02/20] drm: Kbuild: add admgpu_drm.h to the installed headers Alex Deucher <alexdeucher@gmail.com> - 2015-12-01 01:00 +0100
| From | Gabriel Laskar <gabriel@lse.epita.fr> |
|---|---|
| Date | 2015-11-30 15:20 +0100 |
| Subject | [PATCH 02/20] drm: Kbuild: add admgpu_drm.h to the installed headers |
| Message-ID | <qAxt8-4HX-17@gated-at.bofh.it> |
Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr> CC: Emil Velikov <emil.l.velikov@gmail.com> CC: Mikko Rapeli <mikko.rapeli@iki.fi> --- include/uapi/drm/Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/drm/Kbuild b/include/uapi/drm/Kbuild index 38d4370..159551f 100644 --- a/include/uapi/drm/Kbuild +++ b/include/uapi/drm/Kbuild @@ -3,6 +3,7 @@ header-y += drm.h header-y += drm_fourcc.h header-y += drm_mode.h header-y += drm_sarea.h +header-y += amdgpu_drm.h header-y += exynos_drm.h header-y += i810_drm.h header-y += i915_drm.h -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Alex Deucher <alexdeucher@gmail.com> |
|---|---|
| Date | 2015-12-01 01:00 +0100 |
| Message-ID | <qAGwq-1UV-13@gated-at.bofh.it> |
| In reply to | #1279906 |
On Mon, Nov 30, 2015 at 9:10 AM, Gabriel Laskar <gabriel@lse.epita.fr> wrote: > Signed-off-by: Gabriel Laskar <gabriel@lse.epita.fr> > CC: Emil Velikov <emil.l.velikov@gmail.com> > CC: Mikko Rapeli <mikko.rapeli@iki.fi> Acked-by: Alex Deucher <alexander.deucher@amd.com> > > --- > include/uapi/drm/Kbuild | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/uapi/drm/Kbuild b/include/uapi/drm/Kbuild > index 38d4370..159551f 100644 > --- a/include/uapi/drm/Kbuild > +++ b/include/uapi/drm/Kbuild > @@ -3,6 +3,7 @@ header-y += drm.h > header-y += drm_fourcc.h > header-y += drm_mode.h > header-y += drm_sarea.h > +header-y += amdgpu_drm.h > header-y += exynos_drm.h > header-y += i810_drm.h > header-y += i915_drm.h > -- > 2.6.2 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web