mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
r600g: define GROUP_FORCE_NEW_BLOCK in common header
Reviewed-by: Jerome Glisse <jglisse@redhat.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
bed7b4aa5f
commit
f841b8a833
3 changed files with 2 additions and 4 deletions
|
|
@ -30,8 +30,6 @@
|
|||
#include "util/u_memory.h"
|
||||
#include <errno.h>
|
||||
|
||||
#define GROUP_FORCE_NEW_BLOCK 0
|
||||
|
||||
static const struct r600_reg evergreen_config_reg_list[] = {
|
||||
{R_008958_VGT_PRIMITIVE_TYPE, 0},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -29,8 +29,6 @@
|
|||
#include "util/u_memory.h"
|
||||
#include <errno.h>
|
||||
|
||||
#define GROUP_FORCE_NEW_BLOCK 0
|
||||
|
||||
/* Get backends mask */
|
||||
void r600_get_backend_mask(struct r600_context *ctx)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -44,6 +44,8 @@
|
|||
#define BLOCK_FLAG_RESOURCE 32
|
||||
#define REG_FLAG_FLUSH_CHANGE 64
|
||||
|
||||
#define GROUP_FORCE_NEW_BLOCK 0
|
||||
|
||||
struct r600_reg {
|
||||
unsigned offset;
|
||||
unsigned flags;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue