mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-30 02:21:15 +00:00
gpu: host1x: Store pointer to client in jobs
Rather than storing some identifier derived from the application context that can't be used concretely anywhere, store a pointer to the client directly so that accesses can be made directly through that client object. Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Tested-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
24c94e166d
commit
bf3d41ccab
4 changed files with 7 additions and 5 deletions
|
@ -202,7 +202,8 @@ struct host1x_job {
|
|||
/* Channel where job is submitted to */
|
||||
struct host1x_channel *channel;
|
||||
|
||||
u32 client;
|
||||
/* client where the job originated */
|
||||
struct host1x_client *client;
|
||||
|
||||
/* Gathers and their memory */
|
||||
struct host1x_job_gather *gathers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue