diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-10-27 19:46:50 -0400 |
---|---|---|
committer | Tomeu Vizoso <[email protected]> | 2019-10-29 13:02:53 +0000 |
commit | 44971b84b70b35e260b09493b6f75304cd58965f (patch) | |
tree | d32b31ebf7d0de3b6a5d6ffc15e0ca335e02ac89 /src/panfrost/include | |
parent | fa14cdf6e488cc14ca5953389bbdba3b0b27daf6 (diff) |
panfrost: Remove unused definitions in mali-job.h
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/panfrost/include')
-rw-r--r-- | src/panfrost/include/panfrost-job.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/panfrost/include/panfrost-job.h b/src/panfrost/include/panfrost-job.h index 17ea869246e..2e766a0c56f 100644 --- a/src/panfrost/include/panfrost-job.h +++ b/src/panfrost/include/panfrost-job.h @@ -31,14 +31,6 @@ #include <stdint.h> #include <panfrost-misc.h> -#define MALI_SHORT_PTR_BITS (sizeof(u64)*8) - -#define MALI_FBD_HIERARCHY_WEIGHTS 8 - -#define MALI_PAYLOAD_SIZE 256 - -typedef u32 mali_jd_core_req; - enum mali_job_type { JOB_NOT_STARTED = 0, JOB_TYPE_NULL = 1, @@ -70,7 +62,6 @@ enum mali_draw_mode { /* Applies to tiler_gl_enables */ - #define MALI_OCCLUSION_QUERY (1 << 3) #define MALI_OCCLUSION_PRECISE (1 << 4) @@ -78,6 +69,7 @@ enum mali_draw_mode { * In OpenGL, this would corresponds to glFrontFace(GL_CW). Mesa and the blob * disagree about how to do viewport flipping, so the blob actually sets this * for GL_CW but then has a negative viewport stride */ + #define MALI_FRONT_CCW_TOP (1 << 5) #define MALI_CULL_FACE_FRONT (1 << 6) |