Symbol: tegra_drm_client
drivers/gpu/drm/tegra/drm.c
430
struct tegra_drm_client *client,
drivers/gpu/drm/tegra/drm.c
465
struct tegra_drm_client *client;
drivers/gpu/drm/tegra/drm.c
910
struct tegra_drm_client *client)
drivers/gpu/drm/tegra/drm.c
929
struct tegra_drm_client *client)
drivers/gpu/drm/tegra/drm.h
113
static inline struct tegra_drm_client *
drivers/gpu/drm/tegra/drm.h
116
return container_of(client, struct tegra_drm_client, base);
drivers/gpu/drm/tegra/drm.h
120
struct tegra_drm_client *client);
drivers/gpu/drm/tegra/drm.h
122
struct tegra_drm_client *client);
drivers/gpu/drm/tegra/drm.h
63
struct tegra_drm_client;
drivers/gpu/drm/tegra/drm.h
66
struct tegra_drm_client *client;
drivers/gpu/drm/tegra/drm.h
78
int (*open_channel)(struct tegra_drm_client *client,
drivers/gpu/drm/tegra/drm.h
86
int (*get_streamid_offset)(struct tegra_drm_client *client, u32 *offset);
drivers/gpu/drm/tegra/drm.h
87
int (*can_use_memory_ctx)(struct tegra_drm_client *client, bool *supported);
drivers/gpu/drm/tegra/drm.h
95
tegra_drm_get_streamid_offset_thi(struct tegra_drm_client *client, u32 *offset)
drivers/gpu/drm/tegra/firewall.c
10
struct tegra_drm_client *client;
drivers/gpu/drm/tegra/firewall.c
144
int tegra_drm_fw_validate(struct tegra_drm_client *client, u32 *data, u32 start,
drivers/gpu/drm/tegra/gr2d.c
120
static int gr2d_open_channel(struct tegra_drm_client *client,
drivers/gpu/drm/tegra/gr2d.c
32
struct tegra_drm_client client;
drivers/gpu/drm/tegra/gr2d.c
44
static inline struct gr2d *to_gr2d(struct tegra_drm_client *client)
drivers/gpu/drm/tegra/gr2d.c
51
struct tegra_drm_client *drm = host1x_to_drm_client(client);
drivers/gpu/drm/tegra/gr2d.c
93
struct tegra_drm_client *drm = host1x_to_drm_client(client);
drivers/gpu/drm/tegra/gr3d.c
103
struct tegra_drm_client *drm = host1x_to_drm_client(client);
drivers/gpu/drm/tegra/gr3d.c
129
static int gr3d_open_channel(struct tegra_drm_client *client,
drivers/gpu/drm/tegra/gr3d.c
41
struct tegra_drm_client client;
drivers/gpu/drm/tegra/gr3d.c
54
static inline struct gr3d *to_gr3d(struct tegra_drm_client *client)
drivers/gpu/drm/tegra/gr3d.c
61
struct tegra_drm_client *drm = host1x_to_drm_client(client);
drivers/gpu/drm/tegra/nvdec.c
154
struct tegra_drm_client *drm = host1x_to_drm_client(client);
drivers/gpu/drm/tegra/nvdec.c
202
struct tegra_drm_client *drm = host1x_to_drm_client(client);
drivers/gpu/drm/tegra/nvdec.c
350
static int nvdec_open_channel(struct tegra_drm_client *client,
drivers/gpu/drm/tegra/nvdec.c
367
static int nvdec_can_use_memory_ctx(struct tegra_drm_client *client, bool *supported)
drivers/gpu/drm/tegra/nvdec.c
40
struct tegra_drm_client client;
drivers/gpu/drm/tegra/nvdec.c
55
static inline struct nvdec *to_nvdec(struct tegra_drm_client *client)
drivers/gpu/drm/tegra/nvjpg.c
208
static int nvjpg_can_use_memory_ctx(struct tegra_drm_client *client, bool *supported)
drivers/gpu/drm/tegra/nvjpg.c
25
struct tegra_drm_client client;
drivers/gpu/drm/tegra/nvjpg.c
33
static inline struct nvjpg *to_nvjpg(struct tegra_drm_client *client)
drivers/gpu/drm/tegra/nvjpg.c
40
struct tegra_drm_client *drm = host1x_to_drm_client(client);
drivers/gpu/drm/tegra/nvjpg.c
72
struct tegra_drm_client *drm = host1x_to_drm_client(client);
drivers/gpu/drm/tegra/submit.c
492
struct tegra_drm_client *client = container_of(job->client, struct tegra_drm_client, base);
drivers/gpu/drm/tegra/submit.h
17
int tegra_drm_fw_validate(struct tegra_drm_client *client, u32 *data, u32 start,
drivers/gpu/drm/tegra/uapi.c
65
static struct tegra_drm_client *tegra_drm_find_client(struct tegra_drm *tegra, u32 class)
drivers/gpu/drm/tegra/uapi.c
67
struct tegra_drm_client *client;
drivers/gpu/drm/tegra/uapi.c
82
struct tegra_drm_client *client = NULL;
drivers/gpu/drm/tegra/vic.c
120
struct tegra_drm_client *drm = host1x_to_drm_client(client);
drivers/gpu/drm/tegra/vic.c
168
struct tegra_drm_client *drm = host1x_to_drm_client(client);
drivers/gpu/drm/tegra/vic.c
33
struct tegra_drm_client client;
drivers/gpu/drm/tegra/vic.c
358
static int vic_open_channel(struct tegra_drm_client *client,
drivers/gpu/drm/tegra/vic.c
375
static int vic_can_use_memory_ctx(struct tegra_drm_client *client, bool *supported)
drivers/gpu/drm/tegra/vic.c
45
static inline struct vic *to_vic(struct tegra_drm_client *client)