Home
last modified time | relevance | path

Searched refs:gr3d (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/tegra/
Dgr3d.c40 struct gr3d { struct
53 static inline struct gr3d *to_gr3d(struct tegra_drm_client *client) in to_gr3d() argument
55 return container_of(client, struct gr3d, client); in to_gr3d()
63 struct gr3d *gr3d = to_gr3d(drm); in gr3d_init() local
66 gr3d->channel = host1x_channel_request(client); in gr3d_init()
67 if (!gr3d->channel) in gr3d_init()
96 host1x_channel_put(gr3d->channel); in gr3d_init()
104 struct gr3d *gr3d = to_gr3d(drm); in gr3d_exit() local
116 host1x_channel_put(gr3d->channel); in gr3d_exit()
118 gr3d->channel = NULL; in gr3d_exit()
[all …]
DMakefile24 gr3d.o \
/linux-6.12.1/arch/arm/boot/dts/nvidia/
Dtegra114.dtsi61 gr3d@54180000 {
62 compatible = "nvidia,tegra114-gr3d";
Dtegra20.dtsi111 gr3d@54180000 {
112 compatible = "nvidia,tegra20-gr3d";
Dtegra30.dtsi209 gr3d@54180000 {
210 compatible = "nvidia,tegra30-gr3d";
Dtegra20-peripherals-opp.dtsi370 gr3d_dvfs_opp_table: opp-table-gr3d {
Dtegra30-peripherals-opp.dtsi922 gr3d_dvfs_opp_table: opp-table-gr3d {
/linux-6.12.1/Documentation/gpu/
Dtegra.rst11 supports the built-in GPU, comprised of the gr2d and gr3d engines. Starting