History log of /external/mesa3d/src/gallium/auxiliary/target-helpers/drm_helper.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e8626e3b317035352148a6af15a2b781eba6e707 23-Dec-2016 Christian Gmeiner <christian.gmeiner@gmail.com> imx: gallium driver for imx-drm scanout driver

Changes from V1 -> V2:
- updated Copyright
- added $(top_srcdir)/src/gallium/winsys to include path (suggested by Emil)
- adapted driver to new renderonly API

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
/external/mesa3d/src/gallium/auxiliary/target-helpers/drm_helper.h
c9e8b49b885242d84ba031dacef5aa4a5ac1e5b6 23-Dec-2016 The etnaviv authors <etnaviv@lists.freedesktop.org> etnaviv: gallium driver for Vivante GPUs

This driver supports a wide range of Vivante IP cores like GC880,
GC1000, GC2000 and GC3000.

Changes from V1 -> V2:
- added missing files to actually integrate the driver into build system.
- adapted driver to new renderonly API

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Wladimir J. van der Laan <laanwj@gmail.com>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
/external/mesa3d/src/gallium/auxiliary/target-helpers/drm_helper.h
f87330dbce3f67cb531194f63a5db59685dcbbd3 29-Jan-2016 Rob Herring <robh@kernel.org> virgl: reuse screen when fd is already open

It is necessary to share the screen between mesa and gralloc to
properly ref count resources. This implements a hash lookup on
the file description to re-use an already created screen. This is
a similar implementation as freedreno and radeon.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/gallium/auxiliary/target-helpers/drm_helper.h
05eed0eca71f8c35f315b3b0d7de30f3ff1878b4 22-Nov-2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> virgl: pipe_virgl_create_screen is not static

Cc: mesa-stable@lists.freedesktop.org
Fixes: 17d3a5f8579 "target-helpers: add a non-inline drm_helper.h"
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93063
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
/external/mesa3d/src/gallium/auxiliary/target-helpers/drm_helper.h
17d3a5f8579cf103ffd7002052c700ffe9819152 11-Oct-2015 Emil Velikov <emil.l.velikov@gmail.com> target-helpers: add a non-inline drm_helper.h

Unlike the inline ones, here we'd want to have an extern definition of
the functions. This is required as with follow-up commits, we'll
gradually start using the static pipe-loader, with the latter needing
the symbols.

These are direct copy from the inline version.

v2:
- rebase on top of virgl support
- add "driver missing" printfs (Nicolai)

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Rob Clark <robclark@freedesktop.org>
/external/mesa3d/src/gallium/auxiliary/target-helpers/drm_helper.h