History log of /external/libdrm/tegra/tegra.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
870942e56aac024da5e0a621275f6561a4ddab1b 03-Feb-2016 Sean Paul <seanpaul@chromium.org> Merge tag 'tags/libdrm-2.4.66' into master

Tag libdrm-2.4.66 from git://anongit.freedesktop.org/mesa/drm

Signed-off-by: Sean Paul <seanpaul@chromium.org>

Conflicts:
Android.mk
Makefile.am
configure.ac
freedreno/Android.mk
include/drm/drm_mode.h
intel/Android.mk
libkms/Android.mk
nouveau/Android.mk
radeon/Android.mk
tegra/tegra.c
tests/Makefile.am
xf86drmMode.c
xf86drmMode.h

Change-Id: I3186bde7f196d2f3438c4334591ee2a0c1371c96
0f8da82500ec542e269092c0718479e25eaff5f6 31-Mar-2015 Emil Velikov <emil.l.velikov@gmail.com> drm: remove drm_public macro

Some compilers (like the Oracle Studio), require that the function
declaration must be annotated with the same visibility attribute as the
definition. As annotating functions with drm_public is no longer
required just remove the macro.

Cc: Ben Skeggs <bskeggs@redhat.com>
Cc: Damien Lespiau <damien.lespiau@intel.com>
Cc: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Cc: Michel Dänzer <michel.daenzer@amd.com>
Cc: Rob Clark <robdclark@gmail.com>
Cc: Thierry Reding <treding@nvidia.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
/external/libdrm/tegra/tegra.c
5711d56833c1f071d35dcdb9b66df552b10d4dac 04-Feb-2015 Sean Paul <seanpaul@chromium.org> libdrm: tegra: Add funcs to add/fetch name

Add functions within the tegra driver to add a name to a
bo as well as fetch a bo from name.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
Change-Id: I316a3920541040fe478eb5b07c1ef00a3a597e68
/external/libdrm/tegra/tegra.c
f99522e678dbbaffeca9462a8edcbe900574dc12 27-Nov-2014 Thierry Reding <treding@nvidia.com> tegra: Implement drm_tegra_bo_{get,set}_tiling()

These two functions are simple wrappers around the corresponding IOCTLs
and operate on drm_tegra_bo objects.

Signed-off-by: Thierry Reding <treding@nvidia.com>
/external/libdrm/tegra/tegra.c
d3ad65db4215f5fb5419d78a14c12833d5ed150a 27-Nov-2014 Thierry Reding <treding@nvidia.com> tegra: Implement drm_tegra_bo_{get,set}_flags()

These two functions are simple wrappers around the corresponding IOCTLs
and operate on drm_tegra_bo objects.

Signed-off-by: Thierry Reding <treding@nvidia.com>
/external/libdrm/tegra/tegra.c
d6a4c2cbd11e357a9123f6d41f6d40d38e82e7f2 01-Dec-2012 Thierry Reding <thierry.reding@avionic-design.de> libdrm: Add NVIDIA Tegra support

Add the libdrm_tegra helper library to encapsulate Tegra-specific
interfaces to the DRM.

Furthermore, Tegra is added to the list of supported chips in the
modetest and vbltest programs.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
/external/libdrm/tegra/tegra.c