diff options
author | Christoph Bumiller <[email protected]> | 2013-04-01 21:46:24 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2013-04-03 12:54:43 +0200 |
commit | 3ed4bbd76904983ca4b19a58afd2187f497b4ab0 (patch) | |
tree | 37866af1be294b5b4f0b9e2c4dbcf7f3f715468d /src/gallium/drivers/nvc0/nve4_compute.h | |
parent | fb0334adb3c9d20016c15e5706a6dfe1fc70ba88 (diff) |
nvc0: demagic some of the NVE4_COMPUTE_UPLOAD methods
It's actually the same as P2MF.
Diffstat (limited to 'src/gallium/drivers/nvc0/nve4_compute.h')
-rw-r--r-- | src/gallium/drivers/nvc0/nve4_compute.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/nvc0/nve4_compute.h b/src/gallium/drivers/nvc0/nve4_compute.h index 91d64fff695..4939790e530 100644 --- a/src/gallium/drivers/nvc0/nve4_compute.h +++ b/src/gallium/drivers/nvc0/nve4_compute.h @@ -68,10 +68,6 @@ struct nve4_cp_launch_desc u32 unk48[16]; }; -#define NVE4_COMPUTE_UPLOAD_EXEC_UNKVAL_DATA 0x41 -#define NVE4_COMPUTE_UPLOAD_EXEC_UNKVAL_DESC 0x11 -#define NVE4_COMPUTE_UPLOAD_UNK0184_UNKVAL 0x1 - static INLINE void nve4_cp_launch_desc_init_default(struct nve4_cp_launch_desc *desc) { |