Searched refs:host1x (Results 1 - 25 of 60) sorted by path

123

/linux-master/drivers/gpu/host1x/
H A Ddebug.h3 * Tegra host1x Debug
13 struct host1x;
41 void host1x_debug_init(struct host1x *host1x);
42 void host1x_debug_deinit(struct host1x *host1x);
43 void host1x_debug_dump(struct host1x *host1x);
44 void host1x_debug_dump_syncpts(struct host1x *host1x);
[all...]
/linux-master/drivers/gpu/host1x/hw/
H A Dhost1x01.c23 int host1x01_init(struct host1x *host)
H A Dhost1x01.h10 struct host1x;
12 int host1x01_init(struct host1x *host);
H A Dhost1x02.c23 int host1x02_init(struct host1x *host)
H A Dhost1x02.h11 struct host1x;
13 int host1x02_init(struct host1x *host);
H A Dhost1x04.c23 int host1x04_init(struct host1x *host)
H A Dhost1x04.h11 struct host1x;
13 int host1x04_init(struct host1x *host);
H A Dhost1x05.c23 int host1x05_init(struct host1x *host)
H A Dhost1x05.h11 struct host1x;
13 int host1x05_init(struct host1x *host);
H A Dhost1x06.c23 int host1x06_init(struct host1x *host)
H A Dhost1x06.h11 struct host1x;
13 int host1x06_init(struct host1x *host);
H A Dhost1x07.c23 int host1x07_init(struct host1x *host)
H A Dhost1x07.h11 struct host1x;
13 int host1x07_init(struct host1x *host);
/linux-master/include/trace/events/
H A Dhost1x.h3 * include/trace/events/host1x.h
5 * host1x event logging to ftrace.
11 #define TRACE_SYSTEM host1x
21 DECLARE_EVENT_CLASS(host1x,
29 DEFINE_EVENT(host1x, host1x_channel_open,
34 DEFINE_EVENT(host1x, host1x_channel_release,
39 DEFINE_EVENT(host1x, host1x_cdma_begin,
44 DEFINE_EVENT(host1x, host1x_cdma_end,
/linux-master/drivers/gpu/
H A DMakefile2 # drm/tegra depends on host1x, so if both drivers are built-in care must be
5 obj-y += host1x/ drm/ vga/
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.h10 #include <linux/host1x.h>
H A Ddrm.c8 #include <linux/host1x.h>
178 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); local
309 sp = host1x_syncpt_get_by_id(host1x, syncpt.id);
386 struct host1x *host = dev_get_drvdata(drm->dev->parent);
401 struct host1x *host1x = dev_get_drvdata(drm->dev->parent); local
405 sp = host1x_syncpt_get_by_id_noref(host1x, args->id);
415 struct host1x *host1x local
1088 struct host1x *host1x = dev_get_drvdata(dev->dev.parent); local
[all...]
H A Ddrm.h10 #include <linux/host1x.h>
55 static inline struct host1x *tegra_drm_to_host1x(struct tegra_drm *tegra)
H A Ddsi.c9 #include <linux/host1x.h>
1670 dev_err(&pdev->dev, "failed to register host1x client: %d\n",
H A Dgem.h3 * Tegra host1x GEM implementation
11 #include <linux/host1x.h>
H A Dgr3d.c9 #include <linux/host1x.h>
534 dev_err(&pdev->dev, "failed to register host1x client: %d\n",
H A Dhub.c9 #include <linux/host1x.h>
1162 dev_err(&pdev->dev, "failed to register host1x client: %d\n",
H A Dnvdec.c9 #include <linux/host1x.h>
184 * parent host1x device.
432 /* inherit DMA mask from host1x parent */
474 err = of_property_read_u32(dev->of_node, "nvidia,host1x-class", &host_class);
531 dev_err(dev, "failed to register host1x client: %d\n", err);
H A Dsubmit.c7 #include <linux/host1x.h>
641 SUBMIT_ERR(context, "host1x job submission failed: %d", err);
H A Duapi.c4 #include <linux/host1x.h>
78 struct host1x *host = tegra_drm_to_host1x(drm->dev_private);
300 struct host1x *host1x = tegra_drm_to_host1x(drm->dev_private); local
309 sp = host1x_syncpt_alloc(host1x, HOST1X_SYNCPT_CLIENT_MANAGED, current->comm);
344 struct host1x *host1x = tegra_drm_to_host1x(drm->dev_private); local
352 sp = host1x_syncpt_get_by_id_noref(host1x, args->id);

Completed in 246 milliseconds

123