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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user