mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
i965: Drop duplicate #defines now that we've bumped libdrm requirements.
We've updated our libdrm requirement, and it will already provide these. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
4317cd96d3
commit
4dc785728a
2 changed files with 0 additions and 13 deletions
|
|
@ -311,11 +311,6 @@ throttle(struct brw_context *brw)
|
|||
}
|
||||
}
|
||||
|
||||
/* Drop when RS headers get pulled to libdrm */
|
||||
#ifndef I915_EXEC_RESOURCE_STREAMER
|
||||
#define I915_EXEC_RESOURCE_STREAMER (1<<15)
|
||||
#endif
|
||||
|
||||
/* TODO: Push this whole function into bufmgr.
|
||||
*/
|
||||
static int
|
||||
|
|
|
|||
|
|
@ -1597,11 +1597,6 @@ brw_get_revision(int fd)
|
|||
return revision;
|
||||
}
|
||||
|
||||
/* Drop when RS headers get pulled to libdrm */
|
||||
#ifndef I915_PARAM_HAS_RESOURCE_STREAMER
|
||||
#define I915_PARAM_HAS_RESOURCE_STREAMER 36
|
||||
#endif
|
||||
|
||||
static void
|
||||
shader_debug_log_mesa(void *data, const char *fmt, ...)
|
||||
{
|
||||
|
|
@ -1695,9 +1690,6 @@ __DRIconfig **intelInitScreen2(__DRIscreen *dri_screen)
|
|||
if (INTEL_DEBUG & DEBUG_AUB)
|
||||
drm_intel_bufmgr_gem_set_aub_dump(screen->bufmgr, true);
|
||||
|
||||
#ifndef I915_PARAM_MMAP_GTT_VERSION
|
||||
#define I915_PARAM_MMAP_GTT_VERSION 40 /* XXX delete me with new libdrm */
|
||||
#endif
|
||||
if (intel_get_integer(screen, I915_PARAM_MMAP_GTT_VERSION) >= 1) {
|
||||
/* Theorectically unlimited! At least for individual objects...
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue