gpu: host1x: Use not explicitly sized types
The number of words and the offset in a gather don't need to be explicitly sized, so make them unsigned int instead. Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Tested-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Este commit está contenido en:
@@ -20,10 +20,10 @@
|
||||
#define __HOST1X_JOB_H
|
||||
|
||||
struct host1x_job_gather {
|
||||
u32 words;
|
||||
unsigned int words;
|
||||
dma_addr_t base;
|
||||
struct host1x_bo *bo;
|
||||
u32 offset;
|
||||
unsigned int offset;
|
||||
bool handled;
|
||||
};
|
||||
|
||||
|
Referencia en una nueva incidencia
Block a user